Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2016-8670 (GCVE-0-2016-8670)
Vulnerability from cvelistv5
Published
2017-01-04 20:00
Modified
2024-08-06 02:27
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- n/a
Summary
Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-06T02:27:41.230Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://www.php.net/ChangeLog-7.php" }, { "name": "93594", "tags": [ "vdb-entry", "x_refsource_BID", "x_transferred" ], "url": "http://www.securityfocus.com/bid/93594" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9" }, { "name": "[oss-security] 20161015 CVE Request: libgd: Stack Buffer Overflow in GD dynamicGetbuf", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2016/10/15/1" }, { "name": "DSA-3693", "tags": [ "vendor-advisory", "x_refsource_DEBIAN", "x_transferred" ], "url": "http://www.debian.org/security/2016/dsa-3693" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://bugs.php.net/bug.php?id=73280" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://www.php.net/ChangeLog-5.php" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp%3Butm_medium=RSS" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "datePublic": "2016-10-15T00:00:00", "descriptions": [ { "lang": "en", "value": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2019-11-26T10:07:08", "orgId": "79363d38-fa19-49d1-9214-5f28da3f3ac5", "shortName": "debian" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "http://www.php.net/ChangeLog-7.php" }, { "name": "93594", "tags": [ "vdb-entry", "x_refsource_BID" ], "url": "http://www.securityfocus.com/bid/93594" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9" }, { "name": "[oss-security] 20161015 CVE Request: libgd: Stack Buffer Overflow in GD dynamicGetbuf", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://www.openwall.com/lists/oss-security/2016/10/15/1" }, { "name": "DSA-3693", "tags": [ "vendor-advisory", "x_refsource_DEBIAN" ], "url": "http://www.debian.org/security/2016/dsa-3693" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://bugs.php.net/bug.php?id=73280" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "http://www.php.net/ChangeLog-5.php" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp%3Butm_medium=RSS" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security@debian.org", "ID": "CVE-2016-8670", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "http://www.php.net/ChangeLog-7.php", "refsource": "CONFIRM", "url": "http://www.php.net/ChangeLog-7.php" }, { "name": "93594", "refsource": "BID", "url": "http://www.securityfocus.com/bid/93594" }, { "name": "https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9", "refsource": "CONFIRM", "url": "https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9" }, { "name": "[oss-security] 20161015 CVE Request: libgd: Stack Buffer Overflow in GD dynamicGetbuf", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2016/10/15/1" }, { "name": "DSA-3693", "refsource": "DEBIAN", "url": "http://www.debian.org/security/2016/dsa-3693" }, { "name": "https://bugs.php.net/bug.php?id=73280", "refsource": "CONFIRM", "url": "https://bugs.php.net/bug.php?id=73280" }, { "name": "http://www.php.net/ChangeLog-5.php", "refsource": "CONFIRM", "url": "http://www.php.net/ChangeLog-5.php" }, { "name": "https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp;utm_medium=RSS", "refsource": "CONFIRM", "url": "https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp;utm_medium=RSS" } ] } } } }, "cveMetadata": { "assignerOrgId": "79363d38-fa19-49d1-9214-5f28da3f3ac5", "assignerShortName": "debian", "cveId": "CVE-2016-8670", "datePublished": "2017-01-04T20:00:00", "dateReserved": "2016-10-15T00:00:00", "dateUpdated": "2024-08-06T02:27:41.230Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2016-8670\",\"sourceIdentifier\":\"security@debian.org\",\"published\":\"2017-01-04T20:59:00.293\",\"lastModified\":\"2025-04-12T10:46:40.837\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.\"},{\"lang\":\"es\",\"value\":\"Error de firma de enteros en la funci\u00f3n dynamicGetbuf en gd_io_dp.c en la librer\u00eda de gr\u00e1ficos GD (tambi\u00e9n conocido como libgd) hasta la versi\u00f3n 2.2.3 como se utiliza en PHP en versiones anteriores a 5.6.28 y 7.x en versiones anteriores a 7.0.13 permite a atacantes remotos provocar una denegaci\u00f3n de servicio (desbordamiento de b\u00fafer basado en pila) o posiblemente tener otro impacto no especificado a trav\u00e9s de una llamada manipulada imagecreatefromstring.\"}],\"metrics\":{\"cvssMetricV30\":[{\"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:P/I:P/A:P\",\"baseScore\":7.5,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":10.0,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-119\"}]}],\"configurations\":[{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:libgd:libgd:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"2.2.3\",\"matchCriteriaId\":\"E040BCCE-C098-492F-990F-D0196B519B10\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"5.6.27\",\"matchCriteriaId\":\"DEBFD36E-4559-474C-ADEE-3686F156180C\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:7.0.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DB6890AF-8A0A-46EE-AAD5-CF9AAE14A321\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:7.0.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6B90B947-7B54-47F3-9637-2F4AC44079EE\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:7.0.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"35848414-BD5D-4164-84DC-61ABBB1C4152\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:7.0.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2B1F8402-8551-4F66-A9A7-81D472AB058E\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:7.0.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7A773E8E-48CD-4D35-A0FD-629BD9334486\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:7.0.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FC492340-79AF-4676-A161-079A97EC6F0C\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:7.0.6:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F1C2D8FE-C380-4B43-B634-A3DBA4700A71\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:7.0.7:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"3EB58393-0C10-413C-8D95-6BAA8BC19A1B\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:7.0.8:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"751F51CA-9D88-4971-A6EC-8C0B72E8E22B\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:7.0.9:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"37B74118-8FC2-44CB-9673-A83DF777B2E6\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:7.0.10:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4D56A200-1477-40DA-9444-CFC946157C69\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:7.0.11:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FD0D1CCC-A857-4C15-899E-08F9255CEE34\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:php:php:7.0.12:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6745CC43-2836-4CD8-848F-EEA08AE9D5AC\"}]}]}],\"references\":[{\"url\":\"http://www.debian.org/security/2016/dsa-3693\",\"source\":\"security@debian.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2016/10/15/1\",\"source\":\"security@debian.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://www.php.net/ChangeLog-5.php\",\"source\":\"security@debian.org\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"http://www.php.net/ChangeLog-7.php\",\"source\":\"security@debian.org\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"http://www.securityfocus.com/bid/93594\",\"source\":\"security@debian.org\"},{\"url\":\"https://bugs.php.net/bug.php?id=73280\",\"source\":\"security@debian.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9\",\"source\":\"security@debian.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp%3Butm_medium=RSS\",\"source\":\"security@debian.org\"},{\"url\":\"http://www.debian.org/security/2016/dsa-3693\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2016/10/15/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://www.php.net/ChangeLog-5.php\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"http://www.php.net/ChangeLog-7.php\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"http://www.securityfocus.com/bid/93594\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://bugs.php.net/bug.php?id=73280\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp%3Butm_medium=RSS\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}" } }
ghsa-7hrm-234x-37p5
Vulnerability from github
Published
2022-05-17 00:27
Modified
2025-04-12 13:07
Severity ?
VLAI Severity ?
Details
Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.
{ "affected": [], "aliases": [ "CVE-2016-8670" ], "database_specific": { "cwe_ids": [ "CWE-119" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2017-01-04T20:59:00Z", "severity": "CRITICAL" }, "details": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.", "id": "GHSA-7hrm-234x-37p5", "modified": "2025-04-12T13:07:55Z", "published": "2022-05-17T00:27:21Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8670" }, { "type": "WEB", "url": "https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9" }, { "type": "WEB", "url": "https://bugs.php.net/bug.php?id=73280" }, { "type": "WEB", "url": "https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp%3Butm_medium=RSS" }, { "type": "WEB", "url": "https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp;utm_medium=RSS" }, { "type": "WEB", "url": "http://www.debian.org/security/2016/dsa-3693" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2016/10/15/1" }, { "type": "WEB", "url": "http://www.php.net/ChangeLog-5.php" }, { "type": "WEB", "url": "http://www.php.net/ChangeLog-7.php" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/93594" } ], "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" } ] }
fkie_cve-2016-8670
Vulnerability from fkie_nvd
Published
2017-01-04 20:59
Modified
2025-04-12 10:46
Severity ?
Summary
Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.
References
▶ | URL | Tags | |
---|---|---|---|
security@debian.org | http://www.debian.org/security/2016/dsa-3693 | ||
security@debian.org | http://www.openwall.com/lists/oss-security/2016/10/15/1 | Third Party Advisory | |
security@debian.org | http://www.php.net/ChangeLog-5.php | Release Notes, Vendor Advisory | |
security@debian.org | http://www.php.net/ChangeLog-7.php | Release Notes, Vendor Advisory | |
security@debian.org | http://www.securityfocus.com/bid/93594 | ||
security@debian.org | https://bugs.php.net/bug.php?id=73280 | Vendor Advisory | |
security@debian.org | https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9 | Vendor Advisory | |
security@debian.org | https://support.f5.com/csp/article/K21336065?utm_source=f5support&%3Butm_medium=RSS | ||
af854a3a-2127-422b-91ae-364da2661108 | http://www.debian.org/security/2016/dsa-3693 | ||
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2016/10/15/1 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.php.net/ChangeLog-5.php | Release Notes, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.php.net/ChangeLog-7.php | Release Notes, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.securityfocus.com/bid/93594 | ||
af854a3a-2127-422b-91ae-364da2661108 | https://bugs.php.net/bug.php?id=73280 | Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9 | Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://support.f5.com/csp/article/K21336065?utm_source=f5support&%3Butm_medium=RSS |
Impacted products
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:libgd:libgd:*:*:*:*:*:*:*:*", "matchCriteriaId": "E040BCCE-C098-492F-990F-D0196B519B10", "versionEndIncluding": "2.2.3", "vulnerable": true } ], "negate": false, "operator": "OR" }, { "cpeMatch": [ { "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "matchCriteriaId": "DEBFD36E-4559-474C-ADEE-3686F156180C", "versionEndIncluding": "5.6.27", "vulnerable": false }, { "criteria": "cpe:2.3:a:php:php:7.0.0:*:*:*:*:*:*:*", "matchCriteriaId": "DB6890AF-8A0A-46EE-AAD5-CF9AAE14A321", "vulnerable": false }, { "criteria": "cpe:2.3:a:php:php:7.0.1:*:*:*:*:*:*:*", "matchCriteriaId": "6B90B947-7B54-47F3-9637-2F4AC44079EE", "vulnerable": false }, { "criteria": "cpe:2.3:a:php:php:7.0.2:*:*:*:*:*:*:*", "matchCriteriaId": "35848414-BD5D-4164-84DC-61ABBB1C4152", "vulnerable": false }, { "criteria": "cpe:2.3:a:php:php:7.0.3:*:*:*:*:*:*:*", "matchCriteriaId": "2B1F8402-8551-4F66-A9A7-81D472AB058E", "vulnerable": false }, { "criteria": "cpe:2.3:a:php:php:7.0.4:*:*:*:*:*:*:*", "matchCriteriaId": "7A773E8E-48CD-4D35-A0FD-629BD9334486", "vulnerable": false }, { "criteria": "cpe:2.3:a:php:php:7.0.5:*:*:*:*:*:*:*", "matchCriteriaId": "FC492340-79AF-4676-A161-079A97EC6F0C", "vulnerable": false }, { "criteria": "cpe:2.3:a:php:php:7.0.6:*:*:*:*:*:*:*", "matchCriteriaId": "F1C2D8FE-C380-4B43-B634-A3DBA4700A71", "vulnerable": false }, { "criteria": "cpe:2.3:a:php:php:7.0.7:*:*:*:*:*:*:*", "matchCriteriaId": "3EB58393-0C10-413C-8D95-6BAA8BC19A1B", "vulnerable": false }, { "criteria": "cpe:2.3:a:php:php:7.0.8:*:*:*:*:*:*:*", "matchCriteriaId": "751F51CA-9D88-4971-A6EC-8C0B72E8E22B", "vulnerable": false }, { "criteria": "cpe:2.3:a:php:php:7.0.9:*:*:*:*:*:*:*", "matchCriteriaId": "37B74118-8FC2-44CB-9673-A83DF777B2E6", "vulnerable": false }, { "criteria": "cpe:2.3:a:php:php:7.0.10:*:*:*:*:*:*:*", "matchCriteriaId": "4D56A200-1477-40DA-9444-CFC946157C69", "vulnerable": false }, { "criteria": "cpe:2.3:a:php:php:7.0.11:*:*:*:*:*:*:*", "matchCriteriaId": "FD0D1CCC-A857-4C15-899E-08F9255CEE34", "vulnerable": false }, { "criteria": "cpe:2.3:a:php:php:7.0.12:*:*:*:*:*:*:*", "matchCriteriaId": "6745CC43-2836-4CD8-848F-EEA08AE9D5AC", "vulnerable": false } ], "negate": false, "operator": "OR" } ], "operator": "AND" } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call." }, { "lang": "es", "value": "Error de firma de enteros en la funci\u00f3n dynamicGetbuf en gd_io_dp.c en la librer\u00eda de gr\u00e1ficos GD (tambi\u00e9n conocido como libgd) hasta la versi\u00f3n 2.2.3 como se utiliza en PHP en versiones anteriores a 5.6.28 y 7.x en versiones anteriores a 7.0.13 permite a atacantes remotos provocar una denegaci\u00f3n de servicio (desbordamiento de b\u00fafer basado en pila) o posiblemente tener otro impacto no especificado a trav\u00e9s de una llamada manipulada imagecreatefromstring." } ], "id": "CVE-2016-8670", "lastModified": "2025-04-12T10:46:40.837", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": [ { "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" } ] }, "published": "2017-01-04T20:59:00.293", "references": [ { "source": "security@debian.org", "url": "http://www.debian.org/security/2016/dsa-3693" }, { "source": "security@debian.org", "tags": [ "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2016/10/15/1" }, { "source": "security@debian.org", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "http://www.php.net/ChangeLog-5.php" }, { "source": "security@debian.org", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "http://www.php.net/ChangeLog-7.php" }, { "source": "security@debian.org", "url": "http://www.securityfocus.com/bid/93594" }, { "source": "security@debian.org", "tags": [ "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=73280" }, { "source": "security@debian.org", "tags": [ "Vendor Advisory" ], "url": "https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9" }, { "source": "security@debian.org", "url": "https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp%3Butm_medium=RSS" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.debian.org/security/2016/dsa-3693" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2016/10/15/1" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "http://www.php.net/ChangeLog-5.php" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "http://www.php.net/ChangeLog-7.php" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.securityfocus.com/bid/93594" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=73280" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Vendor Advisory" ], "url": "https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp%3Butm_medium=RSS" } ], "sourceIdentifier": "security@debian.org", "vulnStatus": "Deferred", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-119" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
suse-su-2016:2681-1
Vulnerability from csaf_suse
Published
2016-10-31 07:14
Modified
2016-10-31 07:14
Summary
Security update for php53
Notes
Title of the patch
Security update for php53
Description of the patch
This update for php53 fixes the following issues:
- CVE-2016-8670: Stack Buffer Overflow in GD dynamicGetbuf (bsc#1004924)
- CVE-2016-6911: Check for out-of-bound read in dynamicGetbuf() (bsc#1005274)
Patchnames
sdksp4-php53-12821,slessp4-php53-12821
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for php53", "title": "Title of the patch" }, { "category": "description", "text": "\nThis update for php53 fixes the following issues:\n\n- CVE-2016-8670: Stack Buffer Overflow in GD dynamicGetbuf (bsc#1004924)\n- CVE-2016-6911: Check for out-of-bound read in dynamicGetbuf() (bsc#1005274)\n", "title": "Description of the patch" }, { "category": "details", "text": "sdksp4-php53-12821,slessp4-php53-12821", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2016_2681-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2016:2681-1", "url": "https://www.suse.com/support/update/announcement/2016/suse-su-20162681-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2016:2681-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2016-October/002378.html" }, { "category": "self", "summary": "SUSE Bug 1004924", "url": "https://bugzilla.suse.com/1004924" }, { "category": "self", "summary": "SUSE Bug 1005274", "url": "https://bugzilla.suse.com/1005274" }, { "category": "self", "summary": "SUSE CVE CVE-2016-6911 page", "url": "https://www.suse.com/security/cve/CVE-2016-6911/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-8670 page", "url": "https://www.suse.com/security/cve/CVE-2016-8670/" } ], "title": "Security update for php53", "tracking": { "current_release_date": "2016-10-31T07:14:35Z", "generator": { "date": "2016-10-31T07:14:35Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2016:2681-1", "initial_release_date": "2016-10-31T07:14:35Z", "revision_history": [ { "date": "2016-10-31T07:14:35Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "php53-devel-5.3.17-87.1.i586", "product": { "name": "php53-devel-5.3.17-87.1.i586", "product_id": "php53-devel-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-imap-5.3.17-87.1.i586", "product": { "name": "php53-imap-5.3.17-87.1.i586", "product_id": "php53-imap-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-posix-5.3.17-87.1.i586", "product": { "name": "php53-posix-5.3.17-87.1.i586", "product_id": "php53-posix-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-readline-5.3.17-87.1.i586", "product": { "name": "php53-readline-5.3.17-87.1.i586", "product_id": "php53-readline-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-sockets-5.3.17-87.1.i586", "product": { "name": "php53-sockets-5.3.17-87.1.i586", "product_id": "php53-sockets-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-sqlite-5.3.17-87.1.i586", "product": { "name": "php53-sqlite-5.3.17-87.1.i586", "product_id": "php53-sqlite-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-tidy-5.3.17-87.1.i586", "product": { "name": "php53-tidy-5.3.17-87.1.i586", "product_id": "php53-tidy-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "apache2-mod_php53-5.3.17-87.1.i586", "product": { "name": "apache2-mod_php53-5.3.17-87.1.i586", "product_id": "apache2-mod_php53-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-5.3.17-87.1.i586", "product": { "name": "php53-5.3.17-87.1.i586", "product_id": "php53-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-bcmath-5.3.17-87.1.i586", "product": { "name": "php53-bcmath-5.3.17-87.1.i586", "product_id": "php53-bcmath-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-bz2-5.3.17-87.1.i586", "product": { "name": "php53-bz2-5.3.17-87.1.i586", "product_id": "php53-bz2-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-calendar-5.3.17-87.1.i586", "product": { "name": "php53-calendar-5.3.17-87.1.i586", "product_id": "php53-calendar-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-ctype-5.3.17-87.1.i586", "product": { "name": "php53-ctype-5.3.17-87.1.i586", "product_id": "php53-ctype-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-curl-5.3.17-87.1.i586", "product": { "name": "php53-curl-5.3.17-87.1.i586", "product_id": "php53-curl-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-dba-5.3.17-87.1.i586", "product": { "name": "php53-dba-5.3.17-87.1.i586", "product_id": "php53-dba-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-dom-5.3.17-87.1.i586", "product": { "name": "php53-dom-5.3.17-87.1.i586", "product_id": "php53-dom-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-exif-5.3.17-87.1.i586", "product": { "name": "php53-exif-5.3.17-87.1.i586", "product_id": "php53-exif-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-fastcgi-5.3.17-87.1.i586", "product": { "name": "php53-fastcgi-5.3.17-87.1.i586", "product_id": "php53-fastcgi-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-fileinfo-5.3.17-87.1.i586", "product": { "name": "php53-fileinfo-5.3.17-87.1.i586", "product_id": "php53-fileinfo-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-ftp-5.3.17-87.1.i586", "product": { "name": "php53-ftp-5.3.17-87.1.i586", "product_id": "php53-ftp-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-gd-5.3.17-87.1.i586", "product": { "name": "php53-gd-5.3.17-87.1.i586", "product_id": "php53-gd-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-gettext-5.3.17-87.1.i586", "product": { "name": "php53-gettext-5.3.17-87.1.i586", "product_id": "php53-gettext-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-gmp-5.3.17-87.1.i586", "product": { "name": "php53-gmp-5.3.17-87.1.i586", "product_id": "php53-gmp-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-iconv-5.3.17-87.1.i586", "product": { "name": "php53-iconv-5.3.17-87.1.i586", "product_id": "php53-iconv-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-intl-5.3.17-87.1.i586", "product": { "name": "php53-intl-5.3.17-87.1.i586", "product_id": "php53-intl-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-json-5.3.17-87.1.i586", "product": { "name": "php53-json-5.3.17-87.1.i586", "product_id": "php53-json-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-ldap-5.3.17-87.1.i586", "product": { "name": "php53-ldap-5.3.17-87.1.i586", "product_id": "php53-ldap-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-mbstring-5.3.17-87.1.i586", "product": { "name": "php53-mbstring-5.3.17-87.1.i586", "product_id": "php53-mbstring-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-mcrypt-5.3.17-87.1.i586", "product": { "name": "php53-mcrypt-5.3.17-87.1.i586", "product_id": "php53-mcrypt-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-mysql-5.3.17-87.1.i586", "product": { "name": "php53-mysql-5.3.17-87.1.i586", "product_id": "php53-mysql-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-odbc-5.3.17-87.1.i586", "product": { "name": "php53-odbc-5.3.17-87.1.i586", "product_id": "php53-odbc-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-openssl-5.3.17-87.1.i586", "product": { "name": "php53-openssl-5.3.17-87.1.i586", "product_id": "php53-openssl-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-pcntl-5.3.17-87.1.i586", "product": { "name": "php53-pcntl-5.3.17-87.1.i586", "product_id": "php53-pcntl-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-pdo-5.3.17-87.1.i586", "product": { "name": "php53-pdo-5.3.17-87.1.i586", "product_id": "php53-pdo-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-pear-5.3.17-87.1.i586", "product": { "name": "php53-pear-5.3.17-87.1.i586", "product_id": "php53-pear-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-pgsql-5.3.17-87.1.i586", "product": { "name": "php53-pgsql-5.3.17-87.1.i586", "product_id": "php53-pgsql-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-pspell-5.3.17-87.1.i586", "product": { "name": "php53-pspell-5.3.17-87.1.i586", "product_id": "php53-pspell-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-shmop-5.3.17-87.1.i586", "product": { "name": "php53-shmop-5.3.17-87.1.i586", "product_id": "php53-shmop-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-snmp-5.3.17-87.1.i586", "product": { "name": "php53-snmp-5.3.17-87.1.i586", "product_id": "php53-snmp-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-soap-5.3.17-87.1.i586", "product": { "name": "php53-soap-5.3.17-87.1.i586", "product_id": "php53-soap-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-suhosin-5.3.17-87.1.i586", "product": { "name": "php53-suhosin-5.3.17-87.1.i586", "product_id": "php53-suhosin-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-sysvmsg-5.3.17-87.1.i586", "product": { "name": "php53-sysvmsg-5.3.17-87.1.i586", "product_id": "php53-sysvmsg-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-sysvsem-5.3.17-87.1.i586", "product": { "name": "php53-sysvsem-5.3.17-87.1.i586", "product_id": "php53-sysvsem-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-sysvshm-5.3.17-87.1.i586", "product": { "name": "php53-sysvshm-5.3.17-87.1.i586", "product_id": "php53-sysvshm-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-tokenizer-5.3.17-87.1.i586", "product": { "name": "php53-tokenizer-5.3.17-87.1.i586", "product_id": "php53-tokenizer-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-wddx-5.3.17-87.1.i586", "product": { "name": "php53-wddx-5.3.17-87.1.i586", "product_id": "php53-wddx-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-xmlreader-5.3.17-87.1.i586", "product": { "name": "php53-xmlreader-5.3.17-87.1.i586", "product_id": "php53-xmlreader-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-xmlrpc-5.3.17-87.1.i586", "product": { "name": "php53-xmlrpc-5.3.17-87.1.i586", "product_id": "php53-xmlrpc-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-xmlwriter-5.3.17-87.1.i586", "product": { "name": "php53-xmlwriter-5.3.17-87.1.i586", "product_id": "php53-xmlwriter-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-xsl-5.3.17-87.1.i586", "product": { "name": "php53-xsl-5.3.17-87.1.i586", "product_id": "php53-xsl-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-zip-5.3.17-87.1.i586", "product": { "name": "php53-zip-5.3.17-87.1.i586", "product_id": "php53-zip-5.3.17-87.1.i586" } }, { "category": "product_version", "name": "php53-zlib-5.3.17-87.1.i586", "product": { "name": "php53-zlib-5.3.17-87.1.i586", "product_id": "php53-zlib-5.3.17-87.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "php53-devel-5.3.17-87.1.ia64", "product": { "name": "php53-devel-5.3.17-87.1.ia64", "product_id": "php53-devel-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-imap-5.3.17-87.1.ia64", "product": { "name": "php53-imap-5.3.17-87.1.ia64", "product_id": "php53-imap-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-posix-5.3.17-87.1.ia64", "product": { "name": "php53-posix-5.3.17-87.1.ia64", "product_id": "php53-posix-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-readline-5.3.17-87.1.ia64", "product": { "name": "php53-readline-5.3.17-87.1.ia64", "product_id": "php53-readline-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-sockets-5.3.17-87.1.ia64", "product": { "name": "php53-sockets-5.3.17-87.1.ia64", "product_id": "php53-sockets-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-sqlite-5.3.17-87.1.ia64", "product": { "name": "php53-sqlite-5.3.17-87.1.ia64", "product_id": "php53-sqlite-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-tidy-5.3.17-87.1.ia64", "product": { "name": "php53-tidy-5.3.17-87.1.ia64", "product_id": "php53-tidy-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "apache2-mod_php53-5.3.17-87.1.ia64", "product": { "name": "apache2-mod_php53-5.3.17-87.1.ia64", "product_id": "apache2-mod_php53-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-5.3.17-87.1.ia64", "product": { "name": "php53-5.3.17-87.1.ia64", "product_id": "php53-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-bcmath-5.3.17-87.1.ia64", "product": { "name": "php53-bcmath-5.3.17-87.1.ia64", "product_id": "php53-bcmath-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-bz2-5.3.17-87.1.ia64", "product": { "name": "php53-bz2-5.3.17-87.1.ia64", "product_id": "php53-bz2-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-calendar-5.3.17-87.1.ia64", "product": { "name": "php53-calendar-5.3.17-87.1.ia64", "product_id": "php53-calendar-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-ctype-5.3.17-87.1.ia64", "product": { "name": "php53-ctype-5.3.17-87.1.ia64", "product_id": "php53-ctype-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-curl-5.3.17-87.1.ia64", "product": { "name": "php53-curl-5.3.17-87.1.ia64", "product_id": "php53-curl-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-dba-5.3.17-87.1.ia64", "product": { "name": "php53-dba-5.3.17-87.1.ia64", "product_id": "php53-dba-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-dom-5.3.17-87.1.ia64", "product": { "name": "php53-dom-5.3.17-87.1.ia64", "product_id": "php53-dom-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-exif-5.3.17-87.1.ia64", "product": { "name": "php53-exif-5.3.17-87.1.ia64", "product_id": "php53-exif-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-fastcgi-5.3.17-87.1.ia64", "product": { "name": "php53-fastcgi-5.3.17-87.1.ia64", "product_id": "php53-fastcgi-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-fileinfo-5.3.17-87.1.ia64", "product": { "name": "php53-fileinfo-5.3.17-87.1.ia64", "product_id": "php53-fileinfo-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-ftp-5.3.17-87.1.ia64", "product": { "name": "php53-ftp-5.3.17-87.1.ia64", "product_id": "php53-ftp-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-gd-5.3.17-87.1.ia64", "product": { "name": "php53-gd-5.3.17-87.1.ia64", "product_id": "php53-gd-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-gettext-5.3.17-87.1.ia64", "product": { "name": "php53-gettext-5.3.17-87.1.ia64", "product_id": "php53-gettext-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-gmp-5.3.17-87.1.ia64", "product": { "name": "php53-gmp-5.3.17-87.1.ia64", "product_id": "php53-gmp-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-iconv-5.3.17-87.1.ia64", "product": { "name": "php53-iconv-5.3.17-87.1.ia64", "product_id": "php53-iconv-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-intl-5.3.17-87.1.ia64", "product": { "name": "php53-intl-5.3.17-87.1.ia64", "product_id": "php53-intl-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-json-5.3.17-87.1.ia64", "product": { "name": "php53-json-5.3.17-87.1.ia64", "product_id": "php53-json-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-ldap-5.3.17-87.1.ia64", "product": { "name": "php53-ldap-5.3.17-87.1.ia64", "product_id": "php53-ldap-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-mbstring-5.3.17-87.1.ia64", "product": { "name": "php53-mbstring-5.3.17-87.1.ia64", "product_id": "php53-mbstring-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-mcrypt-5.3.17-87.1.ia64", "product": { "name": "php53-mcrypt-5.3.17-87.1.ia64", "product_id": "php53-mcrypt-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-mysql-5.3.17-87.1.ia64", "product": { "name": "php53-mysql-5.3.17-87.1.ia64", "product_id": "php53-mysql-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-odbc-5.3.17-87.1.ia64", "product": { "name": "php53-odbc-5.3.17-87.1.ia64", "product_id": "php53-odbc-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-openssl-5.3.17-87.1.ia64", "product": { "name": "php53-openssl-5.3.17-87.1.ia64", "product_id": "php53-openssl-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-pcntl-5.3.17-87.1.ia64", "product": { "name": "php53-pcntl-5.3.17-87.1.ia64", "product_id": "php53-pcntl-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-pdo-5.3.17-87.1.ia64", "product": { "name": "php53-pdo-5.3.17-87.1.ia64", "product_id": "php53-pdo-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-pear-5.3.17-87.1.ia64", "product": { "name": "php53-pear-5.3.17-87.1.ia64", "product_id": "php53-pear-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-pgsql-5.3.17-87.1.ia64", "product": { "name": "php53-pgsql-5.3.17-87.1.ia64", "product_id": "php53-pgsql-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-pspell-5.3.17-87.1.ia64", "product": { "name": "php53-pspell-5.3.17-87.1.ia64", "product_id": "php53-pspell-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-shmop-5.3.17-87.1.ia64", "product": { "name": "php53-shmop-5.3.17-87.1.ia64", "product_id": "php53-shmop-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-snmp-5.3.17-87.1.ia64", "product": { "name": "php53-snmp-5.3.17-87.1.ia64", "product_id": "php53-snmp-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-soap-5.3.17-87.1.ia64", "product": { "name": "php53-soap-5.3.17-87.1.ia64", "product_id": "php53-soap-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-suhosin-5.3.17-87.1.ia64", "product": { "name": "php53-suhosin-5.3.17-87.1.ia64", "product_id": "php53-suhosin-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-sysvmsg-5.3.17-87.1.ia64", "product": { "name": "php53-sysvmsg-5.3.17-87.1.ia64", "product_id": "php53-sysvmsg-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-sysvsem-5.3.17-87.1.ia64", "product": { "name": "php53-sysvsem-5.3.17-87.1.ia64", "product_id": "php53-sysvsem-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-sysvshm-5.3.17-87.1.ia64", "product": { "name": "php53-sysvshm-5.3.17-87.1.ia64", "product_id": "php53-sysvshm-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-tokenizer-5.3.17-87.1.ia64", "product": { "name": "php53-tokenizer-5.3.17-87.1.ia64", "product_id": "php53-tokenizer-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-wddx-5.3.17-87.1.ia64", "product": { "name": "php53-wddx-5.3.17-87.1.ia64", "product_id": "php53-wddx-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-xmlreader-5.3.17-87.1.ia64", "product": { "name": "php53-xmlreader-5.3.17-87.1.ia64", "product_id": "php53-xmlreader-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-xmlrpc-5.3.17-87.1.ia64", "product": { "name": "php53-xmlrpc-5.3.17-87.1.ia64", "product_id": "php53-xmlrpc-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-xmlwriter-5.3.17-87.1.ia64", "product": { "name": "php53-xmlwriter-5.3.17-87.1.ia64", "product_id": "php53-xmlwriter-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-xsl-5.3.17-87.1.ia64", "product": { "name": "php53-xsl-5.3.17-87.1.ia64", "product_id": "php53-xsl-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-zip-5.3.17-87.1.ia64", "product": { "name": "php53-zip-5.3.17-87.1.ia64", "product_id": "php53-zip-5.3.17-87.1.ia64" } }, { "category": "product_version", "name": "php53-zlib-5.3.17-87.1.ia64", "product": { "name": "php53-zlib-5.3.17-87.1.ia64", "product_id": "php53-zlib-5.3.17-87.1.ia64" } } ], "category": "architecture", "name": "ia64" }, { "branches": [ { "category": "product_version", "name": "php53-devel-5.3.17-87.1.ppc64", "product": { "name": "php53-devel-5.3.17-87.1.ppc64", "product_id": "php53-devel-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-imap-5.3.17-87.1.ppc64", "product": { "name": "php53-imap-5.3.17-87.1.ppc64", "product_id": "php53-imap-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-posix-5.3.17-87.1.ppc64", "product": { "name": "php53-posix-5.3.17-87.1.ppc64", "product_id": "php53-posix-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-readline-5.3.17-87.1.ppc64", "product": { "name": "php53-readline-5.3.17-87.1.ppc64", "product_id": "php53-readline-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-sockets-5.3.17-87.1.ppc64", "product": { "name": "php53-sockets-5.3.17-87.1.ppc64", "product_id": "php53-sockets-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-sqlite-5.3.17-87.1.ppc64", "product": { "name": "php53-sqlite-5.3.17-87.1.ppc64", "product_id": "php53-sqlite-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-tidy-5.3.17-87.1.ppc64", "product": { "name": "php53-tidy-5.3.17-87.1.ppc64", "product_id": "php53-tidy-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "apache2-mod_php53-5.3.17-87.1.ppc64", "product": { "name": "apache2-mod_php53-5.3.17-87.1.ppc64", "product_id": "apache2-mod_php53-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-5.3.17-87.1.ppc64", "product": { "name": "php53-5.3.17-87.1.ppc64", "product_id": "php53-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-bcmath-5.3.17-87.1.ppc64", "product": { "name": "php53-bcmath-5.3.17-87.1.ppc64", "product_id": "php53-bcmath-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-bz2-5.3.17-87.1.ppc64", "product": { "name": "php53-bz2-5.3.17-87.1.ppc64", "product_id": "php53-bz2-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-calendar-5.3.17-87.1.ppc64", "product": { "name": "php53-calendar-5.3.17-87.1.ppc64", "product_id": "php53-calendar-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-ctype-5.3.17-87.1.ppc64", "product": { "name": "php53-ctype-5.3.17-87.1.ppc64", "product_id": "php53-ctype-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-curl-5.3.17-87.1.ppc64", "product": { "name": "php53-curl-5.3.17-87.1.ppc64", "product_id": "php53-curl-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-dba-5.3.17-87.1.ppc64", "product": { "name": "php53-dba-5.3.17-87.1.ppc64", "product_id": "php53-dba-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-dom-5.3.17-87.1.ppc64", "product": { "name": "php53-dom-5.3.17-87.1.ppc64", "product_id": "php53-dom-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-exif-5.3.17-87.1.ppc64", "product": { "name": "php53-exif-5.3.17-87.1.ppc64", "product_id": "php53-exif-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-fastcgi-5.3.17-87.1.ppc64", "product": { "name": "php53-fastcgi-5.3.17-87.1.ppc64", "product_id": "php53-fastcgi-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-fileinfo-5.3.17-87.1.ppc64", "product": { "name": "php53-fileinfo-5.3.17-87.1.ppc64", "product_id": "php53-fileinfo-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-ftp-5.3.17-87.1.ppc64", "product": { "name": "php53-ftp-5.3.17-87.1.ppc64", "product_id": "php53-ftp-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-gd-5.3.17-87.1.ppc64", "product": { "name": "php53-gd-5.3.17-87.1.ppc64", "product_id": "php53-gd-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-gettext-5.3.17-87.1.ppc64", "product": { "name": "php53-gettext-5.3.17-87.1.ppc64", "product_id": "php53-gettext-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-gmp-5.3.17-87.1.ppc64", "product": { "name": "php53-gmp-5.3.17-87.1.ppc64", "product_id": "php53-gmp-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-iconv-5.3.17-87.1.ppc64", "product": { "name": "php53-iconv-5.3.17-87.1.ppc64", "product_id": "php53-iconv-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-intl-5.3.17-87.1.ppc64", "product": { "name": "php53-intl-5.3.17-87.1.ppc64", "product_id": "php53-intl-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-json-5.3.17-87.1.ppc64", "product": { "name": "php53-json-5.3.17-87.1.ppc64", "product_id": "php53-json-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-ldap-5.3.17-87.1.ppc64", "product": { "name": "php53-ldap-5.3.17-87.1.ppc64", "product_id": "php53-ldap-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-mbstring-5.3.17-87.1.ppc64", "product": { "name": "php53-mbstring-5.3.17-87.1.ppc64", "product_id": "php53-mbstring-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-mcrypt-5.3.17-87.1.ppc64", "product": { "name": "php53-mcrypt-5.3.17-87.1.ppc64", "product_id": "php53-mcrypt-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-mysql-5.3.17-87.1.ppc64", "product": { "name": "php53-mysql-5.3.17-87.1.ppc64", "product_id": "php53-mysql-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-odbc-5.3.17-87.1.ppc64", "product": { "name": "php53-odbc-5.3.17-87.1.ppc64", "product_id": "php53-odbc-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-openssl-5.3.17-87.1.ppc64", "product": { "name": "php53-openssl-5.3.17-87.1.ppc64", "product_id": "php53-openssl-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-pcntl-5.3.17-87.1.ppc64", "product": { "name": "php53-pcntl-5.3.17-87.1.ppc64", "product_id": "php53-pcntl-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-pdo-5.3.17-87.1.ppc64", "product": { "name": "php53-pdo-5.3.17-87.1.ppc64", "product_id": "php53-pdo-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-pear-5.3.17-87.1.ppc64", "product": { "name": "php53-pear-5.3.17-87.1.ppc64", "product_id": "php53-pear-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-pgsql-5.3.17-87.1.ppc64", "product": { "name": "php53-pgsql-5.3.17-87.1.ppc64", "product_id": "php53-pgsql-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-pspell-5.3.17-87.1.ppc64", "product": { "name": "php53-pspell-5.3.17-87.1.ppc64", "product_id": "php53-pspell-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-shmop-5.3.17-87.1.ppc64", "product": { "name": "php53-shmop-5.3.17-87.1.ppc64", "product_id": "php53-shmop-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-snmp-5.3.17-87.1.ppc64", "product": { "name": "php53-snmp-5.3.17-87.1.ppc64", "product_id": "php53-snmp-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-soap-5.3.17-87.1.ppc64", "product": { "name": "php53-soap-5.3.17-87.1.ppc64", "product_id": "php53-soap-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-suhosin-5.3.17-87.1.ppc64", "product": { "name": "php53-suhosin-5.3.17-87.1.ppc64", "product_id": "php53-suhosin-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-sysvmsg-5.3.17-87.1.ppc64", "product": { "name": "php53-sysvmsg-5.3.17-87.1.ppc64", "product_id": "php53-sysvmsg-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-sysvsem-5.3.17-87.1.ppc64", "product": { "name": "php53-sysvsem-5.3.17-87.1.ppc64", "product_id": "php53-sysvsem-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-sysvshm-5.3.17-87.1.ppc64", "product": { "name": "php53-sysvshm-5.3.17-87.1.ppc64", "product_id": "php53-sysvshm-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-tokenizer-5.3.17-87.1.ppc64", "product": { "name": "php53-tokenizer-5.3.17-87.1.ppc64", "product_id": "php53-tokenizer-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-wddx-5.3.17-87.1.ppc64", "product": { "name": "php53-wddx-5.3.17-87.1.ppc64", "product_id": "php53-wddx-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-xmlreader-5.3.17-87.1.ppc64", "product": { "name": "php53-xmlreader-5.3.17-87.1.ppc64", "product_id": "php53-xmlreader-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-xmlrpc-5.3.17-87.1.ppc64", "product": { "name": "php53-xmlrpc-5.3.17-87.1.ppc64", "product_id": "php53-xmlrpc-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-xmlwriter-5.3.17-87.1.ppc64", "product": { "name": "php53-xmlwriter-5.3.17-87.1.ppc64", "product_id": "php53-xmlwriter-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-xsl-5.3.17-87.1.ppc64", "product": { "name": "php53-xsl-5.3.17-87.1.ppc64", "product_id": "php53-xsl-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-zip-5.3.17-87.1.ppc64", "product": { "name": "php53-zip-5.3.17-87.1.ppc64", "product_id": "php53-zip-5.3.17-87.1.ppc64" } }, { "category": "product_version", "name": "php53-zlib-5.3.17-87.1.ppc64", "product": { "name": "php53-zlib-5.3.17-87.1.ppc64", "product_id": "php53-zlib-5.3.17-87.1.ppc64" } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "php53-devel-5.3.17-87.1.s390x", "product": { "name": "php53-devel-5.3.17-87.1.s390x", "product_id": "php53-devel-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-imap-5.3.17-87.1.s390x", "product": { "name": "php53-imap-5.3.17-87.1.s390x", "product_id": "php53-imap-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-posix-5.3.17-87.1.s390x", "product": { "name": "php53-posix-5.3.17-87.1.s390x", "product_id": "php53-posix-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-readline-5.3.17-87.1.s390x", "product": { "name": "php53-readline-5.3.17-87.1.s390x", "product_id": "php53-readline-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-sockets-5.3.17-87.1.s390x", "product": { "name": "php53-sockets-5.3.17-87.1.s390x", "product_id": "php53-sockets-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-sqlite-5.3.17-87.1.s390x", "product": { "name": "php53-sqlite-5.3.17-87.1.s390x", "product_id": "php53-sqlite-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-tidy-5.3.17-87.1.s390x", "product": { "name": "php53-tidy-5.3.17-87.1.s390x", "product_id": "php53-tidy-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "apache2-mod_php53-5.3.17-87.1.s390x", "product": { "name": "apache2-mod_php53-5.3.17-87.1.s390x", "product_id": "apache2-mod_php53-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-5.3.17-87.1.s390x", "product": { "name": "php53-5.3.17-87.1.s390x", "product_id": "php53-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-bcmath-5.3.17-87.1.s390x", "product": { "name": "php53-bcmath-5.3.17-87.1.s390x", "product_id": "php53-bcmath-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-bz2-5.3.17-87.1.s390x", "product": { "name": "php53-bz2-5.3.17-87.1.s390x", "product_id": "php53-bz2-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-calendar-5.3.17-87.1.s390x", "product": { "name": "php53-calendar-5.3.17-87.1.s390x", "product_id": "php53-calendar-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-ctype-5.3.17-87.1.s390x", "product": { "name": "php53-ctype-5.3.17-87.1.s390x", "product_id": "php53-ctype-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-curl-5.3.17-87.1.s390x", "product": { "name": "php53-curl-5.3.17-87.1.s390x", "product_id": "php53-curl-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-dba-5.3.17-87.1.s390x", "product": { "name": "php53-dba-5.3.17-87.1.s390x", "product_id": "php53-dba-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-dom-5.3.17-87.1.s390x", "product": { "name": "php53-dom-5.3.17-87.1.s390x", "product_id": "php53-dom-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-exif-5.3.17-87.1.s390x", "product": { "name": "php53-exif-5.3.17-87.1.s390x", "product_id": "php53-exif-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-fastcgi-5.3.17-87.1.s390x", "product": { "name": "php53-fastcgi-5.3.17-87.1.s390x", "product_id": "php53-fastcgi-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-fileinfo-5.3.17-87.1.s390x", "product": { "name": "php53-fileinfo-5.3.17-87.1.s390x", "product_id": "php53-fileinfo-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-ftp-5.3.17-87.1.s390x", "product": { "name": "php53-ftp-5.3.17-87.1.s390x", "product_id": "php53-ftp-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-gd-5.3.17-87.1.s390x", "product": { "name": "php53-gd-5.3.17-87.1.s390x", "product_id": "php53-gd-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-gettext-5.3.17-87.1.s390x", "product": { "name": "php53-gettext-5.3.17-87.1.s390x", "product_id": "php53-gettext-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-gmp-5.3.17-87.1.s390x", "product": { "name": "php53-gmp-5.3.17-87.1.s390x", "product_id": "php53-gmp-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-iconv-5.3.17-87.1.s390x", "product": { "name": "php53-iconv-5.3.17-87.1.s390x", "product_id": "php53-iconv-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-intl-5.3.17-87.1.s390x", "product": { "name": "php53-intl-5.3.17-87.1.s390x", "product_id": "php53-intl-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-json-5.3.17-87.1.s390x", "product": { "name": "php53-json-5.3.17-87.1.s390x", "product_id": "php53-json-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-ldap-5.3.17-87.1.s390x", "product": { "name": "php53-ldap-5.3.17-87.1.s390x", "product_id": "php53-ldap-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-mbstring-5.3.17-87.1.s390x", "product": { "name": "php53-mbstring-5.3.17-87.1.s390x", "product_id": "php53-mbstring-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-mcrypt-5.3.17-87.1.s390x", "product": { "name": "php53-mcrypt-5.3.17-87.1.s390x", "product_id": "php53-mcrypt-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-mysql-5.3.17-87.1.s390x", "product": { "name": "php53-mysql-5.3.17-87.1.s390x", "product_id": "php53-mysql-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-odbc-5.3.17-87.1.s390x", "product": { "name": "php53-odbc-5.3.17-87.1.s390x", "product_id": "php53-odbc-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-openssl-5.3.17-87.1.s390x", "product": { "name": "php53-openssl-5.3.17-87.1.s390x", "product_id": "php53-openssl-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-pcntl-5.3.17-87.1.s390x", "product": { "name": "php53-pcntl-5.3.17-87.1.s390x", "product_id": "php53-pcntl-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-pdo-5.3.17-87.1.s390x", "product": { "name": "php53-pdo-5.3.17-87.1.s390x", "product_id": "php53-pdo-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-pear-5.3.17-87.1.s390x", "product": { "name": "php53-pear-5.3.17-87.1.s390x", "product_id": "php53-pear-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-pgsql-5.3.17-87.1.s390x", "product": { "name": "php53-pgsql-5.3.17-87.1.s390x", "product_id": "php53-pgsql-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-pspell-5.3.17-87.1.s390x", "product": { "name": "php53-pspell-5.3.17-87.1.s390x", "product_id": "php53-pspell-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-shmop-5.3.17-87.1.s390x", "product": { "name": "php53-shmop-5.3.17-87.1.s390x", "product_id": "php53-shmop-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-snmp-5.3.17-87.1.s390x", "product": { "name": "php53-snmp-5.3.17-87.1.s390x", "product_id": "php53-snmp-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-soap-5.3.17-87.1.s390x", "product": { "name": "php53-soap-5.3.17-87.1.s390x", "product_id": "php53-soap-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-suhosin-5.3.17-87.1.s390x", "product": { "name": "php53-suhosin-5.3.17-87.1.s390x", "product_id": "php53-suhosin-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-sysvmsg-5.3.17-87.1.s390x", "product": { "name": "php53-sysvmsg-5.3.17-87.1.s390x", "product_id": "php53-sysvmsg-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-sysvsem-5.3.17-87.1.s390x", "product": { "name": "php53-sysvsem-5.3.17-87.1.s390x", "product_id": "php53-sysvsem-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-sysvshm-5.3.17-87.1.s390x", "product": { "name": "php53-sysvshm-5.3.17-87.1.s390x", "product_id": "php53-sysvshm-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-tokenizer-5.3.17-87.1.s390x", "product": { "name": "php53-tokenizer-5.3.17-87.1.s390x", "product_id": "php53-tokenizer-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-wddx-5.3.17-87.1.s390x", "product": { "name": "php53-wddx-5.3.17-87.1.s390x", "product_id": "php53-wddx-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-xmlreader-5.3.17-87.1.s390x", "product": { "name": "php53-xmlreader-5.3.17-87.1.s390x", "product_id": "php53-xmlreader-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-xmlrpc-5.3.17-87.1.s390x", "product": { "name": "php53-xmlrpc-5.3.17-87.1.s390x", "product_id": "php53-xmlrpc-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-xmlwriter-5.3.17-87.1.s390x", "product": { "name": "php53-xmlwriter-5.3.17-87.1.s390x", "product_id": "php53-xmlwriter-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-xsl-5.3.17-87.1.s390x", "product": { "name": "php53-xsl-5.3.17-87.1.s390x", "product_id": "php53-xsl-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-zip-5.3.17-87.1.s390x", "product": { "name": "php53-zip-5.3.17-87.1.s390x", "product_id": "php53-zip-5.3.17-87.1.s390x" } }, { "category": "product_version", "name": "php53-zlib-5.3.17-87.1.s390x", "product": { "name": "php53-zlib-5.3.17-87.1.s390x", "product_id": "php53-zlib-5.3.17-87.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "php53-devel-5.3.17-87.1.x86_64", "product": { "name": "php53-devel-5.3.17-87.1.x86_64", "product_id": "php53-devel-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-imap-5.3.17-87.1.x86_64", "product": { "name": "php53-imap-5.3.17-87.1.x86_64", "product_id": "php53-imap-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-posix-5.3.17-87.1.x86_64", "product": { "name": "php53-posix-5.3.17-87.1.x86_64", "product_id": "php53-posix-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-readline-5.3.17-87.1.x86_64", "product": { "name": "php53-readline-5.3.17-87.1.x86_64", "product_id": "php53-readline-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-sockets-5.3.17-87.1.x86_64", "product": { "name": "php53-sockets-5.3.17-87.1.x86_64", "product_id": "php53-sockets-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-sqlite-5.3.17-87.1.x86_64", "product": { "name": "php53-sqlite-5.3.17-87.1.x86_64", "product_id": "php53-sqlite-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-tidy-5.3.17-87.1.x86_64", "product": { "name": "php53-tidy-5.3.17-87.1.x86_64", "product_id": "php53-tidy-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "apache2-mod_php53-5.3.17-87.1.x86_64", "product": { "name": "apache2-mod_php53-5.3.17-87.1.x86_64", "product_id": "apache2-mod_php53-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-5.3.17-87.1.x86_64", "product": { "name": "php53-5.3.17-87.1.x86_64", "product_id": "php53-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-bcmath-5.3.17-87.1.x86_64", "product": { "name": "php53-bcmath-5.3.17-87.1.x86_64", "product_id": "php53-bcmath-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-bz2-5.3.17-87.1.x86_64", "product": { "name": "php53-bz2-5.3.17-87.1.x86_64", "product_id": "php53-bz2-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-calendar-5.3.17-87.1.x86_64", "product": { "name": "php53-calendar-5.3.17-87.1.x86_64", "product_id": "php53-calendar-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-ctype-5.3.17-87.1.x86_64", "product": { "name": "php53-ctype-5.3.17-87.1.x86_64", "product_id": "php53-ctype-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-curl-5.3.17-87.1.x86_64", "product": { "name": "php53-curl-5.3.17-87.1.x86_64", "product_id": "php53-curl-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-dba-5.3.17-87.1.x86_64", "product": { "name": "php53-dba-5.3.17-87.1.x86_64", "product_id": "php53-dba-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-dom-5.3.17-87.1.x86_64", "product": { "name": "php53-dom-5.3.17-87.1.x86_64", "product_id": "php53-dom-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-exif-5.3.17-87.1.x86_64", "product": { "name": "php53-exif-5.3.17-87.1.x86_64", "product_id": "php53-exif-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-fastcgi-5.3.17-87.1.x86_64", "product": { "name": "php53-fastcgi-5.3.17-87.1.x86_64", "product_id": "php53-fastcgi-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-fileinfo-5.3.17-87.1.x86_64", "product": { "name": "php53-fileinfo-5.3.17-87.1.x86_64", "product_id": "php53-fileinfo-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-ftp-5.3.17-87.1.x86_64", "product": { "name": "php53-ftp-5.3.17-87.1.x86_64", "product_id": "php53-ftp-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-gd-5.3.17-87.1.x86_64", "product": { "name": "php53-gd-5.3.17-87.1.x86_64", "product_id": "php53-gd-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-gettext-5.3.17-87.1.x86_64", "product": { "name": "php53-gettext-5.3.17-87.1.x86_64", "product_id": "php53-gettext-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-gmp-5.3.17-87.1.x86_64", "product": { "name": "php53-gmp-5.3.17-87.1.x86_64", "product_id": "php53-gmp-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-iconv-5.3.17-87.1.x86_64", "product": { "name": "php53-iconv-5.3.17-87.1.x86_64", "product_id": "php53-iconv-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-intl-5.3.17-87.1.x86_64", "product": { "name": "php53-intl-5.3.17-87.1.x86_64", "product_id": "php53-intl-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-json-5.3.17-87.1.x86_64", "product": { "name": "php53-json-5.3.17-87.1.x86_64", "product_id": "php53-json-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-ldap-5.3.17-87.1.x86_64", "product": { "name": "php53-ldap-5.3.17-87.1.x86_64", "product_id": "php53-ldap-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-mbstring-5.3.17-87.1.x86_64", "product": { "name": "php53-mbstring-5.3.17-87.1.x86_64", "product_id": "php53-mbstring-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-mcrypt-5.3.17-87.1.x86_64", "product": { "name": "php53-mcrypt-5.3.17-87.1.x86_64", "product_id": "php53-mcrypt-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-mysql-5.3.17-87.1.x86_64", "product": { "name": "php53-mysql-5.3.17-87.1.x86_64", "product_id": "php53-mysql-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-odbc-5.3.17-87.1.x86_64", "product": { "name": "php53-odbc-5.3.17-87.1.x86_64", "product_id": "php53-odbc-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-openssl-5.3.17-87.1.x86_64", "product": { "name": "php53-openssl-5.3.17-87.1.x86_64", "product_id": "php53-openssl-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-pcntl-5.3.17-87.1.x86_64", "product": { "name": "php53-pcntl-5.3.17-87.1.x86_64", "product_id": "php53-pcntl-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-pdo-5.3.17-87.1.x86_64", "product": { "name": "php53-pdo-5.3.17-87.1.x86_64", "product_id": "php53-pdo-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-pear-5.3.17-87.1.x86_64", "product": { "name": "php53-pear-5.3.17-87.1.x86_64", "product_id": "php53-pear-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-pgsql-5.3.17-87.1.x86_64", "product": { "name": "php53-pgsql-5.3.17-87.1.x86_64", "product_id": "php53-pgsql-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-pspell-5.3.17-87.1.x86_64", "product": { "name": "php53-pspell-5.3.17-87.1.x86_64", "product_id": "php53-pspell-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-shmop-5.3.17-87.1.x86_64", "product": { "name": "php53-shmop-5.3.17-87.1.x86_64", "product_id": "php53-shmop-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-snmp-5.3.17-87.1.x86_64", "product": { "name": "php53-snmp-5.3.17-87.1.x86_64", "product_id": "php53-snmp-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-soap-5.3.17-87.1.x86_64", "product": { "name": "php53-soap-5.3.17-87.1.x86_64", "product_id": "php53-soap-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-suhosin-5.3.17-87.1.x86_64", "product": { "name": "php53-suhosin-5.3.17-87.1.x86_64", "product_id": "php53-suhosin-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-sysvmsg-5.3.17-87.1.x86_64", "product": { "name": "php53-sysvmsg-5.3.17-87.1.x86_64", "product_id": "php53-sysvmsg-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-sysvsem-5.3.17-87.1.x86_64", "product": { "name": "php53-sysvsem-5.3.17-87.1.x86_64", "product_id": "php53-sysvsem-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-sysvshm-5.3.17-87.1.x86_64", "product": { "name": "php53-sysvshm-5.3.17-87.1.x86_64", "product_id": "php53-sysvshm-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-tokenizer-5.3.17-87.1.x86_64", "product": { "name": "php53-tokenizer-5.3.17-87.1.x86_64", "product_id": "php53-tokenizer-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-wddx-5.3.17-87.1.x86_64", "product": { "name": "php53-wddx-5.3.17-87.1.x86_64", "product_id": "php53-wddx-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-xmlreader-5.3.17-87.1.x86_64", "product": { "name": "php53-xmlreader-5.3.17-87.1.x86_64", "product_id": "php53-xmlreader-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-xmlrpc-5.3.17-87.1.x86_64", "product": { "name": "php53-xmlrpc-5.3.17-87.1.x86_64", "product_id": "php53-xmlrpc-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-xmlwriter-5.3.17-87.1.x86_64", "product": { "name": "php53-xmlwriter-5.3.17-87.1.x86_64", "product_id": "php53-xmlwriter-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-xsl-5.3.17-87.1.x86_64", "product": { "name": "php53-xsl-5.3.17-87.1.x86_64", "product_id": "php53-xsl-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-zip-5.3.17-87.1.x86_64", "product": { "name": "php53-zip-5.3.17-87.1.x86_64", "product_id": "php53-zip-5.3.17-87.1.x86_64" } }, { "category": "product_version", "name": "php53-zlib-5.3.17-87.1.x86_64", "product": { "name": "php53-zlib-5.3.17-87.1.x86_64", "product_id": "php53-zlib-5.3.17-87.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 11 SP4", "product": { "name": "SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4", "product_identification_helper": { "cpe": "cpe:/a:suse:sle-sdk:11:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 11 SP4", "product": { "name": "SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_sles:11:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:11:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php53-devel-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.i586" }, "product_reference": "php53-devel-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ia64" }, "product_reference": "php53-devel-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ppc64" }, "product_reference": "php53-devel-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.s390x" }, "product_reference": "php53-devel-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.x86_64" }, "product_reference": "php53-devel-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.i586" }, "product_reference": "php53-imap-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ia64" }, "product_reference": "php53-imap-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ppc64" }, "product_reference": "php53-imap-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.s390x" }, "product_reference": "php53-imap-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.x86_64" }, "product_reference": "php53-imap-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-posix-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.i586" }, "product_reference": "php53-posix-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-posix-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ia64" }, "product_reference": "php53-posix-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-posix-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ppc64" }, "product_reference": "php53-posix-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-posix-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.s390x" }, "product_reference": "php53-posix-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-posix-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.x86_64" }, "product_reference": "php53-posix-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-readline-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.i586" }, "product_reference": "php53-readline-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-readline-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ia64" }, "product_reference": "php53-readline-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-readline-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ppc64" }, "product_reference": "php53-readline-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-readline-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.s390x" }, "product_reference": "php53-readline-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-readline-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.x86_64" }, "product_reference": "php53-readline-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sockets-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.i586" }, "product_reference": "php53-sockets-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sockets-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ia64" }, "product_reference": "php53-sockets-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sockets-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ppc64" }, "product_reference": "php53-sockets-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sockets-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.s390x" }, "product_reference": "php53-sockets-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sockets-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.x86_64" }, "product_reference": "php53-sockets-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sqlite-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.i586" }, "product_reference": "php53-sqlite-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sqlite-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ia64" }, "product_reference": "php53-sqlite-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sqlite-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ppc64" }, "product_reference": "php53-sqlite-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sqlite-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.s390x" }, "product_reference": "php53-sqlite-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sqlite-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.x86_64" }, "product_reference": "php53-sqlite-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tidy-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.i586" }, "product_reference": "php53-tidy-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tidy-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ia64" }, "product_reference": "php53-tidy-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tidy-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ppc64" }, "product_reference": "php53-tidy-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tidy-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.s390x" }, "product_reference": "php53-tidy-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tidy-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.x86_64" }, "product_reference": "php53-tidy-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.i586" }, "product_reference": "apache2-mod_php53-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64" }, "product_reference": "apache2-mod_php53-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64" }, "product_reference": "apache2-mod_php53-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x" }, "product_reference": "apache2-mod_php53-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64" }, "product_reference": "apache2-mod_php53-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.i586" }, "product_reference": "php53-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ia64" }, "product_reference": "php53-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ppc64" }, "product_reference": "php53-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.s390x" }, "product_reference": "php53-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.x86_64" }, "product_reference": "php53-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.i586" }, "product_reference": "php53-bcmath-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ia64" }, "product_reference": "php53-bcmath-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ppc64" }, "product_reference": "php53-bcmath-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.s390x" }, "product_reference": "php53-bcmath-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.x86_64" }, "product_reference": "php53-bcmath-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.i586" }, "product_reference": "php53-bz2-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ia64" }, "product_reference": "php53-bz2-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ppc64" }, "product_reference": "php53-bz2-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.s390x" }, "product_reference": "php53-bz2-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.x86_64" }, "product_reference": "php53-bz2-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.i586" }, "product_reference": "php53-calendar-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ia64" }, "product_reference": "php53-calendar-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ppc64" }, "product_reference": "php53-calendar-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.s390x" }, "product_reference": "php53-calendar-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.x86_64" }, "product_reference": "php53-calendar-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.i586" }, "product_reference": "php53-ctype-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ia64" }, "product_reference": "php53-ctype-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ppc64" }, "product_reference": "php53-ctype-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.s390x" }, "product_reference": "php53-ctype-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.x86_64" }, "product_reference": "php53-ctype-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.i586" }, "product_reference": "php53-curl-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ia64" }, "product_reference": "php53-curl-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ppc64" }, "product_reference": "php53-curl-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.s390x" }, "product_reference": "php53-curl-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.x86_64" }, "product_reference": "php53-curl-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.i586" }, "product_reference": "php53-dba-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ia64" }, "product_reference": "php53-dba-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ppc64" }, "product_reference": "php53-dba-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.s390x" }, "product_reference": "php53-dba-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.x86_64" }, "product_reference": "php53-dba-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.i586" }, "product_reference": "php53-dom-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ia64" }, "product_reference": "php53-dom-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ppc64" }, "product_reference": "php53-dom-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.s390x" }, "product_reference": "php53-dom-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.x86_64" }, "product_reference": "php53-dom-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.i586" }, "product_reference": "php53-exif-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ia64" }, "product_reference": "php53-exif-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ppc64" }, "product_reference": "php53-exif-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.s390x" }, "product_reference": "php53-exif-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.x86_64" }, "product_reference": "php53-exif-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.i586" }, "product_reference": "php53-fastcgi-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ia64" }, "product_reference": "php53-fastcgi-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64" }, "product_reference": "php53-fastcgi-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.s390x" }, "product_reference": "php53-fastcgi-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64" }, "product_reference": "php53-fastcgi-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.i586" }, "product_reference": "php53-fileinfo-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ia64" }, "product_reference": "php53-fileinfo-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64" }, "product_reference": "php53-fileinfo-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.s390x" }, "product_reference": "php53-fileinfo-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64" }, "product_reference": "php53-fileinfo-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.i586" }, "product_reference": "php53-ftp-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ia64" }, "product_reference": "php53-ftp-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ppc64" }, "product_reference": "php53-ftp-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.s390x" }, "product_reference": "php53-ftp-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.x86_64" }, "product_reference": "php53-ftp-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.i586" }, "product_reference": "php53-gd-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ia64" }, "product_reference": "php53-gd-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ppc64" }, "product_reference": "php53-gd-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.s390x" }, "product_reference": "php53-gd-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.x86_64" }, "product_reference": "php53-gd-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.i586" }, "product_reference": "php53-gettext-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ia64" }, "product_reference": "php53-gettext-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ppc64" }, "product_reference": "php53-gettext-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.s390x" }, "product_reference": "php53-gettext-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.x86_64" }, "product_reference": "php53-gettext-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.i586" }, "product_reference": "php53-gmp-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ia64" }, "product_reference": "php53-gmp-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ppc64" }, "product_reference": "php53-gmp-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.s390x" }, "product_reference": "php53-gmp-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.x86_64" }, "product_reference": "php53-gmp-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.i586" }, "product_reference": "php53-iconv-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ia64" }, "product_reference": "php53-iconv-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ppc64" }, "product_reference": "php53-iconv-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.s390x" }, "product_reference": "php53-iconv-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.x86_64" }, "product_reference": "php53-iconv-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.i586" }, "product_reference": "php53-intl-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ia64" }, "product_reference": "php53-intl-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ppc64" }, "product_reference": "php53-intl-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.s390x" }, "product_reference": "php53-intl-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.x86_64" }, "product_reference": "php53-intl-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.i586" }, "product_reference": "php53-json-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ia64" }, "product_reference": "php53-json-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ppc64" }, "product_reference": "php53-json-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.s390x" }, "product_reference": "php53-json-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.x86_64" }, "product_reference": "php53-json-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.i586" }, "product_reference": "php53-ldap-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ia64" }, "product_reference": "php53-ldap-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ppc64" }, "product_reference": "php53-ldap-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.s390x" }, "product_reference": "php53-ldap-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.x86_64" }, "product_reference": "php53-ldap-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.i586" }, "product_reference": "php53-mbstring-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ia64" }, "product_reference": "php53-mbstring-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ppc64" }, "product_reference": "php53-mbstring-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.s390x" }, "product_reference": "php53-mbstring-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.x86_64" }, "product_reference": "php53-mbstring-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.i586" }, "product_reference": "php53-mcrypt-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ia64" }, "product_reference": "php53-mcrypt-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64" }, "product_reference": "php53-mcrypt-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.s390x" }, "product_reference": "php53-mcrypt-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64" }, "product_reference": "php53-mcrypt-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.i586" }, "product_reference": "php53-mysql-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ia64" }, "product_reference": "php53-mysql-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ppc64" }, "product_reference": "php53-mysql-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.s390x" }, "product_reference": "php53-mysql-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.x86_64" }, "product_reference": "php53-mysql-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.i586" }, "product_reference": "php53-odbc-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ia64" }, "product_reference": "php53-odbc-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ppc64" }, "product_reference": "php53-odbc-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.s390x" }, "product_reference": "php53-odbc-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.x86_64" }, "product_reference": "php53-odbc-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.i586" }, "product_reference": "php53-openssl-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ia64" }, "product_reference": "php53-openssl-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ppc64" }, "product_reference": "php53-openssl-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.s390x" }, "product_reference": "php53-openssl-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.x86_64" }, "product_reference": "php53-openssl-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.i586" }, "product_reference": "php53-pcntl-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ia64" }, "product_reference": "php53-pcntl-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ppc64" }, "product_reference": "php53-pcntl-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.s390x" }, "product_reference": "php53-pcntl-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.x86_64" }, "product_reference": "php53-pcntl-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.i586" }, "product_reference": "php53-pdo-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ia64" }, "product_reference": "php53-pdo-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ppc64" }, "product_reference": "php53-pdo-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.s390x" }, "product_reference": "php53-pdo-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.x86_64" }, "product_reference": "php53-pdo-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.i586" }, "product_reference": "php53-pear-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ia64" }, "product_reference": "php53-pear-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ppc64" }, "product_reference": "php53-pear-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.s390x" }, "product_reference": "php53-pear-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.x86_64" }, "product_reference": "php53-pear-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.i586" }, "product_reference": "php53-pgsql-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ia64" }, "product_reference": "php53-pgsql-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ppc64" }, "product_reference": "php53-pgsql-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.s390x" }, "product_reference": "php53-pgsql-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.x86_64" }, "product_reference": "php53-pgsql-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.i586" }, "product_reference": "php53-pspell-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ia64" }, "product_reference": "php53-pspell-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ppc64" }, "product_reference": "php53-pspell-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.s390x" }, "product_reference": "php53-pspell-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.x86_64" }, "product_reference": "php53-pspell-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.i586" }, "product_reference": "php53-shmop-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ia64" }, "product_reference": "php53-shmop-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ppc64" }, "product_reference": "php53-shmop-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.s390x" }, "product_reference": "php53-shmop-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.x86_64" }, "product_reference": "php53-shmop-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.i586" }, "product_reference": "php53-snmp-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ia64" }, "product_reference": "php53-snmp-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ppc64" }, "product_reference": "php53-snmp-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.s390x" }, "product_reference": "php53-snmp-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.x86_64" }, "product_reference": "php53-snmp-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.i586" }, "product_reference": "php53-soap-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ia64" }, "product_reference": "php53-soap-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ppc64" }, "product_reference": "php53-soap-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.s390x" }, "product_reference": "php53-soap-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.x86_64" }, "product_reference": "php53-soap-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.i586" }, "product_reference": "php53-suhosin-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ia64" }, "product_reference": "php53-suhosin-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ppc64" }, "product_reference": "php53-suhosin-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.s390x" }, "product_reference": "php53-suhosin-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.x86_64" }, "product_reference": "php53-suhosin-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.i586" }, "product_reference": "php53-sysvmsg-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64" }, "product_reference": "php53-sysvmsg-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64" }, "product_reference": "php53-sysvmsg-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x" }, "product_reference": "php53-sysvmsg-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64" }, "product_reference": "php53-sysvmsg-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.i586" }, "product_reference": "php53-sysvsem-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ia64" }, "product_reference": "php53-sysvsem-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64" }, "product_reference": "php53-sysvsem-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.s390x" }, "product_reference": "php53-sysvsem-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64" }, "product_reference": "php53-sysvsem-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.i586" }, "product_reference": "php53-sysvshm-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ia64" }, "product_reference": "php53-sysvshm-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64" }, "product_reference": "php53-sysvshm-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.s390x" }, "product_reference": "php53-sysvshm-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64" }, "product_reference": "php53-sysvshm-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.i586" }, "product_reference": "php53-tokenizer-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ia64" }, "product_reference": "php53-tokenizer-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64" }, "product_reference": "php53-tokenizer-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.s390x" }, "product_reference": "php53-tokenizer-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64" }, "product_reference": "php53-tokenizer-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.i586" }, "product_reference": "php53-wddx-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ia64" }, "product_reference": "php53-wddx-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ppc64" }, "product_reference": "php53-wddx-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.s390x" }, "product_reference": "php53-wddx-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.x86_64" }, "product_reference": "php53-wddx-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.i586" }, "product_reference": "php53-xmlreader-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ia64" }, "product_reference": "php53-xmlreader-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64" }, "product_reference": "php53-xmlreader-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.s390x" }, "product_reference": "php53-xmlreader-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64" }, "product_reference": "php53-xmlreader-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.i586" }, "product_reference": "php53-xmlrpc-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64" }, "product_reference": "php53-xmlrpc-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64" }, "product_reference": "php53-xmlrpc-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x" }, "product_reference": "php53-xmlrpc-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64" }, "product_reference": "php53-xmlrpc-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.i586" }, "product_reference": "php53-xmlwriter-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64" }, "product_reference": "php53-xmlwriter-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64" }, "product_reference": "php53-xmlwriter-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x" }, "product_reference": "php53-xmlwriter-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64" }, "product_reference": "php53-xmlwriter-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.i586" }, "product_reference": "php53-xsl-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ia64" }, "product_reference": "php53-xsl-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ppc64" }, "product_reference": "php53-xsl-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.s390x" }, "product_reference": "php53-xsl-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.x86_64" }, "product_reference": "php53-xsl-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.i586" }, "product_reference": "php53-zip-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ia64" }, "product_reference": "php53-zip-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ppc64" }, "product_reference": "php53-zip-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.s390x" }, "product_reference": "php53-zip-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.x86_64" }, "product_reference": "php53-zip-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.i586" }, "product_reference": "php53-zlib-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ia64" }, "product_reference": "php53-zlib-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ppc64" }, "product_reference": "php53-zlib-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.s390x" }, "product_reference": "php53-zlib-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.x86_64" }, "product_reference": "php53-zlib-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.i586" }, "product_reference": "apache2-mod_php53-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64" }, "product_reference": "apache2-mod_php53-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64" }, "product_reference": "apache2-mod_php53-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x" }, "product_reference": "apache2-mod_php53-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64" }, "product_reference": "apache2-mod_php53-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.i586" }, "product_reference": "php53-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ia64" }, "product_reference": "php53-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ppc64" }, "product_reference": "php53-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.s390x" }, "product_reference": "php53-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.x86_64" }, "product_reference": "php53-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.i586" }, "product_reference": "php53-bcmath-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ia64" }, "product_reference": "php53-bcmath-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ppc64" }, "product_reference": "php53-bcmath-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.s390x" }, "product_reference": "php53-bcmath-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.x86_64" }, "product_reference": "php53-bcmath-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.i586" }, "product_reference": "php53-bz2-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ia64" }, "product_reference": "php53-bz2-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ppc64" }, "product_reference": "php53-bz2-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.s390x" }, "product_reference": "php53-bz2-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.x86_64" }, "product_reference": "php53-bz2-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.i586" }, "product_reference": "php53-calendar-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ia64" }, "product_reference": "php53-calendar-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ppc64" }, "product_reference": "php53-calendar-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.s390x" }, "product_reference": "php53-calendar-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.x86_64" }, "product_reference": "php53-calendar-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.i586" }, "product_reference": "php53-ctype-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ia64" }, "product_reference": "php53-ctype-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ppc64" }, "product_reference": "php53-ctype-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.s390x" }, "product_reference": "php53-ctype-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.x86_64" }, "product_reference": "php53-ctype-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.i586" }, "product_reference": "php53-curl-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ia64" }, "product_reference": "php53-curl-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ppc64" }, "product_reference": "php53-curl-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.s390x" }, "product_reference": "php53-curl-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.x86_64" }, "product_reference": "php53-curl-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.i586" }, "product_reference": "php53-dba-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ia64" }, "product_reference": "php53-dba-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ppc64" }, "product_reference": "php53-dba-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.s390x" }, "product_reference": "php53-dba-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.x86_64" }, "product_reference": "php53-dba-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.i586" }, "product_reference": "php53-dom-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ia64" }, "product_reference": "php53-dom-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ppc64" }, "product_reference": "php53-dom-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.s390x" }, "product_reference": "php53-dom-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.x86_64" }, "product_reference": "php53-dom-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.i586" }, "product_reference": "php53-exif-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ia64" }, "product_reference": "php53-exif-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ppc64" }, "product_reference": "php53-exif-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.s390x" }, "product_reference": "php53-exif-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.x86_64" }, "product_reference": "php53-exif-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.i586" }, "product_reference": "php53-fastcgi-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ia64" }, "product_reference": "php53-fastcgi-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64" }, "product_reference": "php53-fastcgi-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.s390x" }, "product_reference": "php53-fastcgi-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64" }, "product_reference": "php53-fastcgi-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.i586" }, "product_reference": "php53-fileinfo-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ia64" }, "product_reference": "php53-fileinfo-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64" }, "product_reference": "php53-fileinfo-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.s390x" }, "product_reference": "php53-fileinfo-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64" }, "product_reference": "php53-fileinfo-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.i586" }, "product_reference": "php53-ftp-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ia64" }, "product_reference": "php53-ftp-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ppc64" }, "product_reference": "php53-ftp-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.s390x" }, "product_reference": "php53-ftp-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.x86_64" }, "product_reference": "php53-ftp-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.i586" }, "product_reference": "php53-gd-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ia64" }, "product_reference": "php53-gd-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ppc64" }, "product_reference": "php53-gd-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.s390x" }, "product_reference": "php53-gd-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.x86_64" }, "product_reference": "php53-gd-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.i586" }, "product_reference": "php53-gettext-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ia64" }, "product_reference": "php53-gettext-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ppc64" }, "product_reference": "php53-gettext-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.s390x" }, "product_reference": "php53-gettext-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.x86_64" }, "product_reference": "php53-gettext-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.i586" }, "product_reference": "php53-gmp-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ia64" }, "product_reference": "php53-gmp-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ppc64" }, "product_reference": "php53-gmp-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.s390x" }, "product_reference": "php53-gmp-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.x86_64" }, "product_reference": "php53-gmp-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.i586" }, "product_reference": "php53-iconv-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ia64" }, "product_reference": "php53-iconv-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ppc64" }, "product_reference": "php53-iconv-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.s390x" }, "product_reference": "php53-iconv-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.x86_64" }, "product_reference": "php53-iconv-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.i586" }, "product_reference": "php53-intl-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ia64" }, "product_reference": "php53-intl-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ppc64" }, "product_reference": "php53-intl-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.s390x" }, "product_reference": "php53-intl-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.x86_64" }, "product_reference": "php53-intl-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.i586" }, "product_reference": "php53-json-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ia64" }, "product_reference": "php53-json-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ppc64" }, "product_reference": "php53-json-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.s390x" }, "product_reference": "php53-json-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.x86_64" }, "product_reference": "php53-json-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.i586" }, "product_reference": "php53-ldap-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ia64" }, "product_reference": "php53-ldap-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ppc64" }, "product_reference": "php53-ldap-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.s390x" }, "product_reference": "php53-ldap-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.x86_64" }, "product_reference": "php53-ldap-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.i586" }, "product_reference": "php53-mbstring-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ia64" }, "product_reference": "php53-mbstring-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ppc64" }, "product_reference": "php53-mbstring-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.s390x" }, "product_reference": "php53-mbstring-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.x86_64" }, "product_reference": "php53-mbstring-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.i586" }, "product_reference": "php53-mcrypt-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ia64" }, "product_reference": "php53-mcrypt-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64" }, "product_reference": "php53-mcrypt-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.s390x" }, "product_reference": "php53-mcrypt-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64" }, "product_reference": "php53-mcrypt-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.i586" }, "product_reference": "php53-mysql-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ia64" }, "product_reference": "php53-mysql-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ppc64" }, "product_reference": "php53-mysql-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.s390x" }, "product_reference": "php53-mysql-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.x86_64" }, "product_reference": "php53-mysql-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.i586" }, "product_reference": "php53-odbc-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ia64" }, "product_reference": "php53-odbc-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ppc64" }, "product_reference": "php53-odbc-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.s390x" }, "product_reference": "php53-odbc-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.x86_64" }, "product_reference": "php53-odbc-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.i586" }, "product_reference": "php53-openssl-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ia64" }, "product_reference": "php53-openssl-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ppc64" }, "product_reference": "php53-openssl-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.s390x" }, "product_reference": "php53-openssl-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.x86_64" }, "product_reference": "php53-openssl-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.i586" }, "product_reference": "php53-pcntl-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ia64" }, "product_reference": "php53-pcntl-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ppc64" }, "product_reference": "php53-pcntl-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.s390x" }, "product_reference": "php53-pcntl-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.x86_64" }, "product_reference": "php53-pcntl-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.i586" }, "product_reference": "php53-pdo-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ia64" }, "product_reference": "php53-pdo-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ppc64" }, "product_reference": "php53-pdo-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.s390x" }, "product_reference": "php53-pdo-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.x86_64" }, "product_reference": "php53-pdo-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.i586" }, "product_reference": "php53-pear-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ia64" }, "product_reference": "php53-pear-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ppc64" }, "product_reference": "php53-pear-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.s390x" }, "product_reference": "php53-pear-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.x86_64" }, "product_reference": "php53-pear-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.i586" }, "product_reference": "php53-pgsql-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ia64" }, "product_reference": "php53-pgsql-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ppc64" }, "product_reference": "php53-pgsql-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.s390x" }, "product_reference": "php53-pgsql-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.x86_64" }, "product_reference": "php53-pgsql-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.i586" }, "product_reference": "php53-pspell-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ia64" }, "product_reference": "php53-pspell-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ppc64" }, "product_reference": "php53-pspell-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.s390x" }, "product_reference": "php53-pspell-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.x86_64" }, "product_reference": "php53-pspell-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.i586" }, "product_reference": "php53-shmop-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ia64" }, "product_reference": "php53-shmop-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ppc64" }, "product_reference": "php53-shmop-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.s390x" }, "product_reference": "php53-shmop-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.x86_64" }, "product_reference": "php53-shmop-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.i586" }, "product_reference": "php53-snmp-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ia64" }, "product_reference": "php53-snmp-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ppc64" }, "product_reference": "php53-snmp-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.s390x" }, "product_reference": "php53-snmp-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.x86_64" }, "product_reference": "php53-snmp-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.i586" }, "product_reference": "php53-soap-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ia64" }, "product_reference": "php53-soap-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ppc64" }, "product_reference": "php53-soap-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.s390x" }, "product_reference": "php53-soap-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.x86_64" }, "product_reference": "php53-soap-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.i586" }, "product_reference": "php53-suhosin-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ia64" }, "product_reference": "php53-suhosin-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ppc64" }, "product_reference": "php53-suhosin-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.s390x" }, "product_reference": "php53-suhosin-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.x86_64" }, "product_reference": "php53-suhosin-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.i586" }, "product_reference": "php53-sysvmsg-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64" }, "product_reference": "php53-sysvmsg-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64" }, "product_reference": "php53-sysvmsg-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x" }, "product_reference": "php53-sysvmsg-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64" }, "product_reference": "php53-sysvmsg-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.i586" }, "product_reference": "php53-sysvsem-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ia64" }, "product_reference": "php53-sysvsem-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64" }, "product_reference": "php53-sysvsem-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.s390x" }, "product_reference": "php53-sysvsem-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64" }, "product_reference": "php53-sysvsem-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.i586" }, "product_reference": "php53-sysvshm-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ia64" }, "product_reference": "php53-sysvshm-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64" }, "product_reference": "php53-sysvshm-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.s390x" }, "product_reference": "php53-sysvshm-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64" }, "product_reference": "php53-sysvshm-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.i586" }, "product_reference": "php53-tokenizer-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ia64" }, "product_reference": "php53-tokenizer-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64" }, "product_reference": "php53-tokenizer-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.s390x" }, "product_reference": "php53-tokenizer-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64" }, "product_reference": "php53-tokenizer-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.i586" }, "product_reference": "php53-wddx-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ia64" }, "product_reference": "php53-wddx-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ppc64" }, "product_reference": "php53-wddx-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.s390x" }, "product_reference": "php53-wddx-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.x86_64" }, "product_reference": "php53-wddx-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.i586" }, "product_reference": "php53-xmlreader-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ia64" }, "product_reference": "php53-xmlreader-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64" }, "product_reference": "php53-xmlreader-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.s390x" }, "product_reference": "php53-xmlreader-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64" }, "product_reference": "php53-xmlreader-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.i586" }, "product_reference": "php53-xmlrpc-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64" }, "product_reference": "php53-xmlrpc-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64" }, "product_reference": "php53-xmlrpc-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x" }, "product_reference": "php53-xmlrpc-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64" }, "product_reference": "php53-xmlrpc-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.i586" }, "product_reference": "php53-xmlwriter-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64" }, "product_reference": "php53-xmlwriter-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64" }, "product_reference": "php53-xmlwriter-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x" }, "product_reference": "php53-xmlwriter-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64" }, "product_reference": "php53-xmlwriter-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.i586" }, "product_reference": "php53-xsl-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ia64" }, "product_reference": "php53-xsl-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ppc64" }, "product_reference": "php53-xsl-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.s390x" }, "product_reference": "php53-xsl-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.x86_64" }, "product_reference": "php53-xsl-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.i586" }, "product_reference": "php53-zip-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ia64" }, "product_reference": "php53-zip-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ppc64" }, "product_reference": "php53-zip-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.s390x" }, "product_reference": "php53-zip-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.x86_64" }, "product_reference": "php53-zip-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-87.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.i586" }, "product_reference": "php53-zlib-5.3.17-87.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-87.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ia64" }, "product_reference": "php53-zlib-5.3.17-87.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-87.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ppc64" }, "product_reference": "php53-zlib-5.3.17-87.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-87.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.s390x" }, "product_reference": "php53-zlib-5.3.17-87.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-87.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.x86_64" }, "product_reference": "php53-zlib-5.3.17-87.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-6911", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-6911" } ], "notes": [ { "category": "general", "text": "The dynamicGetbuf function in the GD Graphics Library (aka libgd) before 2.2.4 allows remote attackers to cause a denial of service (out-of-bounds read) via a crafted TIFF image.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-6911", "url": "https://www.suse.com/security/cve/CVE-2016-6911" }, { "category": "external", "summary": "SUSE Bug 1004924 for CVE-2016-6911", "url": "https://bugzilla.suse.com/1004924" }, { "category": "external", "summary": "SUSE Bug 1005274 for CVE-2016-6911", "url": "https://bugzilla.suse.com/1005274" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-10-31T07:14:35Z", "details": "moderate" } ], "title": "CVE-2016-6911" }, { "cve": "CVE-2016-8670", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-8670" } ], "notes": [ { "category": "general", "text": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-8670", "url": "https://www.suse.com/security/cve/CVE-2016-8670" }, { "category": "external", "summary": "SUSE Bug 1004924 for CVE-2016-8670", "url": "https://bugzilla.suse.com/1004924" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.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": [ "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-87.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-87.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-10-31T07:14:35Z", "details": "moderate" } ], "title": "CVE-2016-8670" } ] }
suse-su-2016:2683-1
Vulnerability from csaf_suse
Published
2016-10-31 07:15
Modified
2016-10-31 07:15
Summary
Security update for php7
Notes
Title of the patch
Security update for php7
Description of the patch
This update for php7 fixes the following security issue:
- CVE-2016-7568: A specially crafted image file could cause an application crash or potentially execute arbitrary code
when the image is converted to webp (bsc#1001900)
- CVE-2016-8670: Stack Buffer Overflow in GD dynamicGetbuf (bsc#1004924)
- CVE-2016-6911: Check for out-of-bound read in dynamicGetbuf() (bsc#1005274)
Patchnames
SUSE-SLE-Module-Web-Scripting-12-2016-1576,SUSE-SLE-SDK-12-SP1-2016-1576
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for php7", "title": "Title of the patch" }, { "category": "description", "text": "This update for php7 fixes the following security issue:\n\n- CVE-2016-7568: A specially crafted image file could cause an application crash or potentially execute arbitrary code\n when the image is converted to webp (bsc#1001900)\n- CVE-2016-8670: Stack Buffer Overflow in GD dynamicGetbuf (bsc#1004924)\n- CVE-2016-6911: Check for out-of-bound read in dynamicGetbuf() (bsc#1005274)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Module-Web-Scripting-12-2016-1576,SUSE-SLE-SDK-12-SP1-2016-1576", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2016_2683-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2016:2683-1", "url": "https://www.suse.com/support/update/announcement/2016/suse-su-20162683-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2016:2683-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2016-October/002379.html" }, { "category": "self", "summary": "SUSE Bug 1001900", "url": "https://bugzilla.suse.com/1001900" }, { "category": "self", "summary": "SUSE Bug 1004924", "url": "https://bugzilla.suse.com/1004924" }, { "category": "self", "summary": "SUSE Bug 1005274", "url": "https://bugzilla.suse.com/1005274" }, { "category": "self", "summary": "SUSE CVE CVE-2016-6911 page", "url": "https://www.suse.com/security/cve/CVE-2016-6911/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-7568 page", "url": "https://www.suse.com/security/cve/CVE-2016-7568/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-8670 page", "url": "https://www.suse.com/security/cve/CVE-2016-8670/" } ], "title": "Security update for php7", "tracking": { "current_release_date": "2016-10-31T07:15:30Z", "generator": { "date": "2016-10-31T07:15:30Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2016:2683-1", "initial_release_date": "2016-10-31T07:15:30Z", "revision_history": [ { "date": "2016-10-31T07:15:30Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "apache2-mod_php7-7.0.7-20.1.aarch64", "product": { "name": "apache2-mod_php7-7.0.7-20.1.aarch64", "product_id": "apache2-mod_php7-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-7.0.7-20.1.aarch64", "product": { "name": "php7-7.0.7-20.1.aarch64", "product_id": "php7-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-bcmath-7.0.7-20.1.aarch64", "product": { "name": "php7-bcmath-7.0.7-20.1.aarch64", "product_id": "php7-bcmath-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-bz2-7.0.7-20.1.aarch64", "product": { "name": "php7-bz2-7.0.7-20.1.aarch64", "product_id": "php7-bz2-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-calendar-7.0.7-20.1.aarch64", "product": { "name": "php7-calendar-7.0.7-20.1.aarch64", "product_id": "php7-calendar-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-ctype-7.0.7-20.1.aarch64", "product": { "name": "php7-ctype-7.0.7-20.1.aarch64", "product_id": "php7-ctype-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-curl-7.0.7-20.1.aarch64", "product": { "name": "php7-curl-7.0.7-20.1.aarch64", "product_id": "php7-curl-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-dba-7.0.7-20.1.aarch64", "product": { "name": "php7-dba-7.0.7-20.1.aarch64", "product_id": "php7-dba-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-dom-7.0.7-20.1.aarch64", "product": { "name": "php7-dom-7.0.7-20.1.aarch64", "product_id": "php7-dom-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-enchant-7.0.7-20.1.aarch64", "product": { "name": "php7-enchant-7.0.7-20.1.aarch64", "product_id": "php7-enchant-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-exif-7.0.7-20.1.aarch64", "product": { "name": "php7-exif-7.0.7-20.1.aarch64", "product_id": "php7-exif-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-fastcgi-7.0.7-20.1.aarch64", "product": { "name": "php7-fastcgi-7.0.7-20.1.aarch64", "product_id": "php7-fastcgi-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-fileinfo-7.0.7-20.1.aarch64", "product": { "name": "php7-fileinfo-7.0.7-20.1.aarch64", "product_id": "php7-fileinfo-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-fpm-7.0.7-20.1.aarch64", "product": { "name": "php7-fpm-7.0.7-20.1.aarch64", "product_id": "php7-fpm-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-ftp-7.0.7-20.1.aarch64", "product": { "name": "php7-ftp-7.0.7-20.1.aarch64", "product_id": "php7-ftp-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-gd-7.0.7-20.1.aarch64", "product": { "name": "php7-gd-7.0.7-20.1.aarch64", "product_id": "php7-gd-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-gettext-7.0.7-20.1.aarch64", "product": { "name": "php7-gettext-7.0.7-20.1.aarch64", "product_id": "php7-gettext-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-gmp-7.0.7-20.1.aarch64", "product": { "name": "php7-gmp-7.0.7-20.1.aarch64", "product_id": "php7-gmp-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-iconv-7.0.7-20.1.aarch64", "product": { "name": "php7-iconv-7.0.7-20.1.aarch64", "product_id": "php7-iconv-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-imap-7.0.7-20.1.aarch64", "product": { "name": "php7-imap-7.0.7-20.1.aarch64", "product_id": "php7-imap-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-intl-7.0.7-20.1.aarch64", "product": { "name": "php7-intl-7.0.7-20.1.aarch64", "product_id": "php7-intl-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-json-7.0.7-20.1.aarch64", "product": { "name": "php7-json-7.0.7-20.1.aarch64", "product_id": "php7-json-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-ldap-7.0.7-20.1.aarch64", "product": { "name": "php7-ldap-7.0.7-20.1.aarch64", "product_id": "php7-ldap-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-mbstring-7.0.7-20.1.aarch64", "product": { "name": "php7-mbstring-7.0.7-20.1.aarch64", "product_id": "php7-mbstring-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-mcrypt-7.0.7-20.1.aarch64", "product": { "name": "php7-mcrypt-7.0.7-20.1.aarch64", "product_id": "php7-mcrypt-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-mysql-7.0.7-20.1.aarch64", "product": { "name": "php7-mysql-7.0.7-20.1.aarch64", "product_id": "php7-mysql-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-odbc-7.0.7-20.1.aarch64", "product": { "name": "php7-odbc-7.0.7-20.1.aarch64", "product_id": "php7-odbc-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-opcache-7.0.7-20.1.aarch64", "product": { "name": "php7-opcache-7.0.7-20.1.aarch64", "product_id": "php7-opcache-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-openssl-7.0.7-20.1.aarch64", "product": { "name": "php7-openssl-7.0.7-20.1.aarch64", "product_id": "php7-openssl-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-pcntl-7.0.7-20.1.aarch64", "product": { "name": "php7-pcntl-7.0.7-20.1.aarch64", "product_id": "php7-pcntl-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-pdo-7.0.7-20.1.aarch64", "product": { "name": "php7-pdo-7.0.7-20.1.aarch64", "product_id": "php7-pdo-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-pgsql-7.0.7-20.1.aarch64", "product": { "name": "php7-pgsql-7.0.7-20.1.aarch64", "product_id": "php7-pgsql-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-phar-7.0.7-20.1.aarch64", "product": { "name": "php7-phar-7.0.7-20.1.aarch64", "product_id": "php7-phar-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-posix-7.0.7-20.1.aarch64", "product": { "name": "php7-posix-7.0.7-20.1.aarch64", "product_id": "php7-posix-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-pspell-7.0.7-20.1.aarch64", "product": { "name": "php7-pspell-7.0.7-20.1.aarch64", "product_id": "php7-pspell-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-shmop-7.0.7-20.1.aarch64", "product": { "name": "php7-shmop-7.0.7-20.1.aarch64", "product_id": "php7-shmop-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-snmp-7.0.7-20.1.aarch64", "product": { "name": "php7-snmp-7.0.7-20.1.aarch64", "product_id": "php7-snmp-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-soap-7.0.7-20.1.aarch64", "product": { "name": "php7-soap-7.0.7-20.1.aarch64", "product_id": "php7-soap-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-sockets-7.0.7-20.1.aarch64", "product": { "name": "php7-sockets-7.0.7-20.1.aarch64", "product_id": "php7-sockets-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-sqlite-7.0.7-20.1.aarch64", "product": { "name": "php7-sqlite-7.0.7-20.1.aarch64", "product_id": "php7-sqlite-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-sysvmsg-7.0.7-20.1.aarch64", "product": { "name": "php7-sysvmsg-7.0.7-20.1.aarch64", "product_id": "php7-sysvmsg-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-sysvsem-7.0.7-20.1.aarch64", "product": { "name": "php7-sysvsem-7.0.7-20.1.aarch64", "product_id": "php7-sysvsem-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-sysvshm-7.0.7-20.1.aarch64", "product": { "name": "php7-sysvshm-7.0.7-20.1.aarch64", "product_id": "php7-sysvshm-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-tokenizer-7.0.7-20.1.aarch64", "product": { "name": "php7-tokenizer-7.0.7-20.1.aarch64", "product_id": "php7-tokenizer-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-wddx-7.0.7-20.1.aarch64", "product": { "name": "php7-wddx-7.0.7-20.1.aarch64", "product_id": "php7-wddx-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-xmlreader-7.0.7-20.1.aarch64", "product": { "name": "php7-xmlreader-7.0.7-20.1.aarch64", "product_id": "php7-xmlreader-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-xmlrpc-7.0.7-20.1.aarch64", "product": { "name": "php7-xmlrpc-7.0.7-20.1.aarch64", "product_id": "php7-xmlrpc-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-xmlwriter-7.0.7-20.1.aarch64", "product": { "name": "php7-xmlwriter-7.0.7-20.1.aarch64", "product_id": "php7-xmlwriter-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-xsl-7.0.7-20.1.aarch64", "product": { "name": "php7-xsl-7.0.7-20.1.aarch64", "product_id": "php7-xsl-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-zip-7.0.7-20.1.aarch64", "product": { "name": "php7-zip-7.0.7-20.1.aarch64", "product_id": "php7-zip-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-zlib-7.0.7-20.1.aarch64", "product": { "name": "php7-zlib-7.0.7-20.1.aarch64", "product_id": "php7-zlib-7.0.7-20.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "php7-pear-7.0.7-20.1.noarch", "product": { "name": "php7-pear-7.0.7-20.1.noarch", "product_id": "php7-pear-7.0.7-20.1.noarch" } }, { "category": "product_version", "name": "php7-pear-Archive_Tar-7.0.7-20.1.noarch", "product": { "name": "php7-pear-Archive_Tar-7.0.7-20.1.noarch", "product_id": "php7-pear-Archive_Tar-7.0.7-20.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php7-7.0.7-20.1.ppc64le", "product": { "name": "apache2-mod_php7-7.0.7-20.1.ppc64le", "product_id": "apache2-mod_php7-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-7.0.7-20.1.ppc64le", "product": { "name": "php7-7.0.7-20.1.ppc64le", "product_id": "php7-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-bcmath-7.0.7-20.1.ppc64le", "product": { "name": "php7-bcmath-7.0.7-20.1.ppc64le", "product_id": "php7-bcmath-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-bz2-7.0.7-20.1.ppc64le", "product": { "name": "php7-bz2-7.0.7-20.1.ppc64le", "product_id": "php7-bz2-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-calendar-7.0.7-20.1.ppc64le", "product": { "name": "php7-calendar-7.0.7-20.1.ppc64le", "product_id": "php7-calendar-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-ctype-7.0.7-20.1.ppc64le", "product": { "name": "php7-ctype-7.0.7-20.1.ppc64le", "product_id": "php7-ctype-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-curl-7.0.7-20.1.ppc64le", "product": { "name": "php7-curl-7.0.7-20.1.ppc64le", "product_id": "php7-curl-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-dba-7.0.7-20.1.ppc64le", "product": { "name": "php7-dba-7.0.7-20.1.ppc64le", "product_id": "php7-dba-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-dom-7.0.7-20.1.ppc64le", "product": { "name": "php7-dom-7.0.7-20.1.ppc64le", "product_id": "php7-dom-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-enchant-7.0.7-20.1.ppc64le", "product": { "name": "php7-enchant-7.0.7-20.1.ppc64le", "product_id": "php7-enchant-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-exif-7.0.7-20.1.ppc64le", "product": { "name": "php7-exif-7.0.7-20.1.ppc64le", "product_id": "php7-exif-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-fastcgi-7.0.7-20.1.ppc64le", "product": { "name": "php7-fastcgi-7.0.7-20.1.ppc64le", "product_id": "php7-fastcgi-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-fileinfo-7.0.7-20.1.ppc64le", "product": { "name": "php7-fileinfo-7.0.7-20.1.ppc64le", "product_id": "php7-fileinfo-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-fpm-7.0.7-20.1.ppc64le", "product": { "name": "php7-fpm-7.0.7-20.1.ppc64le", "product_id": "php7-fpm-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-ftp-7.0.7-20.1.ppc64le", "product": { "name": "php7-ftp-7.0.7-20.1.ppc64le", "product_id": "php7-ftp-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-gd-7.0.7-20.1.ppc64le", "product": { "name": "php7-gd-7.0.7-20.1.ppc64le", "product_id": "php7-gd-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-gettext-7.0.7-20.1.ppc64le", "product": { "name": "php7-gettext-7.0.7-20.1.ppc64le", "product_id": "php7-gettext-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-gmp-7.0.7-20.1.ppc64le", "product": { "name": "php7-gmp-7.0.7-20.1.ppc64le", "product_id": "php7-gmp-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-iconv-7.0.7-20.1.ppc64le", "product": { "name": "php7-iconv-7.0.7-20.1.ppc64le", "product_id": "php7-iconv-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-imap-7.0.7-20.1.ppc64le", "product": { "name": "php7-imap-7.0.7-20.1.ppc64le", "product_id": "php7-imap-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-intl-7.0.7-20.1.ppc64le", "product": { "name": "php7-intl-7.0.7-20.1.ppc64le", "product_id": "php7-intl-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-json-7.0.7-20.1.ppc64le", "product": { "name": "php7-json-7.0.7-20.1.ppc64le", "product_id": "php7-json-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-ldap-7.0.7-20.1.ppc64le", "product": { "name": "php7-ldap-7.0.7-20.1.ppc64le", "product_id": "php7-ldap-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-mbstring-7.0.7-20.1.ppc64le", "product": { "name": "php7-mbstring-7.0.7-20.1.ppc64le", "product_id": "php7-mbstring-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-mcrypt-7.0.7-20.1.ppc64le", "product": { "name": "php7-mcrypt-7.0.7-20.1.ppc64le", "product_id": "php7-mcrypt-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-mysql-7.0.7-20.1.ppc64le", "product": { "name": "php7-mysql-7.0.7-20.1.ppc64le", "product_id": "php7-mysql-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-odbc-7.0.7-20.1.ppc64le", "product": { "name": "php7-odbc-7.0.7-20.1.ppc64le", "product_id": "php7-odbc-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-opcache-7.0.7-20.1.ppc64le", "product": { "name": "php7-opcache-7.0.7-20.1.ppc64le", "product_id": "php7-opcache-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-openssl-7.0.7-20.1.ppc64le", "product": { "name": "php7-openssl-7.0.7-20.1.ppc64le", "product_id": "php7-openssl-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-pcntl-7.0.7-20.1.ppc64le", "product": { "name": "php7-pcntl-7.0.7-20.1.ppc64le", "product_id": "php7-pcntl-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-pdo-7.0.7-20.1.ppc64le", "product": { "name": "php7-pdo-7.0.7-20.1.ppc64le", "product_id": "php7-pdo-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-pgsql-7.0.7-20.1.ppc64le", "product": { "name": "php7-pgsql-7.0.7-20.1.ppc64le", "product_id": "php7-pgsql-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-phar-7.0.7-20.1.ppc64le", "product": { "name": "php7-phar-7.0.7-20.1.ppc64le", "product_id": "php7-phar-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-posix-7.0.7-20.1.ppc64le", "product": { "name": "php7-posix-7.0.7-20.1.ppc64le", "product_id": "php7-posix-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-pspell-7.0.7-20.1.ppc64le", "product": { "name": "php7-pspell-7.0.7-20.1.ppc64le", "product_id": "php7-pspell-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-shmop-7.0.7-20.1.ppc64le", "product": { "name": "php7-shmop-7.0.7-20.1.ppc64le", "product_id": "php7-shmop-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-snmp-7.0.7-20.1.ppc64le", "product": { "name": "php7-snmp-7.0.7-20.1.ppc64le", "product_id": "php7-snmp-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-soap-7.0.7-20.1.ppc64le", "product": { "name": "php7-soap-7.0.7-20.1.ppc64le", "product_id": "php7-soap-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-sockets-7.0.7-20.1.ppc64le", "product": { "name": "php7-sockets-7.0.7-20.1.ppc64le", "product_id": "php7-sockets-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-sqlite-7.0.7-20.1.ppc64le", "product": { "name": "php7-sqlite-7.0.7-20.1.ppc64le", "product_id": "php7-sqlite-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-sysvmsg-7.0.7-20.1.ppc64le", "product": { "name": "php7-sysvmsg-7.0.7-20.1.ppc64le", "product_id": "php7-sysvmsg-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-sysvsem-7.0.7-20.1.ppc64le", "product": { "name": "php7-sysvsem-7.0.7-20.1.ppc64le", "product_id": "php7-sysvsem-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-sysvshm-7.0.7-20.1.ppc64le", "product": { "name": "php7-sysvshm-7.0.7-20.1.ppc64le", "product_id": "php7-sysvshm-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-tokenizer-7.0.7-20.1.ppc64le", "product": { "name": "php7-tokenizer-7.0.7-20.1.ppc64le", "product_id": "php7-tokenizer-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-wddx-7.0.7-20.1.ppc64le", "product": { "name": "php7-wddx-7.0.7-20.1.ppc64le", "product_id": "php7-wddx-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-xmlreader-7.0.7-20.1.ppc64le", "product": { "name": "php7-xmlreader-7.0.7-20.1.ppc64le", "product_id": "php7-xmlreader-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-xmlrpc-7.0.7-20.1.ppc64le", "product": { "name": "php7-xmlrpc-7.0.7-20.1.ppc64le", "product_id": "php7-xmlrpc-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-xmlwriter-7.0.7-20.1.ppc64le", "product": { "name": "php7-xmlwriter-7.0.7-20.1.ppc64le", "product_id": "php7-xmlwriter-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-xsl-7.0.7-20.1.ppc64le", "product": { "name": "php7-xsl-7.0.7-20.1.ppc64le", "product_id": "php7-xsl-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-zip-7.0.7-20.1.ppc64le", "product": { "name": "php7-zip-7.0.7-20.1.ppc64le", "product_id": "php7-zip-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-zlib-7.0.7-20.1.ppc64le", "product": { "name": "php7-zlib-7.0.7-20.1.ppc64le", "product_id": "php7-zlib-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-devel-7.0.7-20.1.ppc64le", "product": { "name": "php7-devel-7.0.7-20.1.ppc64le", "product_id": "php7-devel-7.0.7-20.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php7-7.0.7-20.1.s390x", "product": { "name": "apache2-mod_php7-7.0.7-20.1.s390x", "product_id": "apache2-mod_php7-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-7.0.7-20.1.s390x", "product": { "name": "php7-7.0.7-20.1.s390x", "product_id": "php7-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-bcmath-7.0.7-20.1.s390x", "product": { "name": "php7-bcmath-7.0.7-20.1.s390x", "product_id": "php7-bcmath-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-bz2-7.0.7-20.1.s390x", "product": { "name": "php7-bz2-7.0.7-20.1.s390x", "product_id": "php7-bz2-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-calendar-7.0.7-20.1.s390x", "product": { "name": "php7-calendar-7.0.7-20.1.s390x", "product_id": "php7-calendar-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-ctype-7.0.7-20.1.s390x", "product": { "name": "php7-ctype-7.0.7-20.1.s390x", "product_id": "php7-ctype-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-curl-7.0.7-20.1.s390x", "product": { "name": "php7-curl-7.0.7-20.1.s390x", "product_id": "php7-curl-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-dba-7.0.7-20.1.s390x", "product": { "name": "php7-dba-7.0.7-20.1.s390x", "product_id": "php7-dba-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-dom-7.0.7-20.1.s390x", "product": { "name": "php7-dom-7.0.7-20.1.s390x", "product_id": "php7-dom-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-enchant-7.0.7-20.1.s390x", "product": { "name": "php7-enchant-7.0.7-20.1.s390x", "product_id": "php7-enchant-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-exif-7.0.7-20.1.s390x", "product": { "name": "php7-exif-7.0.7-20.1.s390x", "product_id": "php7-exif-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-fastcgi-7.0.7-20.1.s390x", "product": { "name": "php7-fastcgi-7.0.7-20.1.s390x", "product_id": "php7-fastcgi-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-fileinfo-7.0.7-20.1.s390x", "product": { "name": "php7-fileinfo-7.0.7-20.1.s390x", "product_id": "php7-fileinfo-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-fpm-7.0.7-20.1.s390x", "product": { "name": "php7-fpm-7.0.7-20.1.s390x", "product_id": "php7-fpm-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-ftp-7.0.7-20.1.s390x", "product": { "name": "php7-ftp-7.0.7-20.1.s390x", "product_id": "php7-ftp-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-gd-7.0.7-20.1.s390x", "product": { "name": "php7-gd-7.0.7-20.1.s390x", "product_id": "php7-gd-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-gettext-7.0.7-20.1.s390x", "product": { "name": "php7-gettext-7.0.7-20.1.s390x", "product_id": "php7-gettext-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-gmp-7.0.7-20.1.s390x", "product": { "name": "php7-gmp-7.0.7-20.1.s390x", "product_id": "php7-gmp-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-iconv-7.0.7-20.1.s390x", "product": { "name": "php7-iconv-7.0.7-20.1.s390x", "product_id": "php7-iconv-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-imap-7.0.7-20.1.s390x", "product": { "name": "php7-imap-7.0.7-20.1.s390x", "product_id": "php7-imap-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-intl-7.0.7-20.1.s390x", "product": { "name": "php7-intl-7.0.7-20.1.s390x", "product_id": "php7-intl-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-json-7.0.7-20.1.s390x", "product": { "name": "php7-json-7.0.7-20.1.s390x", "product_id": "php7-json-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-ldap-7.0.7-20.1.s390x", "product": { "name": "php7-ldap-7.0.7-20.1.s390x", "product_id": "php7-ldap-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-mbstring-7.0.7-20.1.s390x", "product": { "name": "php7-mbstring-7.0.7-20.1.s390x", "product_id": "php7-mbstring-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-mcrypt-7.0.7-20.1.s390x", "product": { "name": "php7-mcrypt-7.0.7-20.1.s390x", "product_id": "php7-mcrypt-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-mysql-7.0.7-20.1.s390x", "product": { "name": "php7-mysql-7.0.7-20.1.s390x", "product_id": "php7-mysql-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-odbc-7.0.7-20.1.s390x", "product": { "name": "php7-odbc-7.0.7-20.1.s390x", "product_id": "php7-odbc-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-opcache-7.0.7-20.1.s390x", "product": { "name": "php7-opcache-7.0.7-20.1.s390x", "product_id": "php7-opcache-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-openssl-7.0.7-20.1.s390x", "product": { "name": "php7-openssl-7.0.7-20.1.s390x", "product_id": "php7-openssl-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-pcntl-7.0.7-20.1.s390x", "product": { "name": "php7-pcntl-7.0.7-20.1.s390x", "product_id": "php7-pcntl-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-pdo-7.0.7-20.1.s390x", "product": { "name": "php7-pdo-7.0.7-20.1.s390x", "product_id": "php7-pdo-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-pgsql-7.0.7-20.1.s390x", "product": { "name": "php7-pgsql-7.0.7-20.1.s390x", "product_id": "php7-pgsql-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-phar-7.0.7-20.1.s390x", "product": { "name": "php7-phar-7.0.7-20.1.s390x", "product_id": "php7-phar-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-posix-7.0.7-20.1.s390x", "product": { "name": "php7-posix-7.0.7-20.1.s390x", "product_id": "php7-posix-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-pspell-7.0.7-20.1.s390x", "product": { "name": "php7-pspell-7.0.7-20.1.s390x", "product_id": "php7-pspell-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-shmop-7.0.7-20.1.s390x", "product": { "name": "php7-shmop-7.0.7-20.1.s390x", "product_id": "php7-shmop-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-snmp-7.0.7-20.1.s390x", "product": { "name": "php7-snmp-7.0.7-20.1.s390x", "product_id": "php7-snmp-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-soap-7.0.7-20.1.s390x", "product": { "name": "php7-soap-7.0.7-20.1.s390x", "product_id": "php7-soap-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-sockets-7.0.7-20.1.s390x", "product": { "name": "php7-sockets-7.0.7-20.1.s390x", "product_id": "php7-sockets-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-sqlite-7.0.7-20.1.s390x", "product": { "name": "php7-sqlite-7.0.7-20.1.s390x", "product_id": "php7-sqlite-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-sysvmsg-7.0.7-20.1.s390x", "product": { "name": "php7-sysvmsg-7.0.7-20.1.s390x", "product_id": "php7-sysvmsg-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-sysvsem-7.0.7-20.1.s390x", "product": { "name": "php7-sysvsem-7.0.7-20.1.s390x", "product_id": "php7-sysvsem-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-sysvshm-7.0.7-20.1.s390x", "product": { "name": "php7-sysvshm-7.0.7-20.1.s390x", "product_id": "php7-sysvshm-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-tokenizer-7.0.7-20.1.s390x", "product": { "name": "php7-tokenizer-7.0.7-20.1.s390x", "product_id": "php7-tokenizer-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-wddx-7.0.7-20.1.s390x", "product": { "name": "php7-wddx-7.0.7-20.1.s390x", "product_id": "php7-wddx-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-xmlreader-7.0.7-20.1.s390x", "product": { "name": "php7-xmlreader-7.0.7-20.1.s390x", "product_id": "php7-xmlreader-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-xmlrpc-7.0.7-20.1.s390x", "product": { "name": "php7-xmlrpc-7.0.7-20.1.s390x", "product_id": "php7-xmlrpc-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-xmlwriter-7.0.7-20.1.s390x", "product": { "name": "php7-xmlwriter-7.0.7-20.1.s390x", "product_id": "php7-xmlwriter-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-xsl-7.0.7-20.1.s390x", "product": { "name": "php7-xsl-7.0.7-20.1.s390x", "product_id": "php7-xsl-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-zip-7.0.7-20.1.s390x", "product": { "name": "php7-zip-7.0.7-20.1.s390x", "product_id": "php7-zip-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-zlib-7.0.7-20.1.s390x", "product": { "name": "php7-zlib-7.0.7-20.1.s390x", "product_id": "php7-zlib-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-devel-7.0.7-20.1.s390x", "product": { "name": "php7-devel-7.0.7-20.1.s390x", "product_id": "php7-devel-7.0.7-20.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php7-7.0.7-20.1.x86_64", "product": { "name": "apache2-mod_php7-7.0.7-20.1.x86_64", "product_id": "apache2-mod_php7-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-7.0.7-20.1.x86_64", "product": { "name": "php7-7.0.7-20.1.x86_64", "product_id": "php7-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-bcmath-7.0.7-20.1.x86_64", "product": { "name": "php7-bcmath-7.0.7-20.1.x86_64", "product_id": "php7-bcmath-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-bz2-7.0.7-20.1.x86_64", "product": { "name": "php7-bz2-7.0.7-20.1.x86_64", "product_id": "php7-bz2-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-calendar-7.0.7-20.1.x86_64", "product": { "name": "php7-calendar-7.0.7-20.1.x86_64", "product_id": "php7-calendar-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-ctype-7.0.7-20.1.x86_64", "product": { "name": "php7-ctype-7.0.7-20.1.x86_64", "product_id": "php7-ctype-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-curl-7.0.7-20.1.x86_64", "product": { "name": "php7-curl-7.0.7-20.1.x86_64", "product_id": "php7-curl-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-dba-7.0.7-20.1.x86_64", "product": { "name": "php7-dba-7.0.7-20.1.x86_64", "product_id": "php7-dba-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-dom-7.0.7-20.1.x86_64", "product": { "name": "php7-dom-7.0.7-20.1.x86_64", "product_id": "php7-dom-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-enchant-7.0.7-20.1.x86_64", "product": { "name": "php7-enchant-7.0.7-20.1.x86_64", "product_id": "php7-enchant-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-exif-7.0.7-20.1.x86_64", "product": { "name": "php7-exif-7.0.7-20.1.x86_64", "product_id": "php7-exif-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-fastcgi-7.0.7-20.1.x86_64", "product": { "name": "php7-fastcgi-7.0.7-20.1.x86_64", "product_id": "php7-fastcgi-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-fileinfo-7.0.7-20.1.x86_64", "product": { "name": "php7-fileinfo-7.0.7-20.1.x86_64", "product_id": "php7-fileinfo-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-fpm-7.0.7-20.1.x86_64", "product": { "name": "php7-fpm-7.0.7-20.1.x86_64", "product_id": "php7-fpm-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-ftp-7.0.7-20.1.x86_64", "product": { "name": "php7-ftp-7.0.7-20.1.x86_64", "product_id": "php7-ftp-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-gd-7.0.7-20.1.x86_64", "product": { "name": "php7-gd-7.0.7-20.1.x86_64", "product_id": "php7-gd-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-gettext-7.0.7-20.1.x86_64", "product": { "name": "php7-gettext-7.0.7-20.1.x86_64", "product_id": "php7-gettext-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-gmp-7.0.7-20.1.x86_64", "product": { "name": "php7-gmp-7.0.7-20.1.x86_64", "product_id": "php7-gmp-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-iconv-7.0.7-20.1.x86_64", "product": { "name": "php7-iconv-7.0.7-20.1.x86_64", "product_id": "php7-iconv-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-imap-7.0.7-20.1.x86_64", "product": { "name": "php7-imap-7.0.7-20.1.x86_64", "product_id": "php7-imap-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-intl-7.0.7-20.1.x86_64", "product": { "name": "php7-intl-7.0.7-20.1.x86_64", "product_id": "php7-intl-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-json-7.0.7-20.1.x86_64", "product": { "name": "php7-json-7.0.7-20.1.x86_64", "product_id": "php7-json-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-ldap-7.0.7-20.1.x86_64", "product": { "name": "php7-ldap-7.0.7-20.1.x86_64", "product_id": "php7-ldap-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-mbstring-7.0.7-20.1.x86_64", "product": { "name": "php7-mbstring-7.0.7-20.1.x86_64", "product_id": "php7-mbstring-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-mcrypt-7.0.7-20.1.x86_64", "product": { "name": "php7-mcrypt-7.0.7-20.1.x86_64", "product_id": "php7-mcrypt-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-mysql-7.0.7-20.1.x86_64", "product": { "name": "php7-mysql-7.0.7-20.1.x86_64", "product_id": "php7-mysql-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-odbc-7.0.7-20.1.x86_64", "product": { "name": "php7-odbc-7.0.7-20.1.x86_64", "product_id": "php7-odbc-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-opcache-7.0.7-20.1.x86_64", "product": { "name": "php7-opcache-7.0.7-20.1.x86_64", "product_id": "php7-opcache-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-openssl-7.0.7-20.1.x86_64", "product": { "name": "php7-openssl-7.0.7-20.1.x86_64", "product_id": "php7-openssl-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-pcntl-7.0.7-20.1.x86_64", "product": { "name": "php7-pcntl-7.0.7-20.1.x86_64", "product_id": "php7-pcntl-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-pdo-7.0.7-20.1.x86_64", "product": { "name": "php7-pdo-7.0.7-20.1.x86_64", "product_id": "php7-pdo-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-pgsql-7.0.7-20.1.x86_64", "product": { "name": "php7-pgsql-7.0.7-20.1.x86_64", "product_id": "php7-pgsql-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-phar-7.0.7-20.1.x86_64", "product": { "name": "php7-phar-7.0.7-20.1.x86_64", "product_id": "php7-phar-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-posix-7.0.7-20.1.x86_64", "product": { "name": "php7-posix-7.0.7-20.1.x86_64", "product_id": "php7-posix-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-pspell-7.0.7-20.1.x86_64", "product": { "name": "php7-pspell-7.0.7-20.1.x86_64", "product_id": "php7-pspell-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-shmop-7.0.7-20.1.x86_64", "product": { "name": "php7-shmop-7.0.7-20.1.x86_64", "product_id": "php7-shmop-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-snmp-7.0.7-20.1.x86_64", "product": { "name": "php7-snmp-7.0.7-20.1.x86_64", "product_id": "php7-snmp-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-soap-7.0.7-20.1.x86_64", "product": { "name": "php7-soap-7.0.7-20.1.x86_64", "product_id": "php7-soap-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-sockets-7.0.7-20.1.x86_64", "product": { "name": "php7-sockets-7.0.7-20.1.x86_64", "product_id": "php7-sockets-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-sqlite-7.0.7-20.1.x86_64", "product": { "name": "php7-sqlite-7.0.7-20.1.x86_64", "product_id": "php7-sqlite-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-sysvmsg-7.0.7-20.1.x86_64", "product": { "name": "php7-sysvmsg-7.0.7-20.1.x86_64", "product_id": "php7-sysvmsg-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-sysvsem-7.0.7-20.1.x86_64", "product": { "name": "php7-sysvsem-7.0.7-20.1.x86_64", "product_id": "php7-sysvsem-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-sysvshm-7.0.7-20.1.x86_64", "product": { "name": "php7-sysvshm-7.0.7-20.1.x86_64", "product_id": "php7-sysvshm-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-tokenizer-7.0.7-20.1.x86_64", "product": { "name": "php7-tokenizer-7.0.7-20.1.x86_64", "product_id": "php7-tokenizer-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-wddx-7.0.7-20.1.x86_64", "product": { "name": "php7-wddx-7.0.7-20.1.x86_64", "product_id": "php7-wddx-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-xmlreader-7.0.7-20.1.x86_64", "product": { "name": "php7-xmlreader-7.0.7-20.1.x86_64", "product_id": "php7-xmlreader-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-xmlrpc-7.0.7-20.1.x86_64", "product": { "name": "php7-xmlrpc-7.0.7-20.1.x86_64", "product_id": "php7-xmlrpc-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-xmlwriter-7.0.7-20.1.x86_64", "product": { "name": "php7-xmlwriter-7.0.7-20.1.x86_64", "product_id": "php7-xmlwriter-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-xsl-7.0.7-20.1.x86_64", "product": { "name": "php7-xsl-7.0.7-20.1.x86_64", "product_id": "php7-xsl-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-zip-7.0.7-20.1.x86_64", "product": { "name": "php7-zip-7.0.7-20.1.x86_64", "product_id": "php7-zip-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-zlib-7.0.7-20.1.x86_64", "product": { "name": "php7-zlib-7.0.7-20.1.x86_64", "product_id": "php7-zlib-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-devel-7.0.7-20.1.x86_64", "product": { "name": "php7-devel-7.0.7-20.1.x86_64", "product_id": "php7-devel-7.0.7-20.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:12" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP1", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP1", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php7-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64" }, "product_reference": "apache2-mod_php7-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php7-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le" }, "product_reference": "apache2-mod_php7-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php7-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x" }, "product_reference": "apache2-mod_php7-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php7-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64" }, "product_reference": "apache2-mod_php7-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64" }, "product_reference": "php7-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le" }, "product_reference": "php7-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x" }, "product_reference": "php7-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64" }, "product_reference": "php7-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bcmath-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64" }, "product_reference": "php7-bcmath-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bcmath-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le" }, "product_reference": "php7-bcmath-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bcmath-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x" }, "product_reference": "php7-bcmath-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bcmath-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64" }, "product_reference": "php7-bcmath-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bz2-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64" }, "product_reference": "php7-bz2-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bz2-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le" }, "product_reference": "php7-bz2-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bz2-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x" }, "product_reference": "php7-bz2-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bz2-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64" }, "product_reference": "php7-bz2-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-calendar-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64" }, "product_reference": "php7-calendar-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-calendar-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le" }, "product_reference": "php7-calendar-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-calendar-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x" }, "product_reference": "php7-calendar-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-calendar-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64" }, "product_reference": "php7-calendar-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ctype-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64" }, "product_reference": "php7-ctype-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ctype-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le" }, "product_reference": "php7-ctype-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ctype-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x" }, "product_reference": "php7-ctype-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ctype-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64" }, "product_reference": "php7-ctype-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-curl-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64" }, "product_reference": "php7-curl-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-curl-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le" }, "product_reference": "php7-curl-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-curl-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x" }, "product_reference": "php7-curl-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-curl-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64" }, "product_reference": "php7-curl-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dba-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64" }, "product_reference": "php7-dba-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dba-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le" }, "product_reference": "php7-dba-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dba-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x" }, "product_reference": "php7-dba-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dba-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64" }, "product_reference": "php7-dba-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dom-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64" }, "product_reference": "php7-dom-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dom-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le" }, "product_reference": "php7-dom-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dom-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x" }, "product_reference": "php7-dom-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dom-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64" }, "product_reference": "php7-dom-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-enchant-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64" }, "product_reference": "php7-enchant-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-enchant-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le" }, "product_reference": "php7-enchant-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-enchant-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x" }, "product_reference": "php7-enchant-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-enchant-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64" }, "product_reference": "php7-enchant-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-exif-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64" }, "product_reference": "php7-exif-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-exif-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le" }, "product_reference": "php7-exif-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-exif-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x" }, "product_reference": "php7-exif-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-exif-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64" }, "product_reference": "php7-exif-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fastcgi-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64" }, "product_reference": "php7-fastcgi-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fastcgi-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le" }, "product_reference": "php7-fastcgi-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fastcgi-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x" }, "product_reference": "php7-fastcgi-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fastcgi-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64" }, "product_reference": "php7-fastcgi-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fileinfo-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64" }, "product_reference": "php7-fileinfo-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fileinfo-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le" }, "product_reference": "php7-fileinfo-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fileinfo-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x" }, "product_reference": "php7-fileinfo-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fileinfo-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64" }, "product_reference": "php7-fileinfo-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fpm-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64" }, "product_reference": "php7-fpm-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fpm-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le" }, "product_reference": "php7-fpm-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fpm-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x" }, "product_reference": "php7-fpm-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fpm-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64" }, "product_reference": "php7-fpm-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ftp-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64" }, "product_reference": "php7-ftp-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ftp-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le" }, "product_reference": "php7-ftp-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ftp-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x" }, "product_reference": "php7-ftp-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ftp-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64" }, "product_reference": "php7-ftp-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gd-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64" }, "product_reference": "php7-gd-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gd-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le" }, "product_reference": "php7-gd-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gd-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x" }, "product_reference": "php7-gd-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gd-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64" }, "product_reference": "php7-gd-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gettext-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64" }, "product_reference": "php7-gettext-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gettext-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le" }, "product_reference": "php7-gettext-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gettext-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x" }, "product_reference": "php7-gettext-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gettext-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64" }, "product_reference": "php7-gettext-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gmp-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64" }, "product_reference": "php7-gmp-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gmp-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le" }, "product_reference": "php7-gmp-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gmp-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x" }, "product_reference": "php7-gmp-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gmp-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64" }, "product_reference": "php7-gmp-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-iconv-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64" }, "product_reference": "php7-iconv-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-iconv-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le" }, "product_reference": "php7-iconv-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-iconv-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x" }, "product_reference": "php7-iconv-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-iconv-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64" }, "product_reference": "php7-iconv-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-imap-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64" }, "product_reference": "php7-imap-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-imap-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le" }, "product_reference": "php7-imap-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-imap-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x" }, "product_reference": "php7-imap-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-imap-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64" }, "product_reference": "php7-imap-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-intl-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64" }, "product_reference": "php7-intl-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-intl-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le" }, "product_reference": "php7-intl-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-intl-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x" }, "product_reference": "php7-intl-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-intl-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64" }, "product_reference": "php7-intl-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-json-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64" }, "product_reference": "php7-json-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-json-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le" }, "product_reference": "php7-json-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-json-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x" }, "product_reference": "php7-json-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-json-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64" }, "product_reference": "php7-json-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ldap-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64" }, "product_reference": "php7-ldap-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ldap-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le" }, "product_reference": "php7-ldap-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ldap-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x" }, "product_reference": "php7-ldap-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ldap-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64" }, "product_reference": "php7-ldap-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mbstring-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64" }, "product_reference": "php7-mbstring-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mbstring-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le" }, "product_reference": "php7-mbstring-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mbstring-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x" }, "product_reference": "php7-mbstring-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mbstring-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64" }, "product_reference": "php7-mbstring-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mcrypt-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64" }, "product_reference": "php7-mcrypt-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mcrypt-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le" }, "product_reference": "php7-mcrypt-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mcrypt-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x" }, "product_reference": "php7-mcrypt-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mcrypt-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64" }, "product_reference": "php7-mcrypt-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mysql-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64" }, "product_reference": "php7-mysql-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mysql-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le" }, "product_reference": "php7-mysql-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mysql-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x" }, "product_reference": "php7-mysql-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mysql-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64" }, "product_reference": "php7-mysql-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-odbc-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64" }, "product_reference": "php7-odbc-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-odbc-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le" }, "product_reference": "php7-odbc-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-odbc-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x" }, "product_reference": "php7-odbc-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-odbc-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64" }, "product_reference": "php7-odbc-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-opcache-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64" }, "product_reference": "php7-opcache-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-opcache-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le" }, "product_reference": "php7-opcache-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-opcache-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x" }, "product_reference": "php7-opcache-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-opcache-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64" }, "product_reference": "php7-opcache-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-openssl-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64" }, "product_reference": "php7-openssl-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-openssl-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le" }, "product_reference": "php7-openssl-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-openssl-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x" }, "product_reference": "php7-openssl-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-openssl-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64" }, "product_reference": "php7-openssl-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pcntl-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64" }, "product_reference": "php7-pcntl-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pcntl-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le" }, "product_reference": "php7-pcntl-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pcntl-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x" }, "product_reference": "php7-pcntl-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pcntl-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64" }, "product_reference": "php7-pcntl-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pdo-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64" }, "product_reference": "php7-pdo-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pdo-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le" }, "product_reference": "php7-pdo-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pdo-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x" }, "product_reference": "php7-pdo-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pdo-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64" }, "product_reference": "php7-pdo-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pear-7.0.7-20.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch" }, "product_reference": "php7-pear-7.0.7-20.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pear-Archive_Tar-7.0.7-20.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch" }, "product_reference": "php7-pear-Archive_Tar-7.0.7-20.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pgsql-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64" }, "product_reference": "php7-pgsql-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pgsql-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le" }, "product_reference": "php7-pgsql-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pgsql-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x" }, "product_reference": "php7-pgsql-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pgsql-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64" }, "product_reference": "php7-pgsql-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-phar-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64" }, "product_reference": "php7-phar-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-phar-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le" }, "product_reference": "php7-phar-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-phar-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x" }, "product_reference": "php7-phar-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-phar-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64" }, "product_reference": "php7-phar-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-posix-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64" }, "product_reference": "php7-posix-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-posix-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le" }, "product_reference": "php7-posix-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-posix-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x" }, "product_reference": "php7-posix-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-posix-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64" }, "product_reference": "php7-posix-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pspell-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64" }, "product_reference": "php7-pspell-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pspell-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le" }, "product_reference": "php7-pspell-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pspell-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x" }, "product_reference": "php7-pspell-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pspell-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64" }, "product_reference": "php7-pspell-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-shmop-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64" }, "product_reference": "php7-shmop-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-shmop-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le" }, "product_reference": "php7-shmop-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-shmop-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x" }, "product_reference": "php7-shmop-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-shmop-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64" }, "product_reference": "php7-shmop-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-snmp-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64" }, "product_reference": "php7-snmp-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-snmp-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le" }, "product_reference": "php7-snmp-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-snmp-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x" }, "product_reference": "php7-snmp-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-snmp-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64" }, "product_reference": "php7-snmp-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-soap-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64" }, "product_reference": "php7-soap-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-soap-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le" }, "product_reference": "php7-soap-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-soap-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x" }, "product_reference": "php7-soap-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-soap-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64" }, "product_reference": "php7-soap-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sockets-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64" }, "product_reference": "php7-sockets-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sockets-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le" }, "product_reference": "php7-sockets-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sockets-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x" }, "product_reference": "php7-sockets-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sockets-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64" }, "product_reference": "php7-sockets-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sqlite-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64" }, "product_reference": "php7-sqlite-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sqlite-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le" }, "product_reference": "php7-sqlite-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sqlite-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x" }, "product_reference": "php7-sqlite-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sqlite-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64" }, "product_reference": "php7-sqlite-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvmsg-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64" }, "product_reference": "php7-sysvmsg-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvmsg-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le" }, "product_reference": "php7-sysvmsg-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvmsg-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x" }, "product_reference": "php7-sysvmsg-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvmsg-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64" }, "product_reference": "php7-sysvmsg-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvsem-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64" }, "product_reference": "php7-sysvsem-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvsem-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le" }, "product_reference": "php7-sysvsem-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvsem-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x" }, "product_reference": "php7-sysvsem-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvsem-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64" }, "product_reference": "php7-sysvsem-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvshm-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64" }, "product_reference": "php7-sysvshm-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvshm-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le" }, "product_reference": "php7-sysvshm-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvshm-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x" }, "product_reference": "php7-sysvshm-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvshm-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64" }, "product_reference": "php7-sysvshm-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-tokenizer-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64" }, "product_reference": "php7-tokenizer-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-tokenizer-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le" }, "product_reference": "php7-tokenizer-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-tokenizer-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x" }, "product_reference": "php7-tokenizer-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-tokenizer-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64" }, "product_reference": "php7-tokenizer-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-wddx-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64" }, "product_reference": "php7-wddx-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-wddx-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le" }, "product_reference": "php7-wddx-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-wddx-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x" }, "product_reference": "php7-wddx-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-wddx-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64" }, "product_reference": "php7-wddx-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlreader-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64" }, "product_reference": "php7-xmlreader-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlreader-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le" }, "product_reference": "php7-xmlreader-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlreader-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x" }, "product_reference": "php7-xmlreader-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlreader-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64" }, "product_reference": "php7-xmlreader-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlrpc-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64" }, "product_reference": "php7-xmlrpc-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlrpc-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le" }, "product_reference": "php7-xmlrpc-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlrpc-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x" }, "product_reference": "php7-xmlrpc-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlrpc-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64" }, "product_reference": "php7-xmlrpc-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlwriter-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64" }, "product_reference": "php7-xmlwriter-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlwriter-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le" }, "product_reference": "php7-xmlwriter-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlwriter-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x" }, "product_reference": "php7-xmlwriter-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlwriter-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64" }, "product_reference": "php7-xmlwriter-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xsl-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64" }, "product_reference": "php7-xsl-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xsl-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le" }, "product_reference": "php7-xsl-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xsl-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x" }, "product_reference": "php7-xsl-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xsl-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64" }, "product_reference": "php7-xsl-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zip-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64" }, "product_reference": "php7-zip-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zip-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le" }, "product_reference": "php7-zip-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zip-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x" }, "product_reference": "php7-zip-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zip-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64" }, "product_reference": "php7-zip-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zlib-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64" }, "product_reference": "php7-zlib-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zlib-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le" }, "product_reference": "php7-zlib-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zlib-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x" }, "product_reference": "php7-zlib-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zlib-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64" }, "product_reference": "php7-zlib-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-devel-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP1", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.ppc64le" }, "product_reference": "php7-devel-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "php7-devel-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP1", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.s390x" }, "product_reference": "php7-devel-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "php7-devel-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP1", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.x86_64" }, "product_reference": "php7-devel-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-6911", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-6911" } ], "notes": [ { "category": "general", "text": "The dynamicGetbuf function in the GD Graphics Library (aka libgd) before 2.2.4 allows remote attackers to cause a denial of service (out-of-bounds read) via a crafted TIFF image.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-6911", "url": "https://www.suse.com/security/cve/CVE-2016-6911" }, { "category": "external", "summary": "SUSE Bug 1004924 for CVE-2016-6911", "url": "https://bugzilla.suse.com/1004924" }, { "category": "external", "summary": "SUSE Bug 1005274 for CVE-2016-6911", "url": "https://bugzilla.suse.com/1005274" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-10-31T07:15:30Z", "details": "moderate" } ], "title": "CVE-2016-6911" }, { "cve": "CVE-2016-7568", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-7568" } ], "notes": [ { "category": "general", "text": "Integer overflow in the gdImageWebpCtx function in gd_webp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP through 7.0.11, allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via crafted imagewebp and imagedestroy calls.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-7568", "url": "https://www.suse.com/security/cve/CVE-2016-7568" }, { "category": "external", "summary": "SUSE Bug 1001900 for CVE-2016-7568", "url": "https://bugzilla.suse.com/1001900" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.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": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-10-31T07:15:30Z", "details": "moderate" } ], "title": "CVE-2016-7568" }, { "cve": "CVE-2016-8670", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-8670" } ], "notes": [ { "category": "general", "text": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-8670", "url": "https://www.suse.com/security/cve/CVE-2016-8670" }, { "category": "external", "summary": "SUSE Bug 1004924 for CVE-2016-8670", "url": "https://bugzilla.suse.com/1004924" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.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": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-20.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-10-31T07:15:30Z", "details": "moderate" } ], "title": "CVE-2016-8670" } ] }
suse-su-2016:2766-1
Vulnerability from csaf_suse
Published
2016-11-09 17:10
Modified
2016-11-09 17:10
Summary
Security update for php5
Notes
Title of the patch
Security update for php5
Description of the patch
This update for php5 fixes the following security issues:
- CVE-2016-7568: A specially crafted image file could cause an application crash or potentially execute arbitrary code
when the image is converted to webp (bsc#1001900)
- CVE-2016-8670: Stack Buffer Overflow in GD dynamicGetbuf (bsc#1004924)
- CVE-2016-6911: Check for out-of-bound read in dynamicGetbuf() (bsc#1005274)
Patchnames
SUSE-SLE-Module-Web-Scripting-12-2016-1629,SUSE-SLE-SDK-12-SP1-2016-1629
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for php5", "title": "Title of the patch" }, { "category": "description", "text": "This update for php5 fixes the following security issues:\n\n- CVE-2016-7568: A specially crafted image file could cause an application crash or potentially execute arbitrary code\n when the image is converted to webp (bsc#1001900)\n- CVE-2016-8670: Stack Buffer Overflow in GD dynamicGetbuf (bsc#1004924)\n- CVE-2016-6911: Check for out-of-bound read in dynamicGetbuf() (bsc#1005274)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Module-Web-Scripting-12-2016-1629,SUSE-SLE-SDK-12-SP1-2016-1629", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2016_2766-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2016:2766-1", "url": "https://www.suse.com/support/update/announcement/2016/suse-su-20162766-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2016:2766-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2016-November/002397.html" }, { "category": "self", "summary": "SUSE Bug 1001900", "url": "https://bugzilla.suse.com/1001900" }, { "category": "self", "summary": "SUSE Bug 1004924", "url": "https://bugzilla.suse.com/1004924" }, { "category": "self", "summary": "SUSE Bug 1005274", "url": "https://bugzilla.suse.com/1005274" }, { "category": "self", "summary": "SUSE CVE CVE-2016-6911 page", "url": "https://www.suse.com/security/cve/CVE-2016-6911/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-7568 page", "url": "https://www.suse.com/security/cve/CVE-2016-7568/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-8670 page", "url": "https://www.suse.com/security/cve/CVE-2016-8670/" } ], "title": "Security update for php5", "tracking": { "current_release_date": "2016-11-09T17:10:27Z", "generator": { "date": "2016-11-09T17:10:27Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2016:2766-1", "initial_release_date": "2016-11-09T17:10:27Z", "revision_history": [ { "date": "2016-11-09T17:10:27Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "apache2-mod_php5-5.5.14-83.1.aarch64", "product": { "name": "apache2-mod_php5-5.5.14-83.1.aarch64", "product_id": "apache2-mod_php5-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-5.5.14-83.1.aarch64", "product": { "name": "php5-5.5.14-83.1.aarch64", "product_id": "php5-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-bcmath-5.5.14-83.1.aarch64", "product": { "name": "php5-bcmath-5.5.14-83.1.aarch64", "product_id": "php5-bcmath-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-bz2-5.5.14-83.1.aarch64", "product": { "name": "php5-bz2-5.5.14-83.1.aarch64", "product_id": "php5-bz2-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-calendar-5.5.14-83.1.aarch64", "product": { "name": "php5-calendar-5.5.14-83.1.aarch64", "product_id": "php5-calendar-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-ctype-5.5.14-83.1.aarch64", "product": { "name": "php5-ctype-5.5.14-83.1.aarch64", "product_id": "php5-ctype-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-curl-5.5.14-83.1.aarch64", "product": { "name": "php5-curl-5.5.14-83.1.aarch64", "product_id": "php5-curl-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-dba-5.5.14-83.1.aarch64", "product": { "name": "php5-dba-5.5.14-83.1.aarch64", "product_id": "php5-dba-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-dom-5.5.14-83.1.aarch64", "product": { "name": "php5-dom-5.5.14-83.1.aarch64", "product_id": "php5-dom-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-enchant-5.5.14-83.1.aarch64", "product": { "name": "php5-enchant-5.5.14-83.1.aarch64", "product_id": "php5-enchant-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-exif-5.5.14-83.1.aarch64", "product": { "name": "php5-exif-5.5.14-83.1.aarch64", "product_id": "php5-exif-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-fastcgi-5.5.14-83.1.aarch64", "product": { "name": "php5-fastcgi-5.5.14-83.1.aarch64", "product_id": "php5-fastcgi-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-fileinfo-5.5.14-83.1.aarch64", "product": { "name": "php5-fileinfo-5.5.14-83.1.aarch64", "product_id": "php5-fileinfo-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-fpm-5.5.14-83.1.aarch64", "product": { "name": "php5-fpm-5.5.14-83.1.aarch64", "product_id": "php5-fpm-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-ftp-5.5.14-83.1.aarch64", "product": { "name": "php5-ftp-5.5.14-83.1.aarch64", "product_id": "php5-ftp-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-gd-5.5.14-83.1.aarch64", "product": { "name": "php5-gd-5.5.14-83.1.aarch64", "product_id": "php5-gd-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-gettext-5.5.14-83.1.aarch64", "product": { "name": "php5-gettext-5.5.14-83.1.aarch64", "product_id": "php5-gettext-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-gmp-5.5.14-83.1.aarch64", "product": { "name": "php5-gmp-5.5.14-83.1.aarch64", "product_id": "php5-gmp-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-iconv-5.5.14-83.1.aarch64", "product": { "name": "php5-iconv-5.5.14-83.1.aarch64", "product_id": "php5-iconv-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-imap-5.5.14-83.1.aarch64", "product": { "name": "php5-imap-5.5.14-83.1.aarch64", "product_id": "php5-imap-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-intl-5.5.14-83.1.aarch64", "product": { "name": "php5-intl-5.5.14-83.1.aarch64", "product_id": "php5-intl-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-json-5.5.14-83.1.aarch64", "product": { "name": "php5-json-5.5.14-83.1.aarch64", "product_id": "php5-json-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-ldap-5.5.14-83.1.aarch64", "product": { "name": "php5-ldap-5.5.14-83.1.aarch64", "product_id": "php5-ldap-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-mbstring-5.5.14-83.1.aarch64", "product": { "name": "php5-mbstring-5.5.14-83.1.aarch64", "product_id": "php5-mbstring-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-mcrypt-5.5.14-83.1.aarch64", "product": { "name": "php5-mcrypt-5.5.14-83.1.aarch64", "product_id": "php5-mcrypt-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-mysql-5.5.14-83.1.aarch64", "product": { "name": "php5-mysql-5.5.14-83.1.aarch64", "product_id": "php5-mysql-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-odbc-5.5.14-83.1.aarch64", "product": { "name": "php5-odbc-5.5.14-83.1.aarch64", "product_id": "php5-odbc-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-opcache-5.5.14-83.1.aarch64", "product": { "name": "php5-opcache-5.5.14-83.1.aarch64", "product_id": "php5-opcache-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-openssl-5.5.14-83.1.aarch64", "product": { "name": "php5-openssl-5.5.14-83.1.aarch64", "product_id": "php5-openssl-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-pcntl-5.5.14-83.1.aarch64", "product": { "name": "php5-pcntl-5.5.14-83.1.aarch64", "product_id": "php5-pcntl-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-pdo-5.5.14-83.1.aarch64", "product": { "name": "php5-pdo-5.5.14-83.1.aarch64", "product_id": "php5-pdo-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-pgsql-5.5.14-83.1.aarch64", "product": { "name": "php5-pgsql-5.5.14-83.1.aarch64", "product_id": "php5-pgsql-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-phar-5.5.14-83.1.aarch64", "product": { "name": "php5-phar-5.5.14-83.1.aarch64", "product_id": "php5-phar-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-posix-5.5.14-83.1.aarch64", "product": { "name": "php5-posix-5.5.14-83.1.aarch64", "product_id": "php5-posix-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-pspell-5.5.14-83.1.aarch64", "product": { "name": "php5-pspell-5.5.14-83.1.aarch64", "product_id": "php5-pspell-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-shmop-5.5.14-83.1.aarch64", "product": { "name": "php5-shmop-5.5.14-83.1.aarch64", "product_id": "php5-shmop-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-snmp-5.5.14-83.1.aarch64", "product": { "name": "php5-snmp-5.5.14-83.1.aarch64", "product_id": "php5-snmp-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-soap-5.5.14-83.1.aarch64", "product": { "name": "php5-soap-5.5.14-83.1.aarch64", "product_id": "php5-soap-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-sockets-5.5.14-83.1.aarch64", "product": { "name": "php5-sockets-5.5.14-83.1.aarch64", "product_id": "php5-sockets-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-sqlite-5.5.14-83.1.aarch64", "product": { "name": "php5-sqlite-5.5.14-83.1.aarch64", "product_id": "php5-sqlite-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-suhosin-5.5.14-83.1.aarch64", "product": { "name": "php5-suhosin-5.5.14-83.1.aarch64", "product_id": "php5-suhosin-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-sysvmsg-5.5.14-83.1.aarch64", "product": { "name": "php5-sysvmsg-5.5.14-83.1.aarch64", "product_id": "php5-sysvmsg-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-sysvsem-5.5.14-83.1.aarch64", "product": { "name": "php5-sysvsem-5.5.14-83.1.aarch64", "product_id": "php5-sysvsem-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-sysvshm-5.5.14-83.1.aarch64", "product": { "name": "php5-sysvshm-5.5.14-83.1.aarch64", "product_id": "php5-sysvshm-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-tokenizer-5.5.14-83.1.aarch64", "product": { "name": "php5-tokenizer-5.5.14-83.1.aarch64", "product_id": "php5-tokenizer-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-wddx-5.5.14-83.1.aarch64", "product": { "name": "php5-wddx-5.5.14-83.1.aarch64", "product_id": "php5-wddx-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-xmlreader-5.5.14-83.1.aarch64", "product": { "name": "php5-xmlreader-5.5.14-83.1.aarch64", "product_id": "php5-xmlreader-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-xmlrpc-5.5.14-83.1.aarch64", "product": { "name": "php5-xmlrpc-5.5.14-83.1.aarch64", "product_id": "php5-xmlrpc-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-xmlwriter-5.5.14-83.1.aarch64", "product": { "name": "php5-xmlwriter-5.5.14-83.1.aarch64", "product_id": "php5-xmlwriter-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-xsl-5.5.14-83.1.aarch64", "product": { "name": "php5-xsl-5.5.14-83.1.aarch64", "product_id": "php5-xsl-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-zip-5.5.14-83.1.aarch64", "product": { "name": "php5-zip-5.5.14-83.1.aarch64", "product_id": "php5-zip-5.5.14-83.1.aarch64" } }, { "category": "product_version", "name": "php5-zlib-5.5.14-83.1.aarch64", "product": { "name": "php5-zlib-5.5.14-83.1.aarch64", "product_id": "php5-zlib-5.5.14-83.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "php5-pear-5.5.14-83.1.noarch", "product": { "name": "php5-pear-5.5.14-83.1.noarch", "product_id": "php5-pear-5.5.14-83.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php5-5.5.14-83.1.ppc64le", "product": { "name": "apache2-mod_php5-5.5.14-83.1.ppc64le", "product_id": "apache2-mod_php5-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-5.5.14-83.1.ppc64le", "product": { "name": "php5-5.5.14-83.1.ppc64le", "product_id": "php5-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-bcmath-5.5.14-83.1.ppc64le", "product": { "name": "php5-bcmath-5.5.14-83.1.ppc64le", "product_id": "php5-bcmath-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-bz2-5.5.14-83.1.ppc64le", "product": { "name": "php5-bz2-5.5.14-83.1.ppc64le", "product_id": "php5-bz2-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-calendar-5.5.14-83.1.ppc64le", "product": { "name": "php5-calendar-5.5.14-83.1.ppc64le", "product_id": "php5-calendar-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-ctype-5.5.14-83.1.ppc64le", "product": { "name": "php5-ctype-5.5.14-83.1.ppc64le", "product_id": "php5-ctype-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-curl-5.5.14-83.1.ppc64le", "product": { "name": "php5-curl-5.5.14-83.1.ppc64le", "product_id": "php5-curl-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-dba-5.5.14-83.1.ppc64le", "product": { "name": "php5-dba-5.5.14-83.1.ppc64le", "product_id": "php5-dba-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-dom-5.5.14-83.1.ppc64le", "product": { "name": "php5-dom-5.5.14-83.1.ppc64le", "product_id": "php5-dom-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-enchant-5.5.14-83.1.ppc64le", "product": { "name": "php5-enchant-5.5.14-83.1.ppc64le", "product_id": "php5-enchant-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-exif-5.5.14-83.1.ppc64le", "product": { "name": "php5-exif-5.5.14-83.1.ppc64le", "product_id": "php5-exif-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-fastcgi-5.5.14-83.1.ppc64le", "product": { "name": "php5-fastcgi-5.5.14-83.1.ppc64le", "product_id": "php5-fastcgi-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-fileinfo-5.5.14-83.1.ppc64le", "product": { "name": "php5-fileinfo-5.5.14-83.1.ppc64le", "product_id": "php5-fileinfo-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-fpm-5.5.14-83.1.ppc64le", "product": { "name": "php5-fpm-5.5.14-83.1.ppc64le", "product_id": "php5-fpm-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-ftp-5.5.14-83.1.ppc64le", "product": { "name": "php5-ftp-5.5.14-83.1.ppc64le", "product_id": "php5-ftp-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-gd-5.5.14-83.1.ppc64le", "product": { "name": "php5-gd-5.5.14-83.1.ppc64le", "product_id": "php5-gd-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-gettext-5.5.14-83.1.ppc64le", "product": { "name": "php5-gettext-5.5.14-83.1.ppc64le", "product_id": "php5-gettext-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-gmp-5.5.14-83.1.ppc64le", "product": { "name": "php5-gmp-5.5.14-83.1.ppc64le", "product_id": "php5-gmp-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-iconv-5.5.14-83.1.ppc64le", "product": { "name": "php5-iconv-5.5.14-83.1.ppc64le", "product_id": "php5-iconv-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-imap-5.5.14-83.1.ppc64le", "product": { "name": "php5-imap-5.5.14-83.1.ppc64le", "product_id": "php5-imap-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-intl-5.5.14-83.1.ppc64le", "product": { "name": "php5-intl-5.5.14-83.1.ppc64le", "product_id": "php5-intl-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-json-5.5.14-83.1.ppc64le", "product": { "name": "php5-json-5.5.14-83.1.ppc64le", "product_id": "php5-json-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-ldap-5.5.14-83.1.ppc64le", "product": { "name": "php5-ldap-5.5.14-83.1.ppc64le", "product_id": "php5-ldap-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-mbstring-5.5.14-83.1.ppc64le", "product": { "name": "php5-mbstring-5.5.14-83.1.ppc64le", "product_id": "php5-mbstring-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-mcrypt-5.5.14-83.1.ppc64le", "product": { "name": "php5-mcrypt-5.5.14-83.1.ppc64le", "product_id": "php5-mcrypt-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-mysql-5.5.14-83.1.ppc64le", "product": { "name": "php5-mysql-5.5.14-83.1.ppc64le", "product_id": "php5-mysql-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-odbc-5.5.14-83.1.ppc64le", "product": { "name": "php5-odbc-5.5.14-83.1.ppc64le", "product_id": "php5-odbc-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-opcache-5.5.14-83.1.ppc64le", "product": { "name": "php5-opcache-5.5.14-83.1.ppc64le", "product_id": "php5-opcache-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-openssl-5.5.14-83.1.ppc64le", "product": { "name": "php5-openssl-5.5.14-83.1.ppc64le", "product_id": "php5-openssl-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-pcntl-5.5.14-83.1.ppc64le", "product": { "name": "php5-pcntl-5.5.14-83.1.ppc64le", "product_id": "php5-pcntl-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-pdo-5.5.14-83.1.ppc64le", "product": { "name": "php5-pdo-5.5.14-83.1.ppc64le", "product_id": "php5-pdo-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-pgsql-5.5.14-83.1.ppc64le", "product": { "name": "php5-pgsql-5.5.14-83.1.ppc64le", "product_id": "php5-pgsql-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-phar-5.5.14-83.1.ppc64le", "product": { "name": "php5-phar-5.5.14-83.1.ppc64le", "product_id": "php5-phar-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-posix-5.5.14-83.1.ppc64le", "product": { "name": "php5-posix-5.5.14-83.1.ppc64le", "product_id": "php5-posix-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-pspell-5.5.14-83.1.ppc64le", "product": { "name": "php5-pspell-5.5.14-83.1.ppc64le", "product_id": "php5-pspell-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-shmop-5.5.14-83.1.ppc64le", "product": { "name": "php5-shmop-5.5.14-83.1.ppc64le", "product_id": "php5-shmop-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-snmp-5.5.14-83.1.ppc64le", "product": { "name": "php5-snmp-5.5.14-83.1.ppc64le", "product_id": "php5-snmp-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-soap-5.5.14-83.1.ppc64le", "product": { "name": "php5-soap-5.5.14-83.1.ppc64le", "product_id": "php5-soap-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-sockets-5.5.14-83.1.ppc64le", "product": { "name": "php5-sockets-5.5.14-83.1.ppc64le", "product_id": "php5-sockets-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-sqlite-5.5.14-83.1.ppc64le", "product": { "name": "php5-sqlite-5.5.14-83.1.ppc64le", "product_id": "php5-sqlite-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-suhosin-5.5.14-83.1.ppc64le", "product": { "name": "php5-suhosin-5.5.14-83.1.ppc64le", "product_id": "php5-suhosin-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-sysvmsg-5.5.14-83.1.ppc64le", "product": { "name": "php5-sysvmsg-5.5.14-83.1.ppc64le", "product_id": "php5-sysvmsg-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-sysvsem-5.5.14-83.1.ppc64le", "product": { "name": "php5-sysvsem-5.5.14-83.1.ppc64le", "product_id": "php5-sysvsem-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-sysvshm-5.5.14-83.1.ppc64le", "product": { "name": "php5-sysvshm-5.5.14-83.1.ppc64le", "product_id": "php5-sysvshm-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-tokenizer-5.5.14-83.1.ppc64le", "product": { "name": "php5-tokenizer-5.5.14-83.1.ppc64le", "product_id": "php5-tokenizer-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-wddx-5.5.14-83.1.ppc64le", "product": { "name": "php5-wddx-5.5.14-83.1.ppc64le", "product_id": "php5-wddx-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-xmlreader-5.5.14-83.1.ppc64le", "product": { "name": "php5-xmlreader-5.5.14-83.1.ppc64le", "product_id": "php5-xmlreader-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-xmlrpc-5.5.14-83.1.ppc64le", "product": { "name": "php5-xmlrpc-5.5.14-83.1.ppc64le", "product_id": "php5-xmlrpc-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-xmlwriter-5.5.14-83.1.ppc64le", "product": { "name": "php5-xmlwriter-5.5.14-83.1.ppc64le", "product_id": "php5-xmlwriter-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-xsl-5.5.14-83.1.ppc64le", "product": { "name": "php5-xsl-5.5.14-83.1.ppc64le", "product_id": "php5-xsl-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-zip-5.5.14-83.1.ppc64le", "product": { "name": "php5-zip-5.5.14-83.1.ppc64le", "product_id": "php5-zip-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-zlib-5.5.14-83.1.ppc64le", "product": { "name": "php5-zlib-5.5.14-83.1.ppc64le", "product_id": "php5-zlib-5.5.14-83.1.ppc64le" } }, { "category": "product_version", "name": "php5-devel-5.5.14-83.1.ppc64le", "product": { "name": "php5-devel-5.5.14-83.1.ppc64le", "product_id": "php5-devel-5.5.14-83.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php5-5.5.14-83.1.s390x", "product": { "name": "apache2-mod_php5-5.5.14-83.1.s390x", "product_id": "apache2-mod_php5-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-5.5.14-83.1.s390x", "product": { "name": "php5-5.5.14-83.1.s390x", "product_id": "php5-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-bcmath-5.5.14-83.1.s390x", "product": { "name": "php5-bcmath-5.5.14-83.1.s390x", "product_id": "php5-bcmath-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-bz2-5.5.14-83.1.s390x", "product": { "name": "php5-bz2-5.5.14-83.1.s390x", "product_id": "php5-bz2-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-calendar-5.5.14-83.1.s390x", "product": { "name": "php5-calendar-5.5.14-83.1.s390x", "product_id": "php5-calendar-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-ctype-5.5.14-83.1.s390x", "product": { "name": "php5-ctype-5.5.14-83.1.s390x", "product_id": "php5-ctype-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-curl-5.5.14-83.1.s390x", "product": { "name": "php5-curl-5.5.14-83.1.s390x", "product_id": "php5-curl-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-dba-5.5.14-83.1.s390x", "product": { "name": "php5-dba-5.5.14-83.1.s390x", "product_id": "php5-dba-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-dom-5.5.14-83.1.s390x", "product": { "name": "php5-dom-5.5.14-83.1.s390x", "product_id": "php5-dom-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-enchant-5.5.14-83.1.s390x", "product": { "name": "php5-enchant-5.5.14-83.1.s390x", "product_id": "php5-enchant-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-exif-5.5.14-83.1.s390x", "product": { "name": "php5-exif-5.5.14-83.1.s390x", "product_id": "php5-exif-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-fastcgi-5.5.14-83.1.s390x", "product": { "name": "php5-fastcgi-5.5.14-83.1.s390x", "product_id": "php5-fastcgi-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-fileinfo-5.5.14-83.1.s390x", "product": { "name": "php5-fileinfo-5.5.14-83.1.s390x", "product_id": "php5-fileinfo-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-fpm-5.5.14-83.1.s390x", "product": { "name": "php5-fpm-5.5.14-83.1.s390x", "product_id": "php5-fpm-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-ftp-5.5.14-83.1.s390x", "product": { "name": "php5-ftp-5.5.14-83.1.s390x", "product_id": "php5-ftp-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-gd-5.5.14-83.1.s390x", "product": { "name": "php5-gd-5.5.14-83.1.s390x", "product_id": "php5-gd-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-gettext-5.5.14-83.1.s390x", "product": { "name": "php5-gettext-5.5.14-83.1.s390x", "product_id": "php5-gettext-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-gmp-5.5.14-83.1.s390x", "product": { "name": "php5-gmp-5.5.14-83.1.s390x", "product_id": "php5-gmp-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-iconv-5.5.14-83.1.s390x", "product": { "name": "php5-iconv-5.5.14-83.1.s390x", "product_id": "php5-iconv-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-imap-5.5.14-83.1.s390x", "product": { "name": "php5-imap-5.5.14-83.1.s390x", "product_id": "php5-imap-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-intl-5.5.14-83.1.s390x", "product": { "name": "php5-intl-5.5.14-83.1.s390x", "product_id": "php5-intl-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-json-5.5.14-83.1.s390x", "product": { "name": "php5-json-5.5.14-83.1.s390x", "product_id": "php5-json-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-ldap-5.5.14-83.1.s390x", "product": { "name": "php5-ldap-5.5.14-83.1.s390x", "product_id": "php5-ldap-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-mbstring-5.5.14-83.1.s390x", "product": { "name": "php5-mbstring-5.5.14-83.1.s390x", "product_id": "php5-mbstring-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-mcrypt-5.5.14-83.1.s390x", "product": { "name": "php5-mcrypt-5.5.14-83.1.s390x", "product_id": "php5-mcrypt-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-mysql-5.5.14-83.1.s390x", "product": { "name": "php5-mysql-5.5.14-83.1.s390x", "product_id": "php5-mysql-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-odbc-5.5.14-83.1.s390x", "product": { "name": "php5-odbc-5.5.14-83.1.s390x", "product_id": "php5-odbc-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-opcache-5.5.14-83.1.s390x", "product": { "name": "php5-opcache-5.5.14-83.1.s390x", "product_id": "php5-opcache-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-openssl-5.5.14-83.1.s390x", "product": { "name": "php5-openssl-5.5.14-83.1.s390x", "product_id": "php5-openssl-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-pcntl-5.5.14-83.1.s390x", "product": { "name": "php5-pcntl-5.5.14-83.1.s390x", "product_id": "php5-pcntl-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-pdo-5.5.14-83.1.s390x", "product": { "name": "php5-pdo-5.5.14-83.1.s390x", "product_id": "php5-pdo-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-pgsql-5.5.14-83.1.s390x", "product": { "name": "php5-pgsql-5.5.14-83.1.s390x", "product_id": "php5-pgsql-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-phar-5.5.14-83.1.s390x", "product": { "name": "php5-phar-5.5.14-83.1.s390x", "product_id": "php5-phar-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-posix-5.5.14-83.1.s390x", "product": { "name": "php5-posix-5.5.14-83.1.s390x", "product_id": "php5-posix-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-pspell-5.5.14-83.1.s390x", "product": { "name": "php5-pspell-5.5.14-83.1.s390x", "product_id": "php5-pspell-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-shmop-5.5.14-83.1.s390x", "product": { "name": "php5-shmop-5.5.14-83.1.s390x", "product_id": "php5-shmop-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-snmp-5.5.14-83.1.s390x", "product": { "name": "php5-snmp-5.5.14-83.1.s390x", "product_id": "php5-snmp-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-soap-5.5.14-83.1.s390x", "product": { "name": "php5-soap-5.5.14-83.1.s390x", "product_id": "php5-soap-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-sockets-5.5.14-83.1.s390x", "product": { "name": "php5-sockets-5.5.14-83.1.s390x", "product_id": "php5-sockets-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-sqlite-5.5.14-83.1.s390x", "product": { "name": "php5-sqlite-5.5.14-83.1.s390x", "product_id": "php5-sqlite-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-suhosin-5.5.14-83.1.s390x", "product": { "name": "php5-suhosin-5.5.14-83.1.s390x", "product_id": "php5-suhosin-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-sysvmsg-5.5.14-83.1.s390x", "product": { "name": "php5-sysvmsg-5.5.14-83.1.s390x", "product_id": "php5-sysvmsg-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-sysvsem-5.5.14-83.1.s390x", "product": { "name": "php5-sysvsem-5.5.14-83.1.s390x", "product_id": "php5-sysvsem-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-sysvshm-5.5.14-83.1.s390x", "product": { "name": "php5-sysvshm-5.5.14-83.1.s390x", "product_id": "php5-sysvshm-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-tokenizer-5.5.14-83.1.s390x", "product": { "name": "php5-tokenizer-5.5.14-83.1.s390x", "product_id": "php5-tokenizer-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-wddx-5.5.14-83.1.s390x", "product": { "name": "php5-wddx-5.5.14-83.1.s390x", "product_id": "php5-wddx-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-xmlreader-5.5.14-83.1.s390x", "product": { "name": "php5-xmlreader-5.5.14-83.1.s390x", "product_id": "php5-xmlreader-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-xmlrpc-5.5.14-83.1.s390x", "product": { "name": "php5-xmlrpc-5.5.14-83.1.s390x", "product_id": "php5-xmlrpc-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-xmlwriter-5.5.14-83.1.s390x", "product": { "name": "php5-xmlwriter-5.5.14-83.1.s390x", "product_id": "php5-xmlwriter-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-xsl-5.5.14-83.1.s390x", "product": { "name": "php5-xsl-5.5.14-83.1.s390x", "product_id": "php5-xsl-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-zip-5.5.14-83.1.s390x", "product": { "name": "php5-zip-5.5.14-83.1.s390x", "product_id": "php5-zip-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-zlib-5.5.14-83.1.s390x", "product": { "name": "php5-zlib-5.5.14-83.1.s390x", "product_id": "php5-zlib-5.5.14-83.1.s390x" } }, { "category": "product_version", "name": "php5-devel-5.5.14-83.1.s390x", "product": { "name": "php5-devel-5.5.14-83.1.s390x", "product_id": "php5-devel-5.5.14-83.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php5-5.5.14-83.1.x86_64", "product": { "name": "apache2-mod_php5-5.5.14-83.1.x86_64", "product_id": "apache2-mod_php5-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-5.5.14-83.1.x86_64", "product": { "name": "php5-5.5.14-83.1.x86_64", "product_id": "php5-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-bcmath-5.5.14-83.1.x86_64", "product": { "name": "php5-bcmath-5.5.14-83.1.x86_64", "product_id": "php5-bcmath-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-bz2-5.5.14-83.1.x86_64", "product": { "name": "php5-bz2-5.5.14-83.1.x86_64", "product_id": "php5-bz2-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-calendar-5.5.14-83.1.x86_64", "product": { "name": "php5-calendar-5.5.14-83.1.x86_64", "product_id": "php5-calendar-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-ctype-5.5.14-83.1.x86_64", "product": { "name": "php5-ctype-5.5.14-83.1.x86_64", "product_id": "php5-ctype-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-curl-5.5.14-83.1.x86_64", "product": { "name": "php5-curl-5.5.14-83.1.x86_64", "product_id": "php5-curl-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-dba-5.5.14-83.1.x86_64", "product": { "name": "php5-dba-5.5.14-83.1.x86_64", "product_id": "php5-dba-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-dom-5.5.14-83.1.x86_64", "product": { "name": "php5-dom-5.5.14-83.1.x86_64", "product_id": "php5-dom-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-enchant-5.5.14-83.1.x86_64", "product": { "name": "php5-enchant-5.5.14-83.1.x86_64", "product_id": "php5-enchant-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-exif-5.5.14-83.1.x86_64", "product": { "name": "php5-exif-5.5.14-83.1.x86_64", "product_id": "php5-exif-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-fastcgi-5.5.14-83.1.x86_64", "product": { "name": "php5-fastcgi-5.5.14-83.1.x86_64", "product_id": "php5-fastcgi-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-fileinfo-5.5.14-83.1.x86_64", "product": { "name": "php5-fileinfo-5.5.14-83.1.x86_64", "product_id": "php5-fileinfo-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-fpm-5.5.14-83.1.x86_64", "product": { "name": "php5-fpm-5.5.14-83.1.x86_64", "product_id": "php5-fpm-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-ftp-5.5.14-83.1.x86_64", "product": { "name": "php5-ftp-5.5.14-83.1.x86_64", "product_id": "php5-ftp-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-gd-5.5.14-83.1.x86_64", "product": { "name": "php5-gd-5.5.14-83.1.x86_64", "product_id": "php5-gd-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-gettext-5.5.14-83.1.x86_64", "product": { "name": "php5-gettext-5.5.14-83.1.x86_64", "product_id": "php5-gettext-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-gmp-5.5.14-83.1.x86_64", "product": { "name": "php5-gmp-5.5.14-83.1.x86_64", "product_id": "php5-gmp-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-iconv-5.5.14-83.1.x86_64", "product": { "name": "php5-iconv-5.5.14-83.1.x86_64", "product_id": "php5-iconv-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-imap-5.5.14-83.1.x86_64", "product": { "name": "php5-imap-5.5.14-83.1.x86_64", "product_id": "php5-imap-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-intl-5.5.14-83.1.x86_64", "product": { "name": "php5-intl-5.5.14-83.1.x86_64", "product_id": "php5-intl-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-json-5.5.14-83.1.x86_64", "product": { "name": "php5-json-5.5.14-83.1.x86_64", "product_id": "php5-json-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-ldap-5.5.14-83.1.x86_64", "product": { "name": "php5-ldap-5.5.14-83.1.x86_64", "product_id": "php5-ldap-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-mbstring-5.5.14-83.1.x86_64", "product": { "name": "php5-mbstring-5.5.14-83.1.x86_64", "product_id": "php5-mbstring-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-mcrypt-5.5.14-83.1.x86_64", "product": { "name": "php5-mcrypt-5.5.14-83.1.x86_64", "product_id": "php5-mcrypt-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-mysql-5.5.14-83.1.x86_64", "product": { "name": "php5-mysql-5.5.14-83.1.x86_64", "product_id": "php5-mysql-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-odbc-5.5.14-83.1.x86_64", "product": { "name": "php5-odbc-5.5.14-83.1.x86_64", "product_id": "php5-odbc-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-opcache-5.5.14-83.1.x86_64", "product": { "name": "php5-opcache-5.5.14-83.1.x86_64", "product_id": "php5-opcache-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-openssl-5.5.14-83.1.x86_64", "product": { "name": "php5-openssl-5.5.14-83.1.x86_64", "product_id": "php5-openssl-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-pcntl-5.5.14-83.1.x86_64", "product": { "name": "php5-pcntl-5.5.14-83.1.x86_64", "product_id": "php5-pcntl-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-pdo-5.5.14-83.1.x86_64", "product": { "name": "php5-pdo-5.5.14-83.1.x86_64", "product_id": "php5-pdo-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-pgsql-5.5.14-83.1.x86_64", "product": { "name": "php5-pgsql-5.5.14-83.1.x86_64", "product_id": "php5-pgsql-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-phar-5.5.14-83.1.x86_64", "product": { "name": "php5-phar-5.5.14-83.1.x86_64", "product_id": "php5-phar-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-posix-5.5.14-83.1.x86_64", "product": { "name": "php5-posix-5.5.14-83.1.x86_64", "product_id": "php5-posix-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-pspell-5.5.14-83.1.x86_64", "product": { "name": "php5-pspell-5.5.14-83.1.x86_64", "product_id": "php5-pspell-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-shmop-5.5.14-83.1.x86_64", "product": { "name": "php5-shmop-5.5.14-83.1.x86_64", "product_id": "php5-shmop-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-snmp-5.5.14-83.1.x86_64", "product": { "name": "php5-snmp-5.5.14-83.1.x86_64", "product_id": "php5-snmp-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-soap-5.5.14-83.1.x86_64", "product": { "name": "php5-soap-5.5.14-83.1.x86_64", "product_id": "php5-soap-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-sockets-5.5.14-83.1.x86_64", "product": { "name": "php5-sockets-5.5.14-83.1.x86_64", "product_id": "php5-sockets-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-sqlite-5.5.14-83.1.x86_64", "product": { "name": "php5-sqlite-5.5.14-83.1.x86_64", "product_id": "php5-sqlite-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-suhosin-5.5.14-83.1.x86_64", "product": { "name": "php5-suhosin-5.5.14-83.1.x86_64", "product_id": "php5-suhosin-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-sysvmsg-5.5.14-83.1.x86_64", "product": { "name": "php5-sysvmsg-5.5.14-83.1.x86_64", "product_id": "php5-sysvmsg-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-sysvsem-5.5.14-83.1.x86_64", "product": { "name": "php5-sysvsem-5.5.14-83.1.x86_64", "product_id": "php5-sysvsem-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-sysvshm-5.5.14-83.1.x86_64", "product": { "name": "php5-sysvshm-5.5.14-83.1.x86_64", "product_id": "php5-sysvshm-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-tokenizer-5.5.14-83.1.x86_64", "product": { "name": "php5-tokenizer-5.5.14-83.1.x86_64", "product_id": "php5-tokenizer-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-wddx-5.5.14-83.1.x86_64", "product": { "name": "php5-wddx-5.5.14-83.1.x86_64", "product_id": "php5-wddx-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-xmlreader-5.5.14-83.1.x86_64", "product": { "name": "php5-xmlreader-5.5.14-83.1.x86_64", "product_id": "php5-xmlreader-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-xmlrpc-5.5.14-83.1.x86_64", "product": { "name": "php5-xmlrpc-5.5.14-83.1.x86_64", "product_id": "php5-xmlrpc-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-xmlwriter-5.5.14-83.1.x86_64", "product": { "name": "php5-xmlwriter-5.5.14-83.1.x86_64", "product_id": "php5-xmlwriter-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-xsl-5.5.14-83.1.x86_64", "product": { "name": "php5-xsl-5.5.14-83.1.x86_64", "product_id": "php5-xsl-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-zip-5.5.14-83.1.x86_64", "product": { "name": "php5-zip-5.5.14-83.1.x86_64", "product_id": "php5-zip-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-zlib-5.5.14-83.1.x86_64", "product": { "name": "php5-zlib-5.5.14-83.1.x86_64", "product_id": "php5-zlib-5.5.14-83.1.x86_64" } }, { "category": "product_version", "name": "php5-devel-5.5.14-83.1.x86_64", "product": { "name": "php5-devel-5.5.14-83.1.x86_64", "product_id": "php5-devel-5.5.14-83.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:12" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP1", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP1", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php5-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.aarch64" }, "product_reference": "apache2-mod_php5-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php5-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.ppc64le" }, "product_reference": "apache2-mod_php5-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php5-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.s390x" }, "product_reference": "apache2-mod_php5-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php5-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.x86_64" }, "product_reference": "apache2-mod_php5-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.aarch64" }, "product_reference": "php5-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.ppc64le" }, "product_reference": "php5-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.s390x" }, "product_reference": "php5-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.x86_64" }, "product_reference": "php5-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bcmath-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.aarch64" }, "product_reference": "php5-bcmath-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bcmath-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.ppc64le" }, "product_reference": "php5-bcmath-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bcmath-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.s390x" }, "product_reference": "php5-bcmath-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bcmath-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.x86_64" }, "product_reference": "php5-bcmath-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bz2-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.aarch64" }, "product_reference": "php5-bz2-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bz2-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.ppc64le" }, "product_reference": "php5-bz2-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bz2-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.s390x" }, "product_reference": "php5-bz2-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bz2-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.x86_64" }, "product_reference": "php5-bz2-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-calendar-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.aarch64" }, "product_reference": "php5-calendar-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-calendar-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.ppc64le" }, "product_reference": "php5-calendar-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-calendar-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.s390x" }, "product_reference": "php5-calendar-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-calendar-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.x86_64" }, "product_reference": "php5-calendar-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ctype-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.aarch64" }, "product_reference": "php5-ctype-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ctype-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.ppc64le" }, "product_reference": "php5-ctype-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ctype-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.s390x" }, "product_reference": "php5-ctype-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ctype-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.x86_64" }, "product_reference": "php5-ctype-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-curl-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.aarch64" }, "product_reference": "php5-curl-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-curl-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.ppc64le" }, "product_reference": "php5-curl-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-curl-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.s390x" }, "product_reference": "php5-curl-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-curl-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.x86_64" }, "product_reference": "php5-curl-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dba-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.aarch64" }, "product_reference": "php5-dba-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dba-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.ppc64le" }, "product_reference": "php5-dba-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dba-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.s390x" }, "product_reference": "php5-dba-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dba-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.x86_64" }, "product_reference": "php5-dba-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dom-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.aarch64" }, "product_reference": "php5-dom-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dom-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.ppc64le" }, "product_reference": "php5-dom-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dom-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.s390x" }, "product_reference": "php5-dom-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dom-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.x86_64" }, "product_reference": "php5-dom-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-enchant-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.aarch64" }, "product_reference": "php5-enchant-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-enchant-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.ppc64le" }, "product_reference": "php5-enchant-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-enchant-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.s390x" }, "product_reference": "php5-enchant-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-enchant-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.x86_64" }, "product_reference": "php5-enchant-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-exif-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.aarch64" }, "product_reference": "php5-exif-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-exif-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.ppc64le" }, "product_reference": "php5-exif-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-exif-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.s390x" }, "product_reference": "php5-exif-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-exif-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.x86_64" }, "product_reference": "php5-exif-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fastcgi-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.aarch64" }, "product_reference": "php5-fastcgi-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fastcgi-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.ppc64le" }, "product_reference": "php5-fastcgi-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fastcgi-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.s390x" }, "product_reference": "php5-fastcgi-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fastcgi-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.x86_64" }, "product_reference": "php5-fastcgi-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fileinfo-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.aarch64" }, "product_reference": "php5-fileinfo-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fileinfo-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.ppc64le" }, "product_reference": "php5-fileinfo-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fileinfo-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.s390x" }, "product_reference": "php5-fileinfo-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fileinfo-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.x86_64" }, "product_reference": "php5-fileinfo-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fpm-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.aarch64" }, "product_reference": "php5-fpm-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fpm-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.ppc64le" }, "product_reference": "php5-fpm-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fpm-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.s390x" }, "product_reference": "php5-fpm-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fpm-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.x86_64" }, "product_reference": "php5-fpm-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ftp-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.aarch64" }, "product_reference": "php5-ftp-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ftp-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.ppc64le" }, "product_reference": "php5-ftp-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ftp-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.s390x" }, "product_reference": "php5-ftp-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ftp-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.x86_64" }, "product_reference": "php5-ftp-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gd-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.aarch64" }, "product_reference": "php5-gd-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gd-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.ppc64le" }, "product_reference": "php5-gd-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gd-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.s390x" }, "product_reference": "php5-gd-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gd-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.x86_64" }, "product_reference": "php5-gd-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gettext-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.aarch64" }, "product_reference": "php5-gettext-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gettext-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.ppc64le" }, "product_reference": "php5-gettext-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gettext-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.s390x" }, "product_reference": "php5-gettext-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gettext-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.x86_64" }, "product_reference": "php5-gettext-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gmp-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.aarch64" }, "product_reference": "php5-gmp-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gmp-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.ppc64le" }, "product_reference": "php5-gmp-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gmp-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.s390x" }, "product_reference": "php5-gmp-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gmp-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.x86_64" }, "product_reference": "php5-gmp-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-iconv-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.aarch64" }, "product_reference": "php5-iconv-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-iconv-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.ppc64le" }, "product_reference": "php5-iconv-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-iconv-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.s390x" }, "product_reference": "php5-iconv-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-iconv-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.x86_64" }, "product_reference": "php5-iconv-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-imap-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.aarch64" }, "product_reference": "php5-imap-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-imap-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.ppc64le" }, "product_reference": "php5-imap-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-imap-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.s390x" }, "product_reference": "php5-imap-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-imap-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.x86_64" }, "product_reference": "php5-imap-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-intl-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.aarch64" }, "product_reference": "php5-intl-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-intl-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.ppc64le" }, "product_reference": "php5-intl-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-intl-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.s390x" }, "product_reference": "php5-intl-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-intl-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.x86_64" }, "product_reference": "php5-intl-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-json-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.aarch64" }, "product_reference": "php5-json-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-json-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.ppc64le" }, "product_reference": "php5-json-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-json-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.s390x" }, "product_reference": "php5-json-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-json-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.x86_64" }, "product_reference": "php5-json-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ldap-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.aarch64" }, "product_reference": "php5-ldap-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ldap-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.ppc64le" }, "product_reference": "php5-ldap-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ldap-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.s390x" }, "product_reference": "php5-ldap-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ldap-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.x86_64" }, "product_reference": "php5-ldap-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mbstring-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.aarch64" }, "product_reference": "php5-mbstring-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mbstring-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.ppc64le" }, "product_reference": "php5-mbstring-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mbstring-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.s390x" }, "product_reference": "php5-mbstring-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mbstring-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.x86_64" }, "product_reference": "php5-mbstring-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mcrypt-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.aarch64" }, "product_reference": "php5-mcrypt-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mcrypt-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.ppc64le" }, "product_reference": "php5-mcrypt-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mcrypt-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.s390x" }, "product_reference": "php5-mcrypt-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mcrypt-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.x86_64" }, "product_reference": "php5-mcrypt-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mysql-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.aarch64" }, "product_reference": "php5-mysql-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mysql-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.ppc64le" }, "product_reference": "php5-mysql-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mysql-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.s390x" }, "product_reference": "php5-mysql-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mysql-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.x86_64" }, "product_reference": "php5-mysql-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-odbc-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.aarch64" }, "product_reference": "php5-odbc-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-odbc-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.ppc64le" }, "product_reference": "php5-odbc-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-odbc-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.s390x" }, "product_reference": "php5-odbc-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-odbc-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.x86_64" }, "product_reference": "php5-odbc-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-opcache-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.aarch64" }, "product_reference": "php5-opcache-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-opcache-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.ppc64le" }, "product_reference": "php5-opcache-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-opcache-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.s390x" }, "product_reference": "php5-opcache-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-opcache-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.x86_64" }, "product_reference": "php5-opcache-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-openssl-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.aarch64" }, "product_reference": "php5-openssl-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-openssl-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.ppc64le" }, "product_reference": "php5-openssl-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-openssl-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.s390x" }, "product_reference": "php5-openssl-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-openssl-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.x86_64" }, "product_reference": "php5-openssl-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pcntl-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.aarch64" }, "product_reference": "php5-pcntl-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pcntl-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.ppc64le" }, "product_reference": "php5-pcntl-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pcntl-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.s390x" }, "product_reference": "php5-pcntl-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pcntl-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.x86_64" }, "product_reference": "php5-pcntl-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pdo-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.aarch64" }, "product_reference": "php5-pdo-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pdo-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.ppc64le" }, "product_reference": "php5-pdo-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pdo-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.s390x" }, "product_reference": "php5-pdo-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pdo-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.x86_64" }, "product_reference": "php5-pdo-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pear-5.5.14-83.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-83.1.noarch" }, "product_reference": "php5-pear-5.5.14-83.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pgsql-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.aarch64" }, "product_reference": "php5-pgsql-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pgsql-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.ppc64le" }, "product_reference": "php5-pgsql-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pgsql-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.s390x" }, "product_reference": "php5-pgsql-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pgsql-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.x86_64" }, "product_reference": "php5-pgsql-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-phar-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.aarch64" }, "product_reference": "php5-phar-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-phar-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.ppc64le" }, "product_reference": "php5-phar-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-phar-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.s390x" }, "product_reference": "php5-phar-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-phar-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.x86_64" }, "product_reference": "php5-phar-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-posix-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.aarch64" }, "product_reference": "php5-posix-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-posix-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.ppc64le" }, "product_reference": "php5-posix-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-posix-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.s390x" }, "product_reference": "php5-posix-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-posix-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.x86_64" }, "product_reference": "php5-posix-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pspell-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.aarch64" }, "product_reference": "php5-pspell-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pspell-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.ppc64le" }, "product_reference": "php5-pspell-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pspell-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.s390x" }, "product_reference": "php5-pspell-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pspell-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.x86_64" }, "product_reference": "php5-pspell-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-shmop-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.aarch64" }, "product_reference": "php5-shmop-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-shmop-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.ppc64le" }, "product_reference": "php5-shmop-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-shmop-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.s390x" }, "product_reference": "php5-shmop-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-shmop-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.x86_64" }, "product_reference": "php5-shmop-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-snmp-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.aarch64" }, "product_reference": "php5-snmp-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-snmp-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.ppc64le" }, "product_reference": "php5-snmp-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-snmp-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.s390x" }, "product_reference": "php5-snmp-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-snmp-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.x86_64" }, "product_reference": "php5-snmp-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-soap-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.aarch64" }, "product_reference": "php5-soap-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-soap-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.ppc64le" }, "product_reference": "php5-soap-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-soap-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.s390x" }, "product_reference": "php5-soap-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-soap-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.x86_64" }, "product_reference": "php5-soap-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sockets-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.aarch64" }, "product_reference": "php5-sockets-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sockets-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.ppc64le" }, "product_reference": "php5-sockets-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sockets-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.s390x" }, "product_reference": "php5-sockets-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sockets-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.x86_64" }, "product_reference": "php5-sockets-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sqlite-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.aarch64" }, "product_reference": "php5-sqlite-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sqlite-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.ppc64le" }, "product_reference": "php5-sqlite-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sqlite-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.s390x" }, "product_reference": "php5-sqlite-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sqlite-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.x86_64" }, "product_reference": "php5-sqlite-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-suhosin-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.aarch64" }, "product_reference": "php5-suhosin-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-suhosin-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.ppc64le" }, "product_reference": "php5-suhosin-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-suhosin-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.s390x" }, "product_reference": "php5-suhosin-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-suhosin-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.x86_64" }, "product_reference": "php5-suhosin-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvmsg-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.aarch64" }, "product_reference": "php5-sysvmsg-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvmsg-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.ppc64le" }, "product_reference": "php5-sysvmsg-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvmsg-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.s390x" }, "product_reference": "php5-sysvmsg-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvmsg-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.x86_64" }, "product_reference": "php5-sysvmsg-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvsem-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.aarch64" }, "product_reference": "php5-sysvsem-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvsem-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.ppc64le" }, "product_reference": "php5-sysvsem-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvsem-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.s390x" }, "product_reference": "php5-sysvsem-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvsem-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.x86_64" }, "product_reference": "php5-sysvsem-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvshm-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.aarch64" }, "product_reference": "php5-sysvshm-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvshm-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.ppc64le" }, "product_reference": "php5-sysvshm-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvshm-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.s390x" }, "product_reference": "php5-sysvshm-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvshm-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.x86_64" }, "product_reference": "php5-sysvshm-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-tokenizer-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.aarch64" }, "product_reference": "php5-tokenizer-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-tokenizer-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.ppc64le" }, "product_reference": "php5-tokenizer-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-tokenizer-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.s390x" }, "product_reference": "php5-tokenizer-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-tokenizer-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.x86_64" }, "product_reference": "php5-tokenizer-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-wddx-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.aarch64" }, "product_reference": "php5-wddx-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-wddx-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.ppc64le" }, "product_reference": "php5-wddx-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-wddx-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.s390x" }, "product_reference": "php5-wddx-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-wddx-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.x86_64" }, "product_reference": "php5-wddx-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlreader-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.aarch64" }, "product_reference": "php5-xmlreader-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlreader-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.ppc64le" }, "product_reference": "php5-xmlreader-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlreader-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.s390x" }, "product_reference": "php5-xmlreader-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlreader-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.x86_64" }, "product_reference": "php5-xmlreader-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlrpc-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.aarch64" }, "product_reference": "php5-xmlrpc-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlrpc-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.ppc64le" }, "product_reference": "php5-xmlrpc-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlrpc-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.s390x" }, "product_reference": "php5-xmlrpc-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlrpc-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.x86_64" }, "product_reference": "php5-xmlrpc-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlwriter-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.aarch64" }, "product_reference": "php5-xmlwriter-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlwriter-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.ppc64le" }, "product_reference": "php5-xmlwriter-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlwriter-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.s390x" }, "product_reference": "php5-xmlwriter-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlwriter-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.x86_64" }, "product_reference": "php5-xmlwriter-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xsl-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.aarch64" }, "product_reference": "php5-xsl-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xsl-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.ppc64le" }, "product_reference": "php5-xsl-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xsl-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.s390x" }, "product_reference": "php5-xsl-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xsl-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.x86_64" }, "product_reference": "php5-xsl-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zip-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.aarch64" }, "product_reference": "php5-zip-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zip-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.ppc64le" }, "product_reference": "php5-zip-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zip-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.s390x" }, "product_reference": "php5-zip-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zip-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.x86_64" }, "product_reference": "php5-zip-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zlib-5.5.14-83.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.aarch64" }, "product_reference": "php5-zlib-5.5.14-83.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zlib-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.ppc64le" }, "product_reference": "php5-zlib-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zlib-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.s390x" }, "product_reference": "php5-zlib-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zlib-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.x86_64" }, "product_reference": "php5-zlib-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-devel-5.5.14-83.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP1", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.ppc64le" }, "product_reference": "php5-devel-5.5.14-83.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "php5-devel-5.5.14-83.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP1", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.s390x" }, "product_reference": "php5-devel-5.5.14-83.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "php5-devel-5.5.14-83.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP1", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.x86_64" }, "product_reference": "php5-devel-5.5.14-83.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-6911", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-6911" } ], "notes": [ { "category": "general", "text": "The dynamicGetbuf function in the GD Graphics Library (aka libgd) before 2.2.4 allows remote attackers to cause a denial of service (out-of-bounds read) via a crafted TIFF image.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-83.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-6911", "url": "https://www.suse.com/security/cve/CVE-2016-6911" }, { "category": "external", "summary": "SUSE Bug 1004924 for CVE-2016-6911", "url": "https://bugzilla.suse.com/1004924" }, { "category": "external", "summary": "SUSE Bug 1005274 for CVE-2016-6911", "url": "https://bugzilla.suse.com/1005274" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-83.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-83.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-11-09T17:10:27Z", "details": "moderate" } ], "title": "CVE-2016-6911" }, { "cve": "CVE-2016-7568", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-7568" } ], "notes": [ { "category": "general", "text": "Integer overflow in the gdImageWebpCtx function in gd_webp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP through 7.0.11, allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via crafted imagewebp and imagedestroy calls.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-83.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-7568", "url": "https://www.suse.com/security/cve/CVE-2016-7568" }, { "category": "external", "summary": "SUSE Bug 1001900 for CVE-2016-7568", "url": "https://bugzilla.suse.com/1001900" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-83.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.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": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-83.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-11-09T17:10:27Z", "details": "moderate" } ], "title": "CVE-2016-7568" }, { "cve": "CVE-2016-8670", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-8670" } ], "notes": [ { "category": "general", "text": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-83.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-8670", "url": "https://www.suse.com/security/cve/CVE-2016-8670" }, { "category": "external", "summary": "SUSE Bug 1004924 for CVE-2016-8670", "url": "https://bugzilla.suse.com/1004924" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-83.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.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": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-83.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-83.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-83.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-11-09T17:10:27Z", "details": "moderate" } ], "title": "CVE-2016-8670" } ] }
suse-su-2016:2683-2
Vulnerability from csaf_suse
Published
2016-10-31 07:15
Modified
2016-10-31 07:15
Summary
Security update for php7
Notes
Title of the patch
Security update for php7
Description of the patch
This update for php7 fixes the following security issue:
- CVE-2016-7568: A specially crafted image file could cause an application crash or potentially execute arbitrary code
when the image is converted to webp (bsc#1001900)
- CVE-2016-8670: Stack Buffer Overflow in GD dynamicGetbuf (bsc#1004924)
- CVE-2016-6911: Check for out-of-bound read in dynamicGetbuf() (bsc#1005274)
Patchnames
SUSE-SLE-Module-Web-Scripting-12-2016-1576
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for php7", "title": "Title of the patch" }, { "category": "description", "text": "This update for php7 fixes the following security issue:\n\n- CVE-2016-7568: A specially crafted image file could cause an application crash or potentially execute arbitrary code\n when the image is converted to webp (bsc#1001900)\n- CVE-2016-8670: Stack Buffer Overflow in GD dynamicGetbuf (bsc#1004924)\n- CVE-2016-6911: Check for out-of-bound read in dynamicGetbuf() (bsc#1005274)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Module-Web-Scripting-12-2016-1576", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2016_2683-2.json" }, { "category": "self", "summary": "URL for SUSE-SU-2016:2683-2", "url": "https://www.suse.com/support/update/announcement/2016/suse-su-20162683-2/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2016:2683-2", "url": "https://lists.suse.com/pipermail/sle-security-updates/2016-November/002383.html" }, { "category": "self", "summary": "SUSE Bug 1001900", "url": "https://bugzilla.suse.com/1001900" }, { "category": "self", "summary": "SUSE Bug 1004924", "url": "https://bugzilla.suse.com/1004924" }, { "category": "self", "summary": "SUSE Bug 1005274", "url": "https://bugzilla.suse.com/1005274" }, { "category": "self", "summary": "SUSE CVE CVE-2016-6911 page", "url": "https://www.suse.com/security/cve/CVE-2016-6911/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-7568 page", "url": "https://www.suse.com/security/cve/CVE-2016-7568/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-8670 page", "url": "https://www.suse.com/security/cve/CVE-2016-8670/" } ], "title": "Security update for php7", "tracking": { "current_release_date": "2016-10-31T07:15:22Z", "generator": { "date": "2016-10-31T07:15:22Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2016:2683-2", "initial_release_date": "2016-10-31T07:15:22Z", "revision_history": [ { "date": "2016-10-31T07:15:22Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "apache2-mod_php7-7.0.7-20.1.aarch64", "product": { "name": "apache2-mod_php7-7.0.7-20.1.aarch64", "product_id": "apache2-mod_php7-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-7.0.7-20.1.aarch64", "product": { "name": "php7-7.0.7-20.1.aarch64", "product_id": "php7-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-bcmath-7.0.7-20.1.aarch64", "product": { "name": "php7-bcmath-7.0.7-20.1.aarch64", "product_id": "php7-bcmath-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-bz2-7.0.7-20.1.aarch64", "product": { "name": "php7-bz2-7.0.7-20.1.aarch64", "product_id": "php7-bz2-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-calendar-7.0.7-20.1.aarch64", "product": { "name": "php7-calendar-7.0.7-20.1.aarch64", "product_id": "php7-calendar-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-ctype-7.0.7-20.1.aarch64", "product": { "name": "php7-ctype-7.0.7-20.1.aarch64", "product_id": "php7-ctype-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-curl-7.0.7-20.1.aarch64", "product": { "name": "php7-curl-7.0.7-20.1.aarch64", "product_id": "php7-curl-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-dba-7.0.7-20.1.aarch64", "product": { "name": "php7-dba-7.0.7-20.1.aarch64", "product_id": "php7-dba-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-dom-7.0.7-20.1.aarch64", "product": { "name": "php7-dom-7.0.7-20.1.aarch64", "product_id": "php7-dom-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-enchant-7.0.7-20.1.aarch64", "product": { "name": "php7-enchant-7.0.7-20.1.aarch64", "product_id": "php7-enchant-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-exif-7.0.7-20.1.aarch64", "product": { "name": "php7-exif-7.0.7-20.1.aarch64", "product_id": "php7-exif-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-fastcgi-7.0.7-20.1.aarch64", "product": { "name": "php7-fastcgi-7.0.7-20.1.aarch64", "product_id": "php7-fastcgi-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-fileinfo-7.0.7-20.1.aarch64", "product": { "name": "php7-fileinfo-7.0.7-20.1.aarch64", "product_id": "php7-fileinfo-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-fpm-7.0.7-20.1.aarch64", "product": { "name": "php7-fpm-7.0.7-20.1.aarch64", "product_id": "php7-fpm-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-ftp-7.0.7-20.1.aarch64", "product": { "name": "php7-ftp-7.0.7-20.1.aarch64", "product_id": "php7-ftp-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-gd-7.0.7-20.1.aarch64", "product": { "name": "php7-gd-7.0.7-20.1.aarch64", "product_id": "php7-gd-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-gettext-7.0.7-20.1.aarch64", "product": { "name": "php7-gettext-7.0.7-20.1.aarch64", "product_id": "php7-gettext-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-gmp-7.0.7-20.1.aarch64", "product": { "name": "php7-gmp-7.0.7-20.1.aarch64", "product_id": "php7-gmp-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-iconv-7.0.7-20.1.aarch64", "product": { "name": "php7-iconv-7.0.7-20.1.aarch64", "product_id": "php7-iconv-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-imap-7.0.7-20.1.aarch64", "product": { "name": "php7-imap-7.0.7-20.1.aarch64", "product_id": "php7-imap-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-intl-7.0.7-20.1.aarch64", "product": { "name": "php7-intl-7.0.7-20.1.aarch64", "product_id": "php7-intl-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-json-7.0.7-20.1.aarch64", "product": { "name": "php7-json-7.0.7-20.1.aarch64", "product_id": "php7-json-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-ldap-7.0.7-20.1.aarch64", "product": { "name": "php7-ldap-7.0.7-20.1.aarch64", "product_id": "php7-ldap-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-mbstring-7.0.7-20.1.aarch64", "product": { "name": "php7-mbstring-7.0.7-20.1.aarch64", "product_id": "php7-mbstring-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-mcrypt-7.0.7-20.1.aarch64", "product": { "name": "php7-mcrypt-7.0.7-20.1.aarch64", "product_id": "php7-mcrypt-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-mysql-7.0.7-20.1.aarch64", "product": { "name": "php7-mysql-7.0.7-20.1.aarch64", "product_id": "php7-mysql-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-odbc-7.0.7-20.1.aarch64", "product": { "name": "php7-odbc-7.0.7-20.1.aarch64", "product_id": "php7-odbc-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-opcache-7.0.7-20.1.aarch64", "product": { "name": "php7-opcache-7.0.7-20.1.aarch64", "product_id": "php7-opcache-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-openssl-7.0.7-20.1.aarch64", "product": { "name": "php7-openssl-7.0.7-20.1.aarch64", "product_id": "php7-openssl-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-pcntl-7.0.7-20.1.aarch64", "product": { "name": "php7-pcntl-7.0.7-20.1.aarch64", "product_id": "php7-pcntl-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-pdo-7.0.7-20.1.aarch64", "product": { "name": "php7-pdo-7.0.7-20.1.aarch64", "product_id": "php7-pdo-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-pgsql-7.0.7-20.1.aarch64", "product": { "name": "php7-pgsql-7.0.7-20.1.aarch64", "product_id": "php7-pgsql-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-phar-7.0.7-20.1.aarch64", "product": { "name": "php7-phar-7.0.7-20.1.aarch64", "product_id": "php7-phar-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-posix-7.0.7-20.1.aarch64", "product": { "name": "php7-posix-7.0.7-20.1.aarch64", "product_id": "php7-posix-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-pspell-7.0.7-20.1.aarch64", "product": { "name": "php7-pspell-7.0.7-20.1.aarch64", "product_id": "php7-pspell-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-shmop-7.0.7-20.1.aarch64", "product": { "name": "php7-shmop-7.0.7-20.1.aarch64", "product_id": "php7-shmop-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-snmp-7.0.7-20.1.aarch64", "product": { "name": "php7-snmp-7.0.7-20.1.aarch64", "product_id": "php7-snmp-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-soap-7.0.7-20.1.aarch64", "product": { "name": "php7-soap-7.0.7-20.1.aarch64", "product_id": "php7-soap-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-sockets-7.0.7-20.1.aarch64", "product": { "name": "php7-sockets-7.0.7-20.1.aarch64", "product_id": "php7-sockets-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-sqlite-7.0.7-20.1.aarch64", "product": { "name": "php7-sqlite-7.0.7-20.1.aarch64", "product_id": "php7-sqlite-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-sysvmsg-7.0.7-20.1.aarch64", "product": { "name": "php7-sysvmsg-7.0.7-20.1.aarch64", "product_id": "php7-sysvmsg-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-sysvsem-7.0.7-20.1.aarch64", "product": { "name": "php7-sysvsem-7.0.7-20.1.aarch64", "product_id": "php7-sysvsem-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-sysvshm-7.0.7-20.1.aarch64", "product": { "name": "php7-sysvshm-7.0.7-20.1.aarch64", "product_id": "php7-sysvshm-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-tokenizer-7.0.7-20.1.aarch64", "product": { "name": "php7-tokenizer-7.0.7-20.1.aarch64", "product_id": "php7-tokenizer-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-wddx-7.0.7-20.1.aarch64", "product": { "name": "php7-wddx-7.0.7-20.1.aarch64", "product_id": "php7-wddx-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-xmlreader-7.0.7-20.1.aarch64", "product": { "name": "php7-xmlreader-7.0.7-20.1.aarch64", "product_id": "php7-xmlreader-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-xmlrpc-7.0.7-20.1.aarch64", "product": { "name": "php7-xmlrpc-7.0.7-20.1.aarch64", "product_id": "php7-xmlrpc-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-xmlwriter-7.0.7-20.1.aarch64", "product": { "name": "php7-xmlwriter-7.0.7-20.1.aarch64", "product_id": "php7-xmlwriter-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-xsl-7.0.7-20.1.aarch64", "product": { "name": "php7-xsl-7.0.7-20.1.aarch64", "product_id": "php7-xsl-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-zip-7.0.7-20.1.aarch64", "product": { "name": "php7-zip-7.0.7-20.1.aarch64", "product_id": "php7-zip-7.0.7-20.1.aarch64" } }, { "category": "product_version", "name": "php7-zlib-7.0.7-20.1.aarch64", "product": { "name": "php7-zlib-7.0.7-20.1.aarch64", "product_id": "php7-zlib-7.0.7-20.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "php7-pear-7.0.7-20.1.noarch", "product": { "name": "php7-pear-7.0.7-20.1.noarch", "product_id": "php7-pear-7.0.7-20.1.noarch" } }, { "category": "product_version", "name": "php7-pear-Archive_Tar-7.0.7-20.1.noarch", "product": { "name": "php7-pear-Archive_Tar-7.0.7-20.1.noarch", "product_id": "php7-pear-Archive_Tar-7.0.7-20.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php7-7.0.7-20.1.ppc64le", "product": { "name": "apache2-mod_php7-7.0.7-20.1.ppc64le", "product_id": "apache2-mod_php7-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-7.0.7-20.1.ppc64le", "product": { "name": "php7-7.0.7-20.1.ppc64le", "product_id": "php7-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-bcmath-7.0.7-20.1.ppc64le", "product": { "name": "php7-bcmath-7.0.7-20.1.ppc64le", "product_id": "php7-bcmath-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-bz2-7.0.7-20.1.ppc64le", "product": { "name": "php7-bz2-7.0.7-20.1.ppc64le", "product_id": "php7-bz2-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-calendar-7.0.7-20.1.ppc64le", "product": { "name": "php7-calendar-7.0.7-20.1.ppc64le", "product_id": "php7-calendar-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-ctype-7.0.7-20.1.ppc64le", "product": { "name": "php7-ctype-7.0.7-20.1.ppc64le", "product_id": "php7-ctype-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-curl-7.0.7-20.1.ppc64le", "product": { "name": "php7-curl-7.0.7-20.1.ppc64le", "product_id": "php7-curl-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-dba-7.0.7-20.1.ppc64le", "product": { "name": "php7-dba-7.0.7-20.1.ppc64le", "product_id": "php7-dba-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-dom-7.0.7-20.1.ppc64le", "product": { "name": "php7-dom-7.0.7-20.1.ppc64le", "product_id": "php7-dom-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-enchant-7.0.7-20.1.ppc64le", "product": { "name": "php7-enchant-7.0.7-20.1.ppc64le", "product_id": "php7-enchant-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-exif-7.0.7-20.1.ppc64le", "product": { "name": "php7-exif-7.0.7-20.1.ppc64le", "product_id": "php7-exif-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-fastcgi-7.0.7-20.1.ppc64le", "product": { "name": "php7-fastcgi-7.0.7-20.1.ppc64le", "product_id": "php7-fastcgi-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-fileinfo-7.0.7-20.1.ppc64le", "product": { "name": "php7-fileinfo-7.0.7-20.1.ppc64le", "product_id": "php7-fileinfo-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-fpm-7.0.7-20.1.ppc64le", "product": { "name": "php7-fpm-7.0.7-20.1.ppc64le", "product_id": "php7-fpm-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-ftp-7.0.7-20.1.ppc64le", "product": { "name": "php7-ftp-7.0.7-20.1.ppc64le", "product_id": "php7-ftp-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-gd-7.0.7-20.1.ppc64le", "product": { "name": "php7-gd-7.0.7-20.1.ppc64le", "product_id": "php7-gd-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-gettext-7.0.7-20.1.ppc64le", "product": { "name": "php7-gettext-7.0.7-20.1.ppc64le", "product_id": "php7-gettext-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-gmp-7.0.7-20.1.ppc64le", "product": { "name": "php7-gmp-7.0.7-20.1.ppc64le", "product_id": "php7-gmp-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-iconv-7.0.7-20.1.ppc64le", "product": { "name": "php7-iconv-7.0.7-20.1.ppc64le", "product_id": "php7-iconv-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-imap-7.0.7-20.1.ppc64le", "product": { "name": "php7-imap-7.0.7-20.1.ppc64le", "product_id": "php7-imap-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-intl-7.0.7-20.1.ppc64le", "product": { "name": "php7-intl-7.0.7-20.1.ppc64le", "product_id": "php7-intl-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-json-7.0.7-20.1.ppc64le", "product": { "name": "php7-json-7.0.7-20.1.ppc64le", "product_id": "php7-json-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-ldap-7.0.7-20.1.ppc64le", "product": { "name": "php7-ldap-7.0.7-20.1.ppc64le", "product_id": "php7-ldap-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-mbstring-7.0.7-20.1.ppc64le", "product": { "name": "php7-mbstring-7.0.7-20.1.ppc64le", "product_id": "php7-mbstring-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-mcrypt-7.0.7-20.1.ppc64le", "product": { "name": "php7-mcrypt-7.0.7-20.1.ppc64le", "product_id": "php7-mcrypt-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-mysql-7.0.7-20.1.ppc64le", "product": { "name": "php7-mysql-7.0.7-20.1.ppc64le", "product_id": "php7-mysql-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-odbc-7.0.7-20.1.ppc64le", "product": { "name": "php7-odbc-7.0.7-20.1.ppc64le", "product_id": "php7-odbc-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-opcache-7.0.7-20.1.ppc64le", "product": { "name": "php7-opcache-7.0.7-20.1.ppc64le", "product_id": "php7-opcache-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-openssl-7.0.7-20.1.ppc64le", "product": { "name": "php7-openssl-7.0.7-20.1.ppc64le", "product_id": "php7-openssl-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-pcntl-7.0.7-20.1.ppc64le", "product": { "name": "php7-pcntl-7.0.7-20.1.ppc64le", "product_id": "php7-pcntl-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-pdo-7.0.7-20.1.ppc64le", "product": { "name": "php7-pdo-7.0.7-20.1.ppc64le", "product_id": "php7-pdo-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-pgsql-7.0.7-20.1.ppc64le", "product": { "name": "php7-pgsql-7.0.7-20.1.ppc64le", "product_id": "php7-pgsql-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-phar-7.0.7-20.1.ppc64le", "product": { "name": "php7-phar-7.0.7-20.1.ppc64le", "product_id": "php7-phar-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-posix-7.0.7-20.1.ppc64le", "product": { "name": "php7-posix-7.0.7-20.1.ppc64le", "product_id": "php7-posix-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-pspell-7.0.7-20.1.ppc64le", "product": { "name": "php7-pspell-7.0.7-20.1.ppc64le", "product_id": "php7-pspell-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-shmop-7.0.7-20.1.ppc64le", "product": { "name": "php7-shmop-7.0.7-20.1.ppc64le", "product_id": "php7-shmop-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-snmp-7.0.7-20.1.ppc64le", "product": { "name": "php7-snmp-7.0.7-20.1.ppc64le", "product_id": "php7-snmp-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-soap-7.0.7-20.1.ppc64le", "product": { "name": "php7-soap-7.0.7-20.1.ppc64le", "product_id": "php7-soap-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-sockets-7.0.7-20.1.ppc64le", "product": { "name": "php7-sockets-7.0.7-20.1.ppc64le", "product_id": "php7-sockets-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-sqlite-7.0.7-20.1.ppc64le", "product": { "name": "php7-sqlite-7.0.7-20.1.ppc64le", "product_id": "php7-sqlite-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-sysvmsg-7.0.7-20.1.ppc64le", "product": { "name": "php7-sysvmsg-7.0.7-20.1.ppc64le", "product_id": "php7-sysvmsg-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-sysvsem-7.0.7-20.1.ppc64le", "product": { "name": "php7-sysvsem-7.0.7-20.1.ppc64le", "product_id": "php7-sysvsem-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-sysvshm-7.0.7-20.1.ppc64le", "product": { "name": "php7-sysvshm-7.0.7-20.1.ppc64le", "product_id": "php7-sysvshm-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-tokenizer-7.0.7-20.1.ppc64le", "product": { "name": "php7-tokenizer-7.0.7-20.1.ppc64le", "product_id": "php7-tokenizer-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-wddx-7.0.7-20.1.ppc64le", "product": { "name": "php7-wddx-7.0.7-20.1.ppc64le", "product_id": "php7-wddx-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-xmlreader-7.0.7-20.1.ppc64le", "product": { "name": "php7-xmlreader-7.0.7-20.1.ppc64le", "product_id": "php7-xmlreader-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-xmlrpc-7.0.7-20.1.ppc64le", "product": { "name": "php7-xmlrpc-7.0.7-20.1.ppc64le", "product_id": "php7-xmlrpc-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-xmlwriter-7.0.7-20.1.ppc64le", "product": { "name": "php7-xmlwriter-7.0.7-20.1.ppc64le", "product_id": "php7-xmlwriter-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-xsl-7.0.7-20.1.ppc64le", "product": { "name": "php7-xsl-7.0.7-20.1.ppc64le", "product_id": "php7-xsl-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-zip-7.0.7-20.1.ppc64le", "product": { "name": "php7-zip-7.0.7-20.1.ppc64le", "product_id": "php7-zip-7.0.7-20.1.ppc64le" } }, { "category": "product_version", "name": "php7-zlib-7.0.7-20.1.ppc64le", "product": { "name": "php7-zlib-7.0.7-20.1.ppc64le", "product_id": "php7-zlib-7.0.7-20.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php7-7.0.7-20.1.s390x", "product": { "name": "apache2-mod_php7-7.0.7-20.1.s390x", "product_id": "apache2-mod_php7-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-7.0.7-20.1.s390x", "product": { "name": "php7-7.0.7-20.1.s390x", "product_id": "php7-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-bcmath-7.0.7-20.1.s390x", "product": { "name": "php7-bcmath-7.0.7-20.1.s390x", "product_id": "php7-bcmath-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-bz2-7.0.7-20.1.s390x", "product": { "name": "php7-bz2-7.0.7-20.1.s390x", "product_id": "php7-bz2-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-calendar-7.0.7-20.1.s390x", "product": { "name": "php7-calendar-7.0.7-20.1.s390x", "product_id": "php7-calendar-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-ctype-7.0.7-20.1.s390x", "product": { "name": "php7-ctype-7.0.7-20.1.s390x", "product_id": "php7-ctype-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-curl-7.0.7-20.1.s390x", "product": { "name": "php7-curl-7.0.7-20.1.s390x", "product_id": "php7-curl-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-dba-7.0.7-20.1.s390x", "product": { "name": "php7-dba-7.0.7-20.1.s390x", "product_id": "php7-dba-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-dom-7.0.7-20.1.s390x", "product": { "name": "php7-dom-7.0.7-20.1.s390x", "product_id": "php7-dom-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-enchant-7.0.7-20.1.s390x", "product": { "name": "php7-enchant-7.0.7-20.1.s390x", "product_id": "php7-enchant-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-exif-7.0.7-20.1.s390x", "product": { "name": "php7-exif-7.0.7-20.1.s390x", "product_id": "php7-exif-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-fastcgi-7.0.7-20.1.s390x", "product": { "name": "php7-fastcgi-7.0.7-20.1.s390x", "product_id": "php7-fastcgi-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-fileinfo-7.0.7-20.1.s390x", "product": { "name": "php7-fileinfo-7.0.7-20.1.s390x", "product_id": "php7-fileinfo-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-fpm-7.0.7-20.1.s390x", "product": { "name": "php7-fpm-7.0.7-20.1.s390x", "product_id": "php7-fpm-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-ftp-7.0.7-20.1.s390x", "product": { "name": "php7-ftp-7.0.7-20.1.s390x", "product_id": "php7-ftp-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-gd-7.0.7-20.1.s390x", "product": { "name": "php7-gd-7.0.7-20.1.s390x", "product_id": "php7-gd-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-gettext-7.0.7-20.1.s390x", "product": { "name": "php7-gettext-7.0.7-20.1.s390x", "product_id": "php7-gettext-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-gmp-7.0.7-20.1.s390x", "product": { "name": "php7-gmp-7.0.7-20.1.s390x", "product_id": "php7-gmp-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-iconv-7.0.7-20.1.s390x", "product": { "name": "php7-iconv-7.0.7-20.1.s390x", "product_id": "php7-iconv-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-imap-7.0.7-20.1.s390x", "product": { "name": "php7-imap-7.0.7-20.1.s390x", "product_id": "php7-imap-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-intl-7.0.7-20.1.s390x", "product": { "name": "php7-intl-7.0.7-20.1.s390x", "product_id": "php7-intl-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-json-7.0.7-20.1.s390x", "product": { "name": "php7-json-7.0.7-20.1.s390x", "product_id": "php7-json-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-ldap-7.0.7-20.1.s390x", "product": { "name": "php7-ldap-7.0.7-20.1.s390x", "product_id": "php7-ldap-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-mbstring-7.0.7-20.1.s390x", "product": { "name": "php7-mbstring-7.0.7-20.1.s390x", "product_id": "php7-mbstring-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-mcrypt-7.0.7-20.1.s390x", "product": { "name": "php7-mcrypt-7.0.7-20.1.s390x", "product_id": "php7-mcrypt-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-mysql-7.0.7-20.1.s390x", "product": { "name": "php7-mysql-7.0.7-20.1.s390x", "product_id": "php7-mysql-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-odbc-7.0.7-20.1.s390x", "product": { "name": "php7-odbc-7.0.7-20.1.s390x", "product_id": "php7-odbc-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-opcache-7.0.7-20.1.s390x", "product": { "name": "php7-opcache-7.0.7-20.1.s390x", "product_id": "php7-opcache-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-openssl-7.0.7-20.1.s390x", "product": { "name": "php7-openssl-7.0.7-20.1.s390x", "product_id": "php7-openssl-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-pcntl-7.0.7-20.1.s390x", "product": { "name": "php7-pcntl-7.0.7-20.1.s390x", "product_id": "php7-pcntl-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-pdo-7.0.7-20.1.s390x", "product": { "name": "php7-pdo-7.0.7-20.1.s390x", "product_id": "php7-pdo-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-pgsql-7.0.7-20.1.s390x", "product": { "name": "php7-pgsql-7.0.7-20.1.s390x", "product_id": "php7-pgsql-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-phar-7.0.7-20.1.s390x", "product": { "name": "php7-phar-7.0.7-20.1.s390x", "product_id": "php7-phar-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-posix-7.0.7-20.1.s390x", "product": { "name": "php7-posix-7.0.7-20.1.s390x", "product_id": "php7-posix-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-pspell-7.0.7-20.1.s390x", "product": { "name": "php7-pspell-7.0.7-20.1.s390x", "product_id": "php7-pspell-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-shmop-7.0.7-20.1.s390x", "product": { "name": "php7-shmop-7.0.7-20.1.s390x", "product_id": "php7-shmop-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-snmp-7.0.7-20.1.s390x", "product": { "name": "php7-snmp-7.0.7-20.1.s390x", "product_id": "php7-snmp-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-soap-7.0.7-20.1.s390x", "product": { "name": "php7-soap-7.0.7-20.1.s390x", "product_id": "php7-soap-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-sockets-7.0.7-20.1.s390x", "product": { "name": "php7-sockets-7.0.7-20.1.s390x", "product_id": "php7-sockets-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-sqlite-7.0.7-20.1.s390x", "product": { "name": "php7-sqlite-7.0.7-20.1.s390x", "product_id": "php7-sqlite-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-sysvmsg-7.0.7-20.1.s390x", "product": { "name": "php7-sysvmsg-7.0.7-20.1.s390x", "product_id": "php7-sysvmsg-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-sysvsem-7.0.7-20.1.s390x", "product": { "name": "php7-sysvsem-7.0.7-20.1.s390x", "product_id": "php7-sysvsem-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-sysvshm-7.0.7-20.1.s390x", "product": { "name": "php7-sysvshm-7.0.7-20.1.s390x", "product_id": "php7-sysvshm-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-tokenizer-7.0.7-20.1.s390x", "product": { "name": "php7-tokenizer-7.0.7-20.1.s390x", "product_id": "php7-tokenizer-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-wddx-7.0.7-20.1.s390x", "product": { "name": "php7-wddx-7.0.7-20.1.s390x", "product_id": "php7-wddx-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-xmlreader-7.0.7-20.1.s390x", "product": { "name": "php7-xmlreader-7.0.7-20.1.s390x", "product_id": "php7-xmlreader-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-xmlrpc-7.0.7-20.1.s390x", "product": { "name": "php7-xmlrpc-7.0.7-20.1.s390x", "product_id": "php7-xmlrpc-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-xmlwriter-7.0.7-20.1.s390x", "product": { "name": "php7-xmlwriter-7.0.7-20.1.s390x", "product_id": "php7-xmlwriter-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-xsl-7.0.7-20.1.s390x", "product": { "name": "php7-xsl-7.0.7-20.1.s390x", "product_id": "php7-xsl-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-zip-7.0.7-20.1.s390x", "product": { "name": "php7-zip-7.0.7-20.1.s390x", "product_id": "php7-zip-7.0.7-20.1.s390x" } }, { "category": "product_version", "name": "php7-zlib-7.0.7-20.1.s390x", "product": { "name": "php7-zlib-7.0.7-20.1.s390x", "product_id": "php7-zlib-7.0.7-20.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php7-7.0.7-20.1.x86_64", "product": { "name": "apache2-mod_php7-7.0.7-20.1.x86_64", "product_id": "apache2-mod_php7-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-7.0.7-20.1.x86_64", "product": { "name": "php7-7.0.7-20.1.x86_64", "product_id": "php7-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-bcmath-7.0.7-20.1.x86_64", "product": { "name": "php7-bcmath-7.0.7-20.1.x86_64", "product_id": "php7-bcmath-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-bz2-7.0.7-20.1.x86_64", "product": { "name": "php7-bz2-7.0.7-20.1.x86_64", "product_id": "php7-bz2-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-calendar-7.0.7-20.1.x86_64", "product": { "name": "php7-calendar-7.0.7-20.1.x86_64", "product_id": "php7-calendar-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-ctype-7.0.7-20.1.x86_64", "product": { "name": "php7-ctype-7.0.7-20.1.x86_64", "product_id": "php7-ctype-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-curl-7.0.7-20.1.x86_64", "product": { "name": "php7-curl-7.0.7-20.1.x86_64", "product_id": "php7-curl-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-dba-7.0.7-20.1.x86_64", "product": { "name": "php7-dba-7.0.7-20.1.x86_64", "product_id": "php7-dba-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-dom-7.0.7-20.1.x86_64", "product": { "name": "php7-dom-7.0.7-20.1.x86_64", "product_id": "php7-dom-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-enchant-7.0.7-20.1.x86_64", "product": { "name": "php7-enchant-7.0.7-20.1.x86_64", "product_id": "php7-enchant-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-exif-7.0.7-20.1.x86_64", "product": { "name": "php7-exif-7.0.7-20.1.x86_64", "product_id": "php7-exif-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-fastcgi-7.0.7-20.1.x86_64", "product": { "name": "php7-fastcgi-7.0.7-20.1.x86_64", "product_id": "php7-fastcgi-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-fileinfo-7.0.7-20.1.x86_64", "product": { "name": "php7-fileinfo-7.0.7-20.1.x86_64", "product_id": "php7-fileinfo-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-fpm-7.0.7-20.1.x86_64", "product": { "name": "php7-fpm-7.0.7-20.1.x86_64", "product_id": "php7-fpm-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-ftp-7.0.7-20.1.x86_64", "product": { "name": "php7-ftp-7.0.7-20.1.x86_64", "product_id": "php7-ftp-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-gd-7.0.7-20.1.x86_64", "product": { "name": "php7-gd-7.0.7-20.1.x86_64", "product_id": "php7-gd-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-gettext-7.0.7-20.1.x86_64", "product": { "name": "php7-gettext-7.0.7-20.1.x86_64", "product_id": "php7-gettext-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-gmp-7.0.7-20.1.x86_64", "product": { "name": "php7-gmp-7.0.7-20.1.x86_64", "product_id": "php7-gmp-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-iconv-7.0.7-20.1.x86_64", "product": { "name": "php7-iconv-7.0.7-20.1.x86_64", "product_id": "php7-iconv-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-imap-7.0.7-20.1.x86_64", "product": { "name": "php7-imap-7.0.7-20.1.x86_64", "product_id": "php7-imap-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-intl-7.0.7-20.1.x86_64", "product": { "name": "php7-intl-7.0.7-20.1.x86_64", "product_id": "php7-intl-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-json-7.0.7-20.1.x86_64", "product": { "name": "php7-json-7.0.7-20.1.x86_64", "product_id": "php7-json-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-ldap-7.0.7-20.1.x86_64", "product": { "name": "php7-ldap-7.0.7-20.1.x86_64", "product_id": "php7-ldap-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-mbstring-7.0.7-20.1.x86_64", "product": { "name": "php7-mbstring-7.0.7-20.1.x86_64", "product_id": "php7-mbstring-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-mcrypt-7.0.7-20.1.x86_64", "product": { "name": "php7-mcrypt-7.0.7-20.1.x86_64", "product_id": "php7-mcrypt-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-mysql-7.0.7-20.1.x86_64", "product": { "name": "php7-mysql-7.0.7-20.1.x86_64", "product_id": "php7-mysql-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-odbc-7.0.7-20.1.x86_64", "product": { "name": "php7-odbc-7.0.7-20.1.x86_64", "product_id": "php7-odbc-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-opcache-7.0.7-20.1.x86_64", "product": { "name": "php7-opcache-7.0.7-20.1.x86_64", "product_id": "php7-opcache-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-openssl-7.0.7-20.1.x86_64", "product": { "name": "php7-openssl-7.0.7-20.1.x86_64", "product_id": "php7-openssl-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-pcntl-7.0.7-20.1.x86_64", "product": { "name": "php7-pcntl-7.0.7-20.1.x86_64", "product_id": "php7-pcntl-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-pdo-7.0.7-20.1.x86_64", "product": { "name": "php7-pdo-7.0.7-20.1.x86_64", "product_id": "php7-pdo-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-pgsql-7.0.7-20.1.x86_64", "product": { "name": "php7-pgsql-7.0.7-20.1.x86_64", "product_id": "php7-pgsql-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-phar-7.0.7-20.1.x86_64", "product": { "name": "php7-phar-7.0.7-20.1.x86_64", "product_id": "php7-phar-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-posix-7.0.7-20.1.x86_64", "product": { "name": "php7-posix-7.0.7-20.1.x86_64", "product_id": "php7-posix-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-pspell-7.0.7-20.1.x86_64", "product": { "name": "php7-pspell-7.0.7-20.1.x86_64", "product_id": "php7-pspell-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-shmop-7.0.7-20.1.x86_64", "product": { "name": "php7-shmop-7.0.7-20.1.x86_64", "product_id": "php7-shmop-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-snmp-7.0.7-20.1.x86_64", "product": { "name": "php7-snmp-7.0.7-20.1.x86_64", "product_id": "php7-snmp-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-soap-7.0.7-20.1.x86_64", "product": { "name": "php7-soap-7.0.7-20.1.x86_64", "product_id": "php7-soap-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-sockets-7.0.7-20.1.x86_64", "product": { "name": "php7-sockets-7.0.7-20.1.x86_64", "product_id": "php7-sockets-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-sqlite-7.0.7-20.1.x86_64", "product": { "name": "php7-sqlite-7.0.7-20.1.x86_64", "product_id": "php7-sqlite-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-sysvmsg-7.0.7-20.1.x86_64", "product": { "name": "php7-sysvmsg-7.0.7-20.1.x86_64", "product_id": "php7-sysvmsg-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-sysvsem-7.0.7-20.1.x86_64", "product": { "name": "php7-sysvsem-7.0.7-20.1.x86_64", "product_id": "php7-sysvsem-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-sysvshm-7.0.7-20.1.x86_64", "product": { "name": "php7-sysvshm-7.0.7-20.1.x86_64", "product_id": "php7-sysvshm-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-tokenizer-7.0.7-20.1.x86_64", "product": { "name": "php7-tokenizer-7.0.7-20.1.x86_64", "product_id": "php7-tokenizer-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-wddx-7.0.7-20.1.x86_64", "product": { "name": "php7-wddx-7.0.7-20.1.x86_64", "product_id": "php7-wddx-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-xmlreader-7.0.7-20.1.x86_64", "product": { "name": "php7-xmlreader-7.0.7-20.1.x86_64", "product_id": "php7-xmlreader-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-xmlrpc-7.0.7-20.1.x86_64", "product": { "name": "php7-xmlrpc-7.0.7-20.1.x86_64", "product_id": "php7-xmlrpc-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-xmlwriter-7.0.7-20.1.x86_64", "product": { "name": "php7-xmlwriter-7.0.7-20.1.x86_64", "product_id": "php7-xmlwriter-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-xsl-7.0.7-20.1.x86_64", "product": { "name": "php7-xsl-7.0.7-20.1.x86_64", "product_id": "php7-xsl-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-zip-7.0.7-20.1.x86_64", "product": { "name": "php7-zip-7.0.7-20.1.x86_64", "product_id": "php7-zip-7.0.7-20.1.x86_64" } }, { "category": "product_version", "name": "php7-zlib-7.0.7-20.1.x86_64", "product": { "name": "php7-zlib-7.0.7-20.1.x86_64", "product_id": "php7-zlib-7.0.7-20.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:12" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php7-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64" }, "product_reference": "apache2-mod_php7-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php7-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le" }, "product_reference": "apache2-mod_php7-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php7-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x" }, "product_reference": "apache2-mod_php7-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php7-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64" }, "product_reference": "apache2-mod_php7-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64" }, "product_reference": "php7-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le" }, "product_reference": "php7-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x" }, "product_reference": "php7-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64" }, "product_reference": "php7-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bcmath-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64" }, "product_reference": "php7-bcmath-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bcmath-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le" }, "product_reference": "php7-bcmath-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bcmath-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x" }, "product_reference": "php7-bcmath-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bcmath-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64" }, "product_reference": "php7-bcmath-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bz2-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64" }, "product_reference": "php7-bz2-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bz2-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le" }, "product_reference": "php7-bz2-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bz2-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x" }, "product_reference": "php7-bz2-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bz2-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64" }, "product_reference": "php7-bz2-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-calendar-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64" }, "product_reference": "php7-calendar-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-calendar-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le" }, "product_reference": "php7-calendar-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-calendar-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x" }, "product_reference": "php7-calendar-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-calendar-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64" }, "product_reference": "php7-calendar-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ctype-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64" }, "product_reference": "php7-ctype-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ctype-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le" }, "product_reference": "php7-ctype-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ctype-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x" }, "product_reference": "php7-ctype-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ctype-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64" }, "product_reference": "php7-ctype-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-curl-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64" }, "product_reference": "php7-curl-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-curl-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le" }, "product_reference": "php7-curl-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-curl-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x" }, "product_reference": "php7-curl-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-curl-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64" }, "product_reference": "php7-curl-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dba-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64" }, "product_reference": "php7-dba-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dba-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le" }, "product_reference": "php7-dba-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dba-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x" }, "product_reference": "php7-dba-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dba-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64" }, "product_reference": "php7-dba-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dom-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64" }, "product_reference": "php7-dom-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dom-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le" }, "product_reference": "php7-dom-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dom-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x" }, "product_reference": "php7-dom-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dom-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64" }, "product_reference": "php7-dom-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-enchant-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64" }, "product_reference": "php7-enchant-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-enchant-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le" }, "product_reference": "php7-enchant-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-enchant-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x" }, "product_reference": "php7-enchant-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-enchant-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64" }, "product_reference": "php7-enchant-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-exif-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64" }, "product_reference": "php7-exif-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-exif-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le" }, "product_reference": "php7-exif-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-exif-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x" }, "product_reference": "php7-exif-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-exif-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64" }, "product_reference": "php7-exif-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fastcgi-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64" }, "product_reference": "php7-fastcgi-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fastcgi-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le" }, "product_reference": "php7-fastcgi-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fastcgi-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x" }, "product_reference": "php7-fastcgi-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fastcgi-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64" }, "product_reference": "php7-fastcgi-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fileinfo-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64" }, "product_reference": "php7-fileinfo-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fileinfo-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le" }, "product_reference": "php7-fileinfo-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fileinfo-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x" }, "product_reference": "php7-fileinfo-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fileinfo-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64" }, "product_reference": "php7-fileinfo-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fpm-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64" }, "product_reference": "php7-fpm-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fpm-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le" }, "product_reference": "php7-fpm-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fpm-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x" }, "product_reference": "php7-fpm-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fpm-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64" }, "product_reference": "php7-fpm-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ftp-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64" }, "product_reference": "php7-ftp-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ftp-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le" }, "product_reference": "php7-ftp-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ftp-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x" }, "product_reference": "php7-ftp-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ftp-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64" }, "product_reference": "php7-ftp-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gd-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64" }, "product_reference": "php7-gd-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gd-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le" }, "product_reference": "php7-gd-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gd-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x" }, "product_reference": "php7-gd-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gd-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64" }, "product_reference": "php7-gd-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gettext-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64" }, "product_reference": "php7-gettext-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gettext-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le" }, "product_reference": "php7-gettext-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gettext-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x" }, "product_reference": "php7-gettext-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gettext-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64" }, "product_reference": "php7-gettext-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gmp-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64" }, "product_reference": "php7-gmp-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gmp-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le" }, "product_reference": "php7-gmp-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gmp-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x" }, "product_reference": "php7-gmp-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gmp-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64" }, "product_reference": "php7-gmp-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-iconv-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64" }, "product_reference": "php7-iconv-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-iconv-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le" }, "product_reference": "php7-iconv-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-iconv-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x" }, "product_reference": "php7-iconv-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-iconv-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64" }, "product_reference": "php7-iconv-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-imap-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64" }, "product_reference": "php7-imap-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-imap-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le" }, "product_reference": "php7-imap-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-imap-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x" }, "product_reference": "php7-imap-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-imap-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64" }, "product_reference": "php7-imap-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-intl-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64" }, "product_reference": "php7-intl-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-intl-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le" }, "product_reference": "php7-intl-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-intl-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x" }, "product_reference": "php7-intl-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-intl-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64" }, "product_reference": "php7-intl-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-json-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64" }, "product_reference": "php7-json-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-json-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le" }, "product_reference": "php7-json-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-json-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x" }, "product_reference": "php7-json-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-json-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64" }, "product_reference": "php7-json-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ldap-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64" }, "product_reference": "php7-ldap-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ldap-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le" }, "product_reference": "php7-ldap-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ldap-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x" }, "product_reference": "php7-ldap-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ldap-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64" }, "product_reference": "php7-ldap-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mbstring-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64" }, "product_reference": "php7-mbstring-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mbstring-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le" }, "product_reference": "php7-mbstring-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mbstring-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x" }, "product_reference": "php7-mbstring-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mbstring-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64" }, "product_reference": "php7-mbstring-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mcrypt-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64" }, "product_reference": "php7-mcrypt-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mcrypt-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le" }, "product_reference": "php7-mcrypt-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mcrypt-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x" }, "product_reference": "php7-mcrypt-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mcrypt-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64" }, "product_reference": "php7-mcrypt-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mysql-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64" }, "product_reference": "php7-mysql-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mysql-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le" }, "product_reference": "php7-mysql-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mysql-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x" }, "product_reference": "php7-mysql-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mysql-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64" }, "product_reference": "php7-mysql-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-odbc-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64" }, "product_reference": "php7-odbc-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-odbc-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le" }, "product_reference": "php7-odbc-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-odbc-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x" }, "product_reference": "php7-odbc-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-odbc-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64" }, "product_reference": "php7-odbc-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-opcache-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64" }, "product_reference": "php7-opcache-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-opcache-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le" }, "product_reference": "php7-opcache-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-opcache-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x" }, "product_reference": "php7-opcache-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-opcache-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64" }, "product_reference": "php7-opcache-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-openssl-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64" }, "product_reference": "php7-openssl-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-openssl-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le" }, "product_reference": "php7-openssl-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-openssl-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x" }, "product_reference": "php7-openssl-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-openssl-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64" }, "product_reference": "php7-openssl-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pcntl-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64" }, "product_reference": "php7-pcntl-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pcntl-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le" }, "product_reference": "php7-pcntl-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pcntl-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x" }, "product_reference": "php7-pcntl-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pcntl-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64" }, "product_reference": "php7-pcntl-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pdo-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64" }, "product_reference": "php7-pdo-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pdo-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le" }, "product_reference": "php7-pdo-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pdo-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x" }, "product_reference": "php7-pdo-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pdo-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64" }, "product_reference": "php7-pdo-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pear-7.0.7-20.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch" }, "product_reference": "php7-pear-7.0.7-20.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pear-Archive_Tar-7.0.7-20.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch" }, "product_reference": "php7-pear-Archive_Tar-7.0.7-20.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pgsql-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64" }, "product_reference": "php7-pgsql-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pgsql-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le" }, "product_reference": "php7-pgsql-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pgsql-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x" }, "product_reference": "php7-pgsql-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pgsql-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64" }, "product_reference": "php7-pgsql-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-phar-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64" }, "product_reference": "php7-phar-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-phar-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le" }, "product_reference": "php7-phar-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-phar-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x" }, "product_reference": "php7-phar-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-phar-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64" }, "product_reference": "php7-phar-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-posix-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64" }, "product_reference": "php7-posix-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-posix-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le" }, "product_reference": "php7-posix-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-posix-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x" }, "product_reference": "php7-posix-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-posix-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64" }, "product_reference": "php7-posix-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pspell-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64" }, "product_reference": "php7-pspell-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pspell-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le" }, "product_reference": "php7-pspell-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pspell-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x" }, "product_reference": "php7-pspell-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pspell-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64" }, "product_reference": "php7-pspell-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-shmop-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64" }, "product_reference": "php7-shmop-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-shmop-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le" }, "product_reference": "php7-shmop-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-shmop-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x" }, "product_reference": "php7-shmop-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-shmop-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64" }, "product_reference": "php7-shmop-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-snmp-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64" }, "product_reference": "php7-snmp-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-snmp-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le" }, "product_reference": "php7-snmp-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-snmp-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x" }, "product_reference": "php7-snmp-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-snmp-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64" }, "product_reference": "php7-snmp-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-soap-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64" }, "product_reference": "php7-soap-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-soap-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le" }, "product_reference": "php7-soap-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-soap-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x" }, "product_reference": "php7-soap-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-soap-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64" }, "product_reference": "php7-soap-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sockets-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64" }, "product_reference": "php7-sockets-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sockets-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le" }, "product_reference": "php7-sockets-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sockets-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x" }, "product_reference": "php7-sockets-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sockets-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64" }, "product_reference": "php7-sockets-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sqlite-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64" }, "product_reference": "php7-sqlite-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sqlite-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le" }, "product_reference": "php7-sqlite-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sqlite-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x" }, "product_reference": "php7-sqlite-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sqlite-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64" }, "product_reference": "php7-sqlite-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvmsg-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64" }, "product_reference": "php7-sysvmsg-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvmsg-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le" }, "product_reference": "php7-sysvmsg-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvmsg-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x" }, "product_reference": "php7-sysvmsg-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvmsg-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64" }, "product_reference": "php7-sysvmsg-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvsem-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64" }, "product_reference": "php7-sysvsem-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvsem-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le" }, "product_reference": "php7-sysvsem-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvsem-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x" }, "product_reference": "php7-sysvsem-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvsem-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64" }, "product_reference": "php7-sysvsem-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvshm-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64" }, "product_reference": "php7-sysvshm-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvshm-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le" }, "product_reference": "php7-sysvshm-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvshm-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x" }, "product_reference": "php7-sysvshm-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvshm-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64" }, "product_reference": "php7-sysvshm-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-tokenizer-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64" }, "product_reference": "php7-tokenizer-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-tokenizer-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le" }, "product_reference": "php7-tokenizer-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-tokenizer-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x" }, "product_reference": "php7-tokenizer-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-tokenizer-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64" }, "product_reference": "php7-tokenizer-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-wddx-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64" }, "product_reference": "php7-wddx-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-wddx-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le" }, "product_reference": "php7-wddx-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-wddx-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x" }, "product_reference": "php7-wddx-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-wddx-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64" }, "product_reference": "php7-wddx-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlreader-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64" }, "product_reference": "php7-xmlreader-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlreader-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le" }, "product_reference": "php7-xmlreader-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlreader-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x" }, "product_reference": "php7-xmlreader-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlreader-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64" }, "product_reference": "php7-xmlreader-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlrpc-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64" }, "product_reference": "php7-xmlrpc-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlrpc-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le" }, "product_reference": "php7-xmlrpc-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlrpc-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x" }, "product_reference": "php7-xmlrpc-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlrpc-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64" }, "product_reference": "php7-xmlrpc-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlwriter-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64" }, "product_reference": "php7-xmlwriter-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlwriter-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le" }, "product_reference": "php7-xmlwriter-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlwriter-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x" }, "product_reference": "php7-xmlwriter-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlwriter-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64" }, "product_reference": "php7-xmlwriter-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xsl-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64" }, "product_reference": "php7-xsl-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xsl-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le" }, "product_reference": "php7-xsl-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xsl-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x" }, "product_reference": "php7-xsl-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xsl-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64" }, "product_reference": "php7-xsl-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zip-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64" }, "product_reference": "php7-zip-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zip-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le" }, "product_reference": "php7-zip-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zip-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x" }, "product_reference": "php7-zip-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zip-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64" }, "product_reference": "php7-zip-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zlib-7.0.7-20.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64" }, "product_reference": "php7-zlib-7.0.7-20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zlib-7.0.7-20.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le" }, "product_reference": "php7-zlib-7.0.7-20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zlib-7.0.7-20.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x" }, "product_reference": "php7-zlib-7.0.7-20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zlib-7.0.7-20.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64" }, "product_reference": "php7-zlib-7.0.7-20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-6911", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-6911" } ], "notes": [ { "category": "general", "text": "The dynamicGetbuf function in the GD Graphics Library (aka libgd) before 2.2.4 allows remote attackers to cause a denial of service (out-of-bounds read) via a crafted TIFF image.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-6911", "url": "https://www.suse.com/security/cve/CVE-2016-6911" }, { "category": "external", "summary": "SUSE Bug 1004924 for CVE-2016-6911", "url": "https://bugzilla.suse.com/1004924" }, { "category": "external", "summary": "SUSE Bug 1005274 for CVE-2016-6911", "url": "https://bugzilla.suse.com/1005274" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-10-31T07:15:22Z", "details": "moderate" } ], "title": "CVE-2016-6911" }, { "cve": "CVE-2016-7568", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-7568" } ], "notes": [ { "category": "general", "text": "Integer overflow in the gdImageWebpCtx function in gd_webp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP through 7.0.11, allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via crafted imagewebp and imagedestroy calls.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-7568", "url": "https://www.suse.com/security/cve/CVE-2016-7568" }, { "category": "external", "summary": "SUSE Bug 1001900 for CVE-2016-7568", "url": "https://bugzilla.suse.com/1001900" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.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": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-10-31T07:15:22Z", "details": "moderate" } ], "title": "CVE-2016-7568" }, { "cve": "CVE-2016-8670", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-8670" } ], "notes": [ { "category": "general", "text": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-8670", "url": "https://www.suse.com/security/cve/CVE-2016-8670" }, { "category": "external", "summary": "SUSE Bug 1004924 for CVE-2016-8670", "url": "https://bugzilla.suse.com/1004924" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.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": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-20.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-20.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-20.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-10-31T07:15:22Z", "details": "moderate" } ], "title": "CVE-2016-8670" } ] }
suse-su-2016:2670-1
Vulnerability from csaf_suse
Published
2016-10-28 12:54
Modified
2016-10-28 12:54
Summary
Security update for gd
Notes
Title of the patch
Security update for gd
Description of the patch
This update for gd fixes the following issues:
- CVE-2016-8670: Stack Buffer Overflow in GD dynamicGetbuf (bsc#1004924)
- CVE-2016-6911: Check for out-of-bound read in dynamicGetbuf() (bsc#1005274)
Patchnames
sdksp4-gd-12820,slessp4-gd-12820
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for gd", "title": "Title of the patch" }, { "category": "description", "text": "\nThis update for gd fixes the following issues:\n\n- CVE-2016-8670: Stack Buffer Overflow in GD dynamicGetbuf (bsc#1004924)\n- CVE-2016-6911: Check for out-of-bound read in dynamicGetbuf() (bsc#1005274)\n", "title": "Description of the patch" }, { "category": "details", "text": "sdksp4-gd-12820,slessp4-gd-12820", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2016_2670-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2016:2670-1", "url": "https://www.suse.com/support/update/announcement/2016/suse-su-20162670-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2016:2670-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2016-October/002375.html" }, { "category": "self", "summary": "SUSE Bug 1004924", "url": "https://bugzilla.suse.com/1004924" }, { "category": "self", "summary": "SUSE Bug 1005274", "url": "https://bugzilla.suse.com/1005274" }, { "category": "self", "summary": "SUSE CVE CVE-2016-6911 page", "url": "https://www.suse.com/security/cve/CVE-2016-6911/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-8670 page", "url": "https://www.suse.com/security/cve/CVE-2016-8670/" } ], "title": "Security update for gd", "tracking": { "current_release_date": "2016-10-28T12:54:19Z", "generator": { "date": "2016-10-28T12:54:19Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2016:2670-1", "initial_release_date": "2016-10-28T12:54:19Z", "revision_history": [ { "date": "2016-10-28T12:54:19Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "gd-devel-2.0.36.RC1-52.25.1.i586", "product": { "name": "gd-devel-2.0.36.RC1-52.25.1.i586", "product_id": "gd-devel-2.0.36.RC1-52.25.1.i586" } }, { "category": "product_version", "name": "gd-2.0.36.RC1-52.25.1.i586", "product": { "name": "gd-2.0.36.RC1-52.25.1.i586", "product_id": "gd-2.0.36.RC1-52.25.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "gd-devel-2.0.36.RC1-52.25.1.ia64", "product": { "name": "gd-devel-2.0.36.RC1-52.25.1.ia64", "product_id": "gd-devel-2.0.36.RC1-52.25.1.ia64" } }, { "category": "product_version", "name": "gd-2.0.36.RC1-52.25.1.ia64", "product": { "name": "gd-2.0.36.RC1-52.25.1.ia64", "product_id": "gd-2.0.36.RC1-52.25.1.ia64" } } ], "category": "architecture", "name": "ia64" }, { "branches": [ { "category": "product_version", "name": "gd-devel-2.0.36.RC1-52.25.1.ppc64", "product": { "name": "gd-devel-2.0.36.RC1-52.25.1.ppc64", "product_id": "gd-devel-2.0.36.RC1-52.25.1.ppc64" } }, { "category": "product_version", "name": "gd-2.0.36.RC1-52.25.1.ppc64", "product": { "name": "gd-2.0.36.RC1-52.25.1.ppc64", "product_id": "gd-2.0.36.RC1-52.25.1.ppc64" } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "gd-devel-2.0.36.RC1-52.25.1.s390x", "product": { "name": "gd-devel-2.0.36.RC1-52.25.1.s390x", "product_id": "gd-devel-2.0.36.RC1-52.25.1.s390x" } }, { "category": "product_version", "name": "gd-2.0.36.RC1-52.25.1.s390x", "product": { "name": "gd-2.0.36.RC1-52.25.1.s390x", "product_id": "gd-2.0.36.RC1-52.25.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gd-devel-2.0.36.RC1-52.25.1.x86_64", "product": { "name": "gd-devel-2.0.36.RC1-52.25.1.x86_64", "product_id": "gd-devel-2.0.36.RC1-52.25.1.x86_64" } }, { "category": "product_version", "name": "gd-2.0.36.RC1-52.25.1.x86_64", "product": { "name": "gd-2.0.36.RC1-52.25.1.x86_64", "product_id": "gd-2.0.36.RC1-52.25.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 11 SP4", "product": { "name": "SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4", "product_identification_helper": { "cpe": "cpe:/a:suse:sle-sdk:11:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 11 SP4", "product": { "name": "SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_sles:11:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:11:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gd-devel-2.0.36.RC1-52.25.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.i586" }, "product_reference": "gd-devel-2.0.36.RC1-52.25.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-devel-2.0.36.RC1-52.25.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ia64" }, "product_reference": "gd-devel-2.0.36.RC1-52.25.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-devel-2.0.36.RC1-52.25.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ppc64" }, "product_reference": "gd-devel-2.0.36.RC1-52.25.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-devel-2.0.36.RC1-52.25.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.s390x" }, "product_reference": "gd-devel-2.0.36.RC1-52.25.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-devel-2.0.36.RC1-52.25.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.x86_64" }, "product_reference": "gd-devel-2.0.36.RC1-52.25.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.0.36.RC1-52.25.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.i586" }, "product_reference": "gd-2.0.36.RC1-52.25.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.0.36.RC1-52.25.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ia64" }, "product_reference": "gd-2.0.36.RC1-52.25.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.0.36.RC1-52.25.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64" }, "product_reference": "gd-2.0.36.RC1-52.25.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.0.36.RC1-52.25.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.s390x" }, "product_reference": "gd-2.0.36.RC1-52.25.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.0.36.RC1-52.25.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64" }, "product_reference": "gd-2.0.36.RC1-52.25.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.0.36.RC1-52.25.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.i586" }, "product_reference": "gd-2.0.36.RC1-52.25.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.0.36.RC1-52.25.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ia64" }, "product_reference": "gd-2.0.36.RC1-52.25.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.0.36.RC1-52.25.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64" }, "product_reference": "gd-2.0.36.RC1-52.25.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.0.36.RC1-52.25.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.s390x" }, "product_reference": "gd-2.0.36.RC1-52.25.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.0.36.RC1-52.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64" }, "product_reference": "gd-2.0.36.RC1-52.25.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-6911", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-6911" } ], "notes": [ { "category": "general", "text": "The dynamicGetbuf function in the GD Graphics Library (aka libgd) before 2.2.4 allows remote attackers to cause a denial of service (out-of-bounds read) via a crafted TIFF image.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-6911", "url": "https://www.suse.com/security/cve/CVE-2016-6911" }, { "category": "external", "summary": "SUSE Bug 1004924 for CVE-2016-6911", "url": "https://bugzilla.suse.com/1004924" }, { "category": "external", "summary": "SUSE Bug 1005274 for CVE-2016-6911", "url": "https://bugzilla.suse.com/1005274" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-10-28T12:54:19Z", "details": "moderate" } ], "title": "CVE-2016-6911" }, { "cve": "CVE-2016-8670", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-8670" } ], "notes": [ { "category": "general", "text": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-8670", "url": "https://www.suse.com/security/cve/CVE-2016-8670" }, { "category": "external", "summary": "SUSE Bug 1004924 for CVE-2016-8670", "url": "https://bugzilla.suse.com/1004924" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.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": [ "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Server 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:gd-2.0.36.RC1-52.25.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:gd-devel-2.0.36.RC1-52.25.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-10-28T12:54:19Z", "details": "moderate" } ], "title": "CVE-2016-8670" } ] }
suse-su-2016:2668-1
Vulnerability from csaf_suse
Published
2016-10-28 12:55
Modified
2016-10-28 12:55
Summary
Security update for gd
Notes
Title of the patch
Security update for gd
Description of the patch
This update for gd fixes the following security issues:
- CVE-2016-7568: A specially crafted image file could cause an application crash or potentially execute arbitrary code
when the image is converted to webp (bsc#1001900)
- CVE-2016-8670: Stack Buffer Overflow in GD dynamicGetbuf (bsc#1004924)
- CVE-2016-6911: Check for out-of-bound read in dynamicGetbuf() (bsc#1005274)
Patchnames
SUSE-SLE-DESKTOP-12-SP1-2016-1571,SUSE-SLE-SDK-12-SP1-2016-1571,SUSE-SLE-SERVER-12-SP1-2016-1571,SUSE-SLE-WE-12-SP1-2016-1571
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for gd", "title": "Title of the patch" }, { "category": "description", "text": "\nThis update for gd fixes the following security issues:\n\n- CVE-2016-7568: A specially crafted image file could cause an application crash or potentially execute arbitrary code\n when the image is converted to webp (bsc#1001900)\n- CVE-2016-8670: Stack Buffer Overflow in GD dynamicGetbuf (bsc#1004924)\n- CVE-2016-6911: Check for out-of-bound read in dynamicGetbuf() (bsc#1005274)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-DESKTOP-12-SP1-2016-1571,SUSE-SLE-SDK-12-SP1-2016-1571,SUSE-SLE-SERVER-12-SP1-2016-1571,SUSE-SLE-WE-12-SP1-2016-1571", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2016_2668-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2016:2668-1", "url": "https://www.suse.com/support/update/announcement/2016/suse-su-20162668-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2016:2668-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2016-October/002374.html" }, { "category": "self", "summary": "SUSE Bug 1001900", "url": "https://bugzilla.suse.com/1001900" }, { "category": "self", "summary": "SUSE Bug 1004924", "url": "https://bugzilla.suse.com/1004924" }, { "category": "self", "summary": "SUSE Bug 1005274", "url": "https://bugzilla.suse.com/1005274" }, { "category": "self", "summary": "SUSE CVE CVE-2016-6911 page", "url": "https://www.suse.com/security/cve/CVE-2016-6911/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-7568 page", "url": "https://www.suse.com/security/cve/CVE-2016-7568/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-8670 page", "url": "https://www.suse.com/security/cve/CVE-2016-8670/" } ], "title": "Security update for gd", "tracking": { "current_release_date": "2016-10-28T12:55:11Z", "generator": { "date": "2016-10-28T12:55:11Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2016:2668-1", "initial_release_date": "2016-10-28T12:55:11Z", "revision_history": [ { "date": "2016-10-28T12:55:11Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "gd-devel-2.1.0-17.1.ppc64le", "product": { "name": "gd-devel-2.1.0-17.1.ppc64le", "product_id": "gd-devel-2.1.0-17.1.ppc64le" } }, { "category": "product_version", "name": "gd-2.1.0-17.1.ppc64le", "product": { "name": "gd-2.1.0-17.1.ppc64le", "product_id": "gd-2.1.0-17.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gd-devel-2.1.0-17.1.s390x", "product": { "name": "gd-devel-2.1.0-17.1.s390x", "product_id": "gd-devel-2.1.0-17.1.s390x" } }, { "category": "product_version", "name": "gd-2.1.0-17.1.s390x", "product": { "name": "gd-2.1.0-17.1.s390x", "product_id": "gd-2.1.0-17.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gd-2.1.0-17.1.x86_64", "product": { "name": "gd-2.1.0-17.1.x86_64", "product_id": "gd-2.1.0-17.1.x86_64" } }, { "category": "product_version", "name": "gd-32bit-2.1.0-17.1.x86_64", "product": { "name": "gd-32bit-2.1.0-17.1.x86_64", "product_id": "gd-32bit-2.1.0-17.1.x86_64" } }, { "category": "product_version", "name": "gd-devel-2.1.0-17.1.x86_64", "product": { "name": "gd-devel-2.1.0-17.1.x86_64", "product_id": "gd-devel-2.1.0-17.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Desktop 12 SP1", "product": { "name": "SUSE Linux Enterprise Desktop 12 SP1", "product_id": "SUSE Linux Enterprise Desktop 12 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sled:12:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP1", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP1", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP1", "product": { "name": "SUSE Linux Enterprise Server 12 SP1", "product_id": "SUSE Linux Enterprise Server 12 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Workstation Extension 12 SP1", "product": { "name": "SUSE Linux Enterprise Workstation Extension 12 SP1", "product_id": "SUSE Linux Enterprise Workstation Extension 12 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-we:12:sp1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gd-2.1.0-17.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1", "product_id": "SUSE Linux Enterprise Desktop 12 SP1:gd-2.1.0-17.1.x86_64" }, "product_reference": "gd-2.1.0-17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gd-32bit-2.1.0-17.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1", "product_id": "SUSE Linux Enterprise Desktop 12 SP1:gd-32bit-2.1.0-17.1.x86_64" }, "product_reference": "gd-32bit-2.1.0-17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gd-devel-2.1.0-17.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP1", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.ppc64le" }, "product_reference": "gd-devel-2.1.0-17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gd-devel-2.1.0-17.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP1", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.s390x" }, "product_reference": "gd-devel-2.1.0-17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gd-devel-2.1.0-17.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP1", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.x86_64" }, "product_reference": "gd-devel-2.1.0-17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.1.0-17.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1", "product_id": "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.ppc64le" }, "product_reference": "gd-2.1.0-17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.1.0-17.1.s390x as component of SUSE Linux Enterprise Server 12 SP1", "product_id": "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.s390x" }, "product_reference": "gd-2.1.0-17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.1.0-17.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1", "product_id": "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.x86_64" }, "product_reference": "gd-2.1.0-17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.1.0-17.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.ppc64le" }, "product_reference": "gd-2.1.0-17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.1.0-17.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.s390x" }, "product_reference": "gd-2.1.0-17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gd-2.1.0-17.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.x86_64" }, "product_reference": "gd-2.1.0-17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gd-32bit-2.1.0-17.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 12 SP1", "product_id": "SUSE Linux Enterprise Workstation Extension 12 SP1:gd-32bit-2.1.0-17.1.x86_64" }, "product_reference": "gd-32bit-2.1.0-17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 12 SP1" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-6911", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-6911" } ], "notes": [ { "category": "general", "text": "The dynamicGetbuf function in the GD Graphics Library (aka libgd) before 2.2.4 allows remote attackers to cause a denial of service (out-of-bounds read) via a crafted TIFF image.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP1:gd-32bit-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP1:gd-32bit-2.1.0-17.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-6911", "url": "https://www.suse.com/security/cve/CVE-2016-6911" }, { "category": "external", "summary": "SUSE Bug 1004924 for CVE-2016-6911", "url": "https://bugzilla.suse.com/1004924" }, { "category": "external", "summary": "SUSE Bug 1005274 for CVE-2016-6911", "url": "https://bugzilla.suse.com/1005274" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Desktop 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP1:gd-32bit-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP1:gd-32bit-2.1.0-17.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Desktop 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP1:gd-32bit-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP1:gd-32bit-2.1.0-17.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-10-28T12:55:11Z", "details": "moderate" } ], "title": "CVE-2016-6911" }, { "cve": "CVE-2016-7568", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-7568" } ], "notes": [ { "category": "general", "text": "Integer overflow in the gdImageWebpCtx function in gd_webp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP through 7.0.11, allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via crafted imagewebp and imagedestroy calls.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP1:gd-32bit-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP1:gd-32bit-2.1.0-17.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-7568", "url": "https://www.suse.com/security/cve/CVE-2016-7568" }, { "category": "external", "summary": "SUSE Bug 1001900 for CVE-2016-7568", "url": "https://bugzilla.suse.com/1001900" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Desktop 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP1:gd-32bit-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP1:gd-32bit-2.1.0-17.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": [ "SUSE Linux Enterprise Desktop 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP1:gd-32bit-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP1:gd-32bit-2.1.0-17.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-10-28T12:55:11Z", "details": "moderate" } ], "title": "CVE-2016-7568" }, { "cve": "CVE-2016-8670", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-8670" } ], "notes": [ { "category": "general", "text": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP1:gd-32bit-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP1:gd-32bit-2.1.0-17.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-8670", "url": "https://www.suse.com/security/cve/CVE-2016-8670" }, { "category": "external", "summary": "SUSE Bug 1004924 for CVE-2016-8670", "url": "https://bugzilla.suse.com/1004924" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Desktop 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP1:gd-32bit-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP1:gd-32bit-2.1.0-17.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": [ "SUSE Linux Enterprise Desktop 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP1:gd-32bit-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:gd-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP1:gd-devel-2.1.0-17.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP1:gd-32bit-2.1.0-17.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-10-28T12:55:11Z", "details": "moderate" } ], "title": "CVE-2016-8670" } ] }
gsd-2016-8670
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2016-8670", "description": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.", "id": "GSD-2016-8670", "references": [ "https://www.suse.com/security/cve/CVE-2016-8670.html", "https://www.debian.org/security/2016/dsa-3693", "https://ubuntu.com/security/CVE-2016-8670", "https://advisories.mageia.org/CVE-2016-8670.html", "https://security.archlinux.org/CVE-2016-8670", "https://alas.aws.amazon.com/cve/html/CVE-2016-8670.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2016-8670" ], "details": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call.", "id": "GSD-2016-8670", "modified": "2023-12-13T01:21:22.670413Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@debian.org", "ID": "CVE-2016-8670", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "http://www.php.net/ChangeLog-7.php", "refsource": "CONFIRM", "url": "http://www.php.net/ChangeLog-7.php" }, { "name": "93594", "refsource": "BID", "url": "http://www.securityfocus.com/bid/93594" }, { "name": "https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9", "refsource": "CONFIRM", "url": "https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9" }, { "name": "[oss-security] 20161015 CVE Request: libgd: Stack Buffer Overflow in GD dynamicGetbuf", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2016/10/15/1" }, { "name": "DSA-3693", "refsource": "DEBIAN", "url": "http://www.debian.org/security/2016/dsa-3693" }, { "name": "https://bugs.php.net/bug.php?id=73280", "refsource": "CONFIRM", "url": "https://bugs.php.net/bug.php?id=73280" }, { "name": "http://www.php.net/ChangeLog-5.php", "refsource": "CONFIRM", "url": "http://www.php.net/ChangeLog-5.php" }, { "name": "https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp;utm_medium=RSS", "refsource": "CONFIRM", "url": "https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp;utm_medium=RSS" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:libgd:libgd:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "2.2.3", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:php:php:7.0.10:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false }, { "cpe23Uri": "cpe:2.3:a:php:php:7.0.3:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false }, { "cpe23Uri": "cpe:2.3:a:php:php:7.0.4:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false }, { "cpe23Uri": "cpe:2.3:a:php:php:7.0.1:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false }, { "cpe23Uri": "cpe:2.3:a:php:php:7.0.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false }, { "cpe23Uri": "cpe:2.3:a:php:php:7.0.7:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false }, { "cpe23Uri": "cpe:2.3:a:php:php:7.0.8:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false }, { "cpe23Uri": "cpe:2.3:a:php:php:7.0.5:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false }, { "cpe23Uri": "cpe:2.3:a:php:php:7.0.6:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "5.6.27", "vulnerable": false }, { "cpe23Uri": "cpe:2.3:a:php:php:7.0.12:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false }, { "cpe23Uri": "cpe:2.3:a:php:php:7.0.11:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false }, { "cpe23Uri": "cpe:2.3:a:php:php:7.0.9:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false }, { "cpe23Uri": "cpe:2.3:a:php:php:7.0.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false } ], "operator": "OR" } ], "cpe_match": [], "operator": "AND" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@debian.org", "ID": "CVE-2016-8670" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Integer signedness error in the dynamicGetbuf function in gd_io_dp.c in the GD Graphics Library (aka libgd) through 2.2.3, as used in PHP before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a crafted imagecreatefromstring call." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-119" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "https://github.com/libgd/libgd/commit/53110871935244816bbb9d131da0bccff734bfe9" }, { "name": "https://bugs.php.net/bug.php?id=73280", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=73280" }, { "name": "http://www.php.net/ChangeLog-7.php", "refsource": "CONFIRM", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "http://www.php.net/ChangeLog-7.php" }, { "name": "http://www.php.net/ChangeLog-5.php", "refsource": "CONFIRM", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "http://www.php.net/ChangeLog-5.php" }, { "name": "[oss-security] 20161015 CVE Request: libgd: Stack Buffer Overflow in GD dynamicGetbuf", "refsource": "MLIST", "tags": [ "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2016/10/15/1" }, { "name": "93594", "refsource": "BID", "tags": [], "url": "http://www.securityfocus.com/bid/93594" }, { "name": "DSA-3693", "refsource": "DEBIAN", "tags": [], "url": "http://www.debian.org/security/2016/dsa-3693" }, { "name": "https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp;utm_medium=RSS", "refsource": "CONFIRM", "tags": [], "url": "https://support.f5.com/csp/article/K21336065?utm_source=f5support\u0026amp;utm_medium=RSS" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.4, "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": "2017-11-04T01:29Z", "publishedDate": "2017-01-04T20:59Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…