Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2017-9106 (GCVE-0-2017-9106)
Vulnerability from cvelistv5
- n/a
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T16:55:22.246Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git%3Ba=blob%3Bf=changelog" }, { "name": "FEDORA-2020-530188bf36", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TRVHN3GGVNQWAOL3PWC5FLAV7HUESLZR/" }, { "name": "FEDORA-2020-e59bcaf702", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UGFZ4SPV6KFQK6ZNUZFB5Y32OYFOM5YJ/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn\u0027t, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2020-07-02T02:06:09", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git%3Ba=blob%3Bf=changelog" }, { "name": "FEDORA-2020-530188bf36", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TRVHN3GGVNQWAOL3PWC5FLAV7HUESLZR/" }, { "name": "FEDORA-2020-e59bcaf702", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UGFZ4SPV6KFQK6ZNUZFB5Y32OYFOM5YJ/" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2017-9106", "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": "An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn\u0027t, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git", "refsource": "MISC", "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git" }, { "name": "https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html", "refsource": "CONFIRM", "url": "https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html" }, { "name": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blob;f=changelog", "refsource": "CONFIRM", "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blob;f=changelog" }, { "name": "FEDORA-2020-530188bf36", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TRVHN3GGVNQWAOL3PWC5FLAV7HUESLZR/" }, { "name": "FEDORA-2020-e59bcaf702", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UGFZ4SPV6KFQK6ZNUZFB5Y32OYFOM5YJ/" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2017-9106", "datePublished": "2020-06-18T13:08:28", "dateReserved": "2017-05-21T00:00:00", "dateUpdated": "2024-08-05T16:55:22.246Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2017-9106\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2020-06-18T14:15:10.467\",\"lastModified\":\"2024-11-21T03:35:19.873\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn\u0027t, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type.\"},{\"lang\":\"es\",\"value\":\"Se detect\u00f3 un problema en adns versiones anteriores a 1.5.2. adns_rr_info maneja inapropiadamente un *datap falso. El patr\u00f3n general para formatear enteros es sprintf en un b\u00fafer de tama\u00f1o fijo. Esto es correcto si la entrada est\u00e1 en el rango correcto; de lo contrario, el b\u00fafer puede estar desbordado (dependiendo del tama\u00f1o de los tipos en la plataforma actual). Por supuesto, las entradas deben ser correctas. Y existen indicadores all\u00ed tambi\u00e9n, as\u00ed que quiz\u00e1s se podr\u00eda decir que la persona que llama debe comprobar estas cosas. Puede ser mejor requerir que la persona que llama haga que la estructura del puntero sea correcta, pero que el c\u00f3digo aqu\u00ed sea defensivo sobre (y tolere con un error pero sin bloquear) valores enteros fuera de rango. Por lo tanto: debe defender cada uno de estos sitios de conversi\u00f3n de enteros con una comprobaci\u00f3n del rango real permitido y devolver adns_s_invaliddata si no lo hace. La falta de esta comprobaci\u00f3n hace que el error de extensi\u00f3n de signo de SOA sea un problema de seguridad grave: el valor de SOA extendido de signo est\u00e1 fuera de rango y supera el b\u00fafer cuando se reconvierte. Esto est\u00e1 relacionado con el signo que extiende los campos enteros SOA de 32 bits y el uso de un tipo de datos con signo\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:N/A:P\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-119\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:gnu:adns:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.5.2\",\"matchCriteriaId\":\"F69A58A4-C51A-493B-A5C9-8C7471A0BFF3\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80F0FA5D-8D3B-4C0E-81E2-87998286AF33\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"36D96259-24BD-44E2-96D9-78CE1D41F956\"}]}]}],\"references\":[{\"url\":\"http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git%3Ba=blob%3Bf=changelog\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TRVHN3GGVNQWAOL3PWC5FLAV7HUESLZR/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UGFZ4SPV6KFQK6ZNUZFB5Y32OYFOM5YJ/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git%3Ba=blob%3Bf=changelog\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TRVHN3GGVNQWAOL3PWC5FLAV7HUESLZR/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UGFZ4SPV6KFQK6ZNUZFB5Y32OYFOM5YJ/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]}]}}" } }
suse-su-2020:1612-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for adns", "title": "Title of the patch" }, { "category": "description", "text": "This update for adns fixes the following issues:\n\t \n- CVE-2017-9103,CVE-2017-9104,CVE-2017-9105,CVE-2017-9109: Fixed an issue in local recursive resolver\n which could have led to remote code execution (bsc#1172265).\n- CVE-2017-9106: Fixed an issue with upstream DNS data sources which could have led to denial of \n service (bsc#1172265).\n- CVE-2017-9107: Fixed an issue when quering domain names which could have led to denial of service (bsc#1172265).\n- CVE-2017-9108: Fixed an issue which could have led to denial of service (bsc#1172265).\n", "title": "Description of the patch" }, { "category": "details", "text": "HPE-Helion-OpenStack-8-2020-1612,SUSE-2020-1612,SUSE-OpenStack-Cloud-7-2020-1612,SUSE-OpenStack-Cloud-8-2020-1612,SUSE-OpenStack-Cloud-Crowbar-8-2020-1612,SUSE-SLE-SAP-12-SP2-2020-1612,SUSE-SLE-SAP-12-SP3-2020-1612,SUSE-SLE-SDK-12-SP4-2020-1612,SUSE-SLE-SDK-12-SP5-2020-1612,SUSE-SLE-SERVER-12-SP2-2020-1612,SUSE-SLE-SERVER-12-SP2-BCL-2020-1612,SUSE-SLE-SERVER-12-SP3-2020-1612,SUSE-SLE-SERVER-12-SP3-BCL-2020-1612,SUSE-SLE-SERVER-12-SP4-2020-1612,SUSE-SLE-SERVER-12-SP5-2020-1612,SUSE-Storage-5-2020-1612", "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-2020_1612-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:1612-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20201612-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:1612-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-June/006937.html" }, { "category": "self", "summary": "SUSE Bug 1172265", "url": "https://bugzilla.suse.com/1172265" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9103 page", "url": "https://www.suse.com/security/cve/CVE-2017-9103/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9104 page", "url": "https://www.suse.com/security/cve/CVE-2017-9104/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9105 page", "url": "https://www.suse.com/security/cve/CVE-2017-9105/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9106 page", "url": "https://www.suse.com/security/cve/CVE-2017-9106/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9107 page", "url": "https://www.suse.com/security/cve/CVE-2017-9107/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9108 page", "url": "https://www.suse.com/security/cve/CVE-2017-9108/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9109 page", "url": "https://www.suse.com/security/cve/CVE-2017-9109/" } ], "title": "Security update for adns", "tracking": { "current_release_date": "2020-06-12T07:44:06Z", "generator": { "date": "2020-06-12T07:44:06Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:1612-1", "initial_release_date": "2020-06-12T07:44:06Z", "revision_history": [ { "date": "2020-06-12T07:44:06Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "adns-1.4-103.3.1.aarch64", "product": { "name": "adns-1.4-103.3.1.aarch64", "product_id": "adns-1.4-103.3.1.aarch64" } }, { "category": "product_version", "name": "libadns-devel-1.4-103.3.1.aarch64", "product": { "name": "libadns-devel-1.4-103.3.1.aarch64", "product_id": "libadns-devel-1.4-103.3.1.aarch64" } }, { "category": "product_version", "name": "libadns1-1.4-103.3.1.aarch64", "product": { "name": "libadns1-1.4-103.3.1.aarch64", "product_id": "libadns1-1.4-103.3.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libadns-devel-64bit-1.4-103.3.1.aarch64_ilp32", "product": { "name": "libadns-devel-64bit-1.4-103.3.1.aarch64_ilp32", "product_id": "libadns-devel-64bit-1.4-103.3.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libadns1-64bit-1.4-103.3.1.aarch64_ilp32", "product": { "name": "libadns1-64bit-1.4-103.3.1.aarch64_ilp32", "product_id": "libadns1-64bit-1.4-103.3.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "adns-1.4-103.3.1.i586", "product": { "name": "adns-1.4-103.3.1.i586", "product_id": "adns-1.4-103.3.1.i586" } }, { "category": "product_version", "name": "libadns-devel-1.4-103.3.1.i586", "product": { "name": "libadns-devel-1.4-103.3.1.i586", "product_id": "libadns-devel-1.4-103.3.1.i586" } }, { "category": "product_version", "name": "libadns1-1.4-103.3.1.i586", "product": { "name": "libadns1-1.4-103.3.1.i586", "product_id": "libadns1-1.4-103.3.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "adns-1.4-103.3.1.ppc64le", "product": { "name": "adns-1.4-103.3.1.ppc64le", "product_id": "adns-1.4-103.3.1.ppc64le" } }, { "category": "product_version", "name": "libadns-devel-1.4-103.3.1.ppc64le", "product": { "name": "libadns-devel-1.4-103.3.1.ppc64le", "product_id": "libadns-devel-1.4-103.3.1.ppc64le" } }, { "category": "product_version", "name": "libadns1-1.4-103.3.1.ppc64le", "product": { "name": "libadns1-1.4-103.3.1.ppc64le", "product_id": "libadns1-1.4-103.3.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "adns-1.4-103.3.1.s390", "product": { "name": "adns-1.4-103.3.1.s390", "product_id": "adns-1.4-103.3.1.s390" } }, { "category": "product_version", "name": "libadns-devel-1.4-103.3.1.s390", "product": { "name": "libadns-devel-1.4-103.3.1.s390", "product_id": "libadns-devel-1.4-103.3.1.s390" } }, { "category": "product_version", "name": "libadns1-1.4-103.3.1.s390", "product": { "name": "libadns1-1.4-103.3.1.s390", "product_id": "libadns1-1.4-103.3.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "adns-1.4-103.3.1.s390x", "product": { "name": "adns-1.4-103.3.1.s390x", "product_id": "adns-1.4-103.3.1.s390x" } }, { "category": "product_version", "name": "libadns-devel-1.4-103.3.1.s390x", "product": { "name": "libadns-devel-1.4-103.3.1.s390x", "product_id": "libadns-devel-1.4-103.3.1.s390x" } }, { "category": "product_version", "name": "libadns-devel-32bit-1.4-103.3.1.s390x", "product": { "name": "libadns-devel-32bit-1.4-103.3.1.s390x", "product_id": "libadns-devel-32bit-1.4-103.3.1.s390x" } }, { "category": "product_version", "name": "libadns1-1.4-103.3.1.s390x", "product": { "name": "libadns1-1.4-103.3.1.s390x", "product_id": "libadns1-1.4-103.3.1.s390x" } }, { "category": "product_version", "name": "libadns1-32bit-1.4-103.3.1.s390x", "product": { "name": "libadns1-32bit-1.4-103.3.1.s390x", "product_id": "libadns1-32bit-1.4-103.3.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libadns1-1.4-103.3.1.x86_64", "product": { "name": "libadns1-1.4-103.3.1.x86_64", "product_id": "libadns1-1.4-103.3.1.x86_64" } }, { "category": "product_version", "name": "adns-1.4-103.3.1.x86_64", "product": { "name": "adns-1.4-103.3.1.x86_64", "product_id": "adns-1.4-103.3.1.x86_64" } }, { "category": "product_version", "name": "libadns-devel-1.4-103.3.1.x86_64", "product": { "name": "libadns-devel-1.4-103.3.1.x86_64", "product_id": "libadns-devel-1.4-103.3.1.x86_64" } }, { "category": "product_version", "name": "libadns-devel-32bit-1.4-103.3.1.x86_64", "product": { "name": "libadns-devel-32bit-1.4-103.3.1.x86_64", "product_id": "libadns-devel-32bit-1.4-103.3.1.x86_64" } }, { "category": "product_version", "name": "libadns1-32bit-1.4-103.3.1.x86_64", "product": { "name": "libadns1-32bit-1.4-103.3.1.x86_64", "product_id": "libadns1-32bit-1.4-103.3.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "HPE Helion OpenStack 8", "product": { "name": "HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8", "product_identification_helper": { "cpe": "cpe:/o:suse:hpe-helion-openstack:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud 7", "product": { "name": "SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:7" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud 8", "product": { "name": "SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud Crowbar 8", "product": { "name": "SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:8" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP2-BCL", "product": { "name": "SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-bcl:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP3-BCL", "product": { "name": "SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-bcl:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP4", "product": { "name": "SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 5", "product": { "name": "SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x" }, "product_reference": "libadns1-1.4-103.3.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le" }, "product_reference": "libadns1-1.4-103.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le" }, "product_reference": "libadns1-1.4-103.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.4-103.3.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64" }, "product_reference": "libadns-devel-1.4-103.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.4-103.3.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le" }, "product_reference": "libadns-devel-1.4-103.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.4-103.3.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x" }, "product_reference": "libadns-devel-1.4-103.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.4-103.3.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64" }, "product_reference": "libadns-devel-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.4-103.3.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64" }, "product_reference": "libadns-devel-1.4-103.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.4-103.3.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le" }, "product_reference": "libadns-devel-1.4-103.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.4-103.3.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x" }, "product_reference": "libadns-devel-1.4-103.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.4-103.3.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64" }, "product_reference": "libadns-devel-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le" }, "product_reference": "libadns1-1.4-103.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x" }, "product_reference": "libadns1-1.4-103.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64" }, "product_reference": "libadns1-1.4-103.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le" }, "product_reference": "libadns1-1.4-103.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x" }, "product_reference": "libadns1-1.4-103.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64" }, "product_reference": "libadns1-1.4-103.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le" }, "product_reference": "libadns1-1.4-103.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x" }, "product_reference": "libadns1-1.4-103.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64" }, "product_reference": "libadns1-1.4-103.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le" }, "product_reference": "libadns1-1.4-103.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x" }, "product_reference": "libadns1-1.4-103.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64" }, "product_reference": "libadns1-1.4-103.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le" }, "product_reference": "libadns1-1.4-103.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x" }, "product_reference": "libadns1-1.4-103.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64" }, "product_reference": "libadns1-1.4-103.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le" }, "product_reference": "libadns1-1.4-103.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x" }, "product_reference": "libadns1-1.4-103.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.aarch64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64" }, "product_reference": "libadns1-1.4-103.3.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-103.3.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64" }, "product_reference": "libadns1-1.4-103.3.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-9103", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9103" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. pap_mailbox822 does not properly check st from adns__findlabel_next. Without this, an uninitialised stack value can be used as the first label length. Depending on the circumstances, an attacker might be able to trick adns into crashing the calling program, leaking aspects of the contents of some of its memory, causing it to allocate lots of memory, or perhaps overrunning a buffer. This is only possible with applications which make non-raw queries for SOA or RP records.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9103", "url": "https://www.suse.com/security/cve/CVE-2017-9103" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9103", "url": "https://bugzilla.suse.com/1172265" } ], "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": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-12T07:44:06Z", "details": "important" } ], "title": "CVE-2017-9103" }, { "cve": "CVE-2017-9104", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9104" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. It hangs, eating CPU, if a compression pointer loop is encountered.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9104", "url": "https://www.suse.com/security/cve/CVE-2017-9104" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9104", "url": "https://bugzilla.suse.com/1172265" } ], "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": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-12T07:44:06Z", "details": "important" } ], "title": "CVE-2017-9104" }, { "cve": "CVE-2017-9105", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9105" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. It corrupts a pointer when a nameserver speaks first because of a wrong number of pointer dereferences. This bug may well be exploitable as a remote code execution.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9105", "url": "https://www.suse.com/security/cve/CVE-2017-9105" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9105", "url": "https://bugzilla.suse.com/1172265" } ], "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": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-12T07:44:06Z", "details": "important" } ], "title": "CVE-2017-9105" }, { "cve": "CVE-2017-9106", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9106" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn\u0027t, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9106", "url": "https://www.suse.com/security/cve/CVE-2017-9106" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9106", "url": "https://bugzilla.suse.com/1172265" } ], "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": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-12T07:44:06Z", "details": "important" } ], "title": "CVE-2017-9106" }, { "cve": "CVE-2017-9107", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9107" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. It overruns reading a buffer if a domain ends with backslash. If the query domain ended with \\, and adns_qf_quoteok_query was specified, qdparselabel would read additional bytes from the buffer and try to treat them as the escape sequence. It would depart the input buffer and start processing many bytes of arbitrary heap data as if it were the query domain. Eventually it would run out of input or find some other kind of error, and declare the query domain invalid. But before then it might outrun available memory and crash. In principle this could be a denial of service attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9107", "url": "https://www.suse.com/security/cve/CVE-2017-9107" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9107", "url": "https://bugzilla.suse.com/1172265" } ], "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": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-12T07:44:06Z", "details": "important" } ], "title": "CVE-2017-9107" }, { "cve": "CVE-2017-9108", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9108" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. adnshost mishandles a missing final newline on a stdin read. It is wrong to increment used as well as setting r, since used is incremented according to r, later. Rather one should be doing what read() would have done. Without this fix, adnshost may read and process one byte beyond the buffer, perhaps crashing or perhaps somehow leaking the value of that byte.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9108", "url": "https://www.suse.com/security/cve/CVE-2017-9108" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9108", "url": "https://bugzilla.suse.com/1172265" } ], "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": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-12T07:44:06Z", "details": "important" } ], "title": "CVE-2017-9108" }, { "cve": "CVE-2017-9109", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9109" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. It fails to ignore apparent answers before the first RR that was found the first time. when this is fixed, the second answer scan finds the same RRs at the first. Otherwise, adns can be confused by interleaving answers for the CNAME target, with the CNAME itself. In that case the answer data structure (on the heap) can be overrun. With this fixed, it prefers to look only at the answer RRs which come after the CNAME, which is at least arguably correct.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9109", "url": "https://www.suse.com/security/cve/CVE-2017-9109" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9109", "url": "https://bugzilla.suse.com/1172265" } ], "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": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:libadns1-1.4-103.3.1.x86_64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.aarch64", "SUSE Enterprise Storage 5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libadns1-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:libadns-devel-1.4-103.3.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libadns-devel-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.s390x", "SUSE OpenStack Cloud 7:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud 8:libadns1-1.4-103.3.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libadns1-1.4-103.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-12T07:44:06Z", "details": "important" } ], "title": "CVE-2017-9109" } ] }
suse-su-2020:14399-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for adns", "title": "Title of the patch" }, { "category": "description", "text": "This update for adns fixes the following issues:\n\n- CVE-2017-9103,CVE-2017-9104,CVE-2017-9105,CVE-2017-9109: Fixed an issue in local recursive resolver\n which could have led to remote code execution (bsc#1172265).\n- CVE-2017-9106: Fixed an issue with upstream DNS data sources which could have led to denial of \n service (bsc#1172265).\n- CVE-2017-9107: Fixed an issue when quering domain names which could have led to denial of service (bsc#1172265).\n- CVE-2017-9108: Fixed an issue which could have led to denial of service (bsc#1172265).\t \n", "title": "Description of the patch" }, { "category": "details", "text": "sleposp3-adns-14399,slessp4-adns-14399", "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-2020_14399-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:14399-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-202014399-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:14399-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-June/006979.html" }, { "category": "self", "summary": "SUSE Bug 1172265", "url": "https://bugzilla.suse.com/1172265" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9103 page", "url": "https://www.suse.com/security/cve/CVE-2017-9103/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9104 page", "url": "https://www.suse.com/security/cve/CVE-2017-9104/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9105 page", "url": "https://www.suse.com/security/cve/CVE-2017-9105/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9106 page", "url": "https://www.suse.com/security/cve/CVE-2017-9106/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9107 page", "url": "https://www.suse.com/security/cve/CVE-2017-9107/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9108 page", "url": "https://www.suse.com/security/cve/CVE-2017-9108/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9109 page", "url": "https://www.suse.com/security/cve/CVE-2017-9109/" } ], "title": "Security update for adns", "tracking": { "current_release_date": "2020-06-18T11:43:19Z", "generator": { "date": "2020-06-18T11:43:19Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:14399-1", "initial_release_date": "2020-06-18T11:43:19Z", "revision_history": [ { "date": "2020-06-18T11:43:19Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libadns1-1.4-75.3.1.i586", "product": { "name": "libadns1-1.4-75.3.1.i586", "product_id": "libadns1-1.4-75.3.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libadns1-1.4-75.3.1.ppc64", "product": { "name": "libadns1-1.4-75.3.1.ppc64", "product_id": "libadns1-1.4-75.3.1.ppc64" } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "libadns1-1.4-75.3.1.s390x", "product": { "name": "libadns1-1.4-75.3.1.s390x", "product_id": "libadns1-1.4-75.3.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libadns1-1.4-75.3.1.x86_64", "product": { "name": "libadns1-1.4-75.3.1.x86_64", "product_id": "libadns1-1.4-75.3.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Point of Sale 11 SP3", "product": { "name": "SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-pos:11:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_sles:11:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-75.3.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586" }, "product_reference": "libadns1-1.4-75.3.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-75.3.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586" }, "product_reference": "libadns1-1.4-75.3.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-75.3.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64" }, "product_reference": "libadns1-1.4-75.3.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-75.3.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x" }, "product_reference": "libadns1-1.4-75.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.4-75.3.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" }, "product_reference": "libadns1-1.4-75.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-9103", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9103" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. pap_mailbox822 does not properly check st from adns__findlabel_next. Without this, an uninitialised stack value can be used as the first label length. Depending on the circumstances, an attacker might be able to trick adns into crashing the calling program, leaking aspects of the contents of some of its memory, causing it to allocate lots of memory, or perhaps overrunning a buffer. This is only possible with applications which make non-raw queries for SOA or RP records.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9103", "url": "https://www.suse.com/security/cve/CVE-2017-9103" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9103", "url": "https://bugzilla.suse.com/1172265" } ], "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 Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-18T11:43:19Z", "details": "important" } ], "title": "CVE-2017-9103" }, { "cve": "CVE-2017-9104", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9104" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. It hangs, eating CPU, if a compression pointer loop is encountered.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9104", "url": "https://www.suse.com/security/cve/CVE-2017-9104" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9104", "url": "https://bugzilla.suse.com/1172265" } ], "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 Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-18T11:43:19Z", "details": "important" } ], "title": "CVE-2017-9104" }, { "cve": "CVE-2017-9105", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9105" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. It corrupts a pointer when a nameserver speaks first because of a wrong number of pointer dereferences. This bug may well be exploitable as a remote code execution.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9105", "url": "https://www.suse.com/security/cve/CVE-2017-9105" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9105", "url": "https://bugzilla.suse.com/1172265" } ], "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 Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-18T11:43:19Z", "details": "important" } ], "title": "CVE-2017-9105" }, { "cve": "CVE-2017-9106", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9106" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn\u0027t, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9106", "url": "https://www.suse.com/security/cve/CVE-2017-9106" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9106", "url": "https://bugzilla.suse.com/1172265" } ], "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 Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-18T11:43:19Z", "details": "important" } ], "title": "CVE-2017-9106" }, { "cve": "CVE-2017-9107", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9107" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. It overruns reading a buffer if a domain ends with backslash. If the query domain ended with \\, and adns_qf_quoteok_query was specified, qdparselabel would read additional bytes from the buffer and try to treat them as the escape sequence. It would depart the input buffer and start processing many bytes of arbitrary heap data as if it were the query domain. Eventually it would run out of input or find some other kind of error, and declare the query domain invalid. But before then it might outrun available memory and crash. In principle this could be a denial of service attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9107", "url": "https://www.suse.com/security/cve/CVE-2017-9107" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9107", "url": "https://bugzilla.suse.com/1172265" } ], "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 Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-18T11:43:19Z", "details": "important" } ], "title": "CVE-2017-9107" }, { "cve": "CVE-2017-9108", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9108" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. adnshost mishandles a missing final newline on a stdin read. It is wrong to increment used as well as setting r, since used is incremented according to r, later. Rather one should be doing what read() would have done. Without this fix, adnshost may read and process one byte beyond the buffer, perhaps crashing or perhaps somehow leaking the value of that byte.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9108", "url": "https://www.suse.com/security/cve/CVE-2017-9108" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9108", "url": "https://bugzilla.suse.com/1172265" } ], "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 Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-18T11:43:19Z", "details": "important" } ], "title": "CVE-2017-9108" }, { "cve": "CVE-2017-9109", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9109" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. It fails to ignore apparent answers before the first RR that was found the first time. when this is fixed, the second answer scan finds the same RRs at the first. Otherwise, adns can be confused by interleaving answers for the CNAME target, with the CNAME itself. In that case the answer data structure (on the heap) can be overrun. With this fixed, it prefers to look only at the answer RRs which come after the CNAME, which is at least arguably correct.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9109", "url": "https://www.suse.com/security/cve/CVE-2017-9109" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9109", "url": "https://bugzilla.suse.com/1172265" } ], "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 Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libadns1-1.4-75.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-18T11:43:19Z", "details": "important" } ], "title": "CVE-2017-9109" } ] }
gsd-2017-9106
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2017-9106", "description": "An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn\u0027t, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type.", "id": "GSD-2017-9106", "references": [ "https://www.suse.com/security/cve/CVE-2017-9106.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2017-9106" ], "details": "An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn\u0027t, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type.", "id": "GSD-2017-9106", "modified": "2023-12-13T01:21:07.943880Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2017-9106", "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": "An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn\u0027t, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git", "refsource": "MISC", "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git" }, { "name": "https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html", "refsource": "CONFIRM", "url": "https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html" }, { "name": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blob;f=changelog", "refsource": "CONFIRM", "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blob;f=changelog" }, { "name": "FEDORA-2020-530188bf36", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TRVHN3GGVNQWAOL3PWC5FLAV7HUESLZR/" }, { "name": "FEDORA-2020-e59bcaf702", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UGFZ4SPV6KFQK6ZNUZFB5Y32OYFOM5YJ/" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:gnu:adns:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.5.2", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2017-9106" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn\u0027t, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-119" } ] } ] }, "references": { "reference_data": [ { "name": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blob;f=changelog", "refsource": "CONFIRM", "tags": [ "Release Notes" ], "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blob;f=changelog" }, { "name": "https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html", "refsource": "CONFIRM", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html" }, { "name": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git" }, { "name": "FEDORA-2020-530188bf36", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TRVHN3GGVNQWAOL3PWC5FLAV7HUESLZR/" }, { "name": "FEDORA-2020-e59bcaf702", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UGFZ4SPV6KFQK6ZNUZFB5Y32OYFOM5YJ/" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } }, "lastModifiedDate": "2023-01-28T01:04Z", "publishedDate": "2020-06-18T14:15Z" } } }
opensuse-su-2020:0827-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for adns", "title": "Title of the patch" }, { "category": "description", "text": "This update for adns fixes the following issues:\n\n- CVE-2017-9103,CVE-2017-9104,CVE-2017-9105,CVE-2017-9109: Fixed an issue in local recursive resolver\n which could have led to remote code execution (bsc#1172265).\n- CVE-2017-9106: Fixed an issue with upstream DNS data sources which could have led to denial of \n service (bsc#1172265).\n- CVE-2017-9107: Fixed an issue when quering domain names which could have led to denial of service (bsc#1172265).\n- CVE-2017-9108: Fixed an issue which could have led to denial of service (bsc#1172265).\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2020-827", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2020_0827-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2020:0827-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YGJFYTAXD5VI2C7KYA7GUUEJEHU4KNK3/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2020:0827-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YGJFYTAXD5VI2C7KYA7GUUEJEHU4KNK3/" }, { "category": "self", "summary": "SUSE Bug 1172265", "url": "https://bugzilla.suse.com/1172265" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9103 page", "url": "https://www.suse.com/security/cve/CVE-2017-9103/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9104 page", "url": "https://www.suse.com/security/cve/CVE-2017-9104/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9105 page", "url": "https://www.suse.com/security/cve/CVE-2017-9105/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9106 page", "url": "https://www.suse.com/security/cve/CVE-2017-9106/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9107 page", "url": "https://www.suse.com/security/cve/CVE-2017-9107/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9108 page", "url": "https://www.suse.com/security/cve/CVE-2017-9108/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9109 page", "url": "https://www.suse.com/security/cve/CVE-2017-9109/" } ], "title": "Security update for adns", "tracking": { "current_release_date": "2020-06-17T16:19:06Z", "generator": { "date": "2020-06-17T16:19:06Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2020:0827-1", "initial_release_date": "2020-06-17T16:19:06Z", "revision_history": [ { "date": "2020-06-17T16:19:06Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "adns-1.5.1-lp151.3.3.1.i586", "product": { "name": "adns-1.5.1-lp151.3.3.1.i586", "product_id": "adns-1.5.1-lp151.3.3.1.i586" } }, { "category": "product_version", "name": "libadns-devel-1.5.1-lp151.3.3.1.i586", "product": { "name": "libadns-devel-1.5.1-lp151.3.3.1.i586", "product_id": "libadns-devel-1.5.1-lp151.3.3.1.i586" } }, { "category": "product_version", "name": "libadns1-1.5.1-lp151.3.3.1.i586", "product": { "name": "libadns1-1.5.1-lp151.3.3.1.i586", "product_id": "libadns1-1.5.1-lp151.3.3.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "adns-1.5.1-lp151.3.3.1.x86_64", "product": { "name": "adns-1.5.1-lp151.3.3.1.x86_64", "product_id": "adns-1.5.1-lp151.3.3.1.x86_64" } }, { "category": "product_version", "name": "libadns-devel-1.5.1-lp151.3.3.1.x86_64", "product": { "name": "libadns-devel-1.5.1-lp151.3.3.1.x86_64", "product_id": "libadns-devel-1.5.1-lp151.3.3.1.x86_64" } }, { "category": "product_version", "name": "libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "product": { "name": "libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "product_id": "libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64" } }, { "category": "product_version", "name": "libadns1-1.5.1-lp151.3.3.1.x86_64", "product": { "name": "libadns1-1.5.1-lp151.3.3.1.x86_64", "product_id": "libadns1-1.5.1-lp151.3.3.1.x86_64" } }, { "category": "product_version", "name": "libadns1-32bit-1.5.1-lp151.3.3.1.x86_64", "product": { "name": "libadns1-32bit-1.5.1-lp151.3.3.1.x86_64", "product_id": "libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.1", "product": { "name": "openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "adns-1.5.1-lp151.3.3.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586" }, "product_reference": "adns-1.5.1-lp151.3.3.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "adns-1.5.1-lp151.3.3.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64" }, "product_reference": "adns-1.5.1-lp151.3.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.5.1-lp151.3.3.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586" }, "product_reference": "libadns-devel-1.5.1-lp151.3.3.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.5.1-lp151.3.3.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64" }, "product_reference": "libadns-devel-1.5.1-lp151.3.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64" }, "product_reference": "libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.5.1-lp151.3.3.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586" }, "product_reference": "libadns1-1.5.1-lp151.3.3.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.5.1-lp151.3.3.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64" }, "product_reference": "libadns1-1.5.1-lp151.3.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-32bit-1.5.1-lp151.3.3.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" }, "product_reference": "libadns1-32bit-1.5.1-lp151.3.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-9103", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9103" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. pap_mailbox822 does not properly check st from adns__findlabel_next. Without this, an uninitialised stack value can be used as the first label length. Depending on the circumstances, an attacker might be able to trick adns into crashing the calling program, leaking aspects of the contents of some of its memory, causing it to allocate lots of memory, or perhaps overrunning a buffer. This is only possible with applications which make non-raw queries for SOA or RP records.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9103", "url": "https://www.suse.com/security/cve/CVE-2017-9103" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9103", "url": "https://bugzilla.suse.com/1172265" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-17T16:19:06Z", "details": "important" } ], "title": "CVE-2017-9103" }, { "cve": "CVE-2017-9104", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9104" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. It hangs, eating CPU, if a compression pointer loop is encountered.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9104", "url": "https://www.suse.com/security/cve/CVE-2017-9104" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9104", "url": "https://bugzilla.suse.com/1172265" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-17T16:19:06Z", "details": "important" } ], "title": "CVE-2017-9104" }, { "cve": "CVE-2017-9105", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9105" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. It corrupts a pointer when a nameserver speaks first because of a wrong number of pointer dereferences. This bug may well be exploitable as a remote code execution.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9105", "url": "https://www.suse.com/security/cve/CVE-2017-9105" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9105", "url": "https://bugzilla.suse.com/1172265" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-17T16:19:06Z", "details": "important" } ], "title": "CVE-2017-9105" }, { "cve": "CVE-2017-9106", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9106" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn\u0027t, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9106", "url": "https://www.suse.com/security/cve/CVE-2017-9106" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9106", "url": "https://bugzilla.suse.com/1172265" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-17T16:19:06Z", "details": "important" } ], "title": "CVE-2017-9106" }, { "cve": "CVE-2017-9107", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9107" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. It overruns reading a buffer if a domain ends with backslash. If the query domain ended with \\, and adns_qf_quoteok_query was specified, qdparselabel would read additional bytes from the buffer and try to treat them as the escape sequence. It would depart the input buffer and start processing many bytes of arbitrary heap data as if it were the query domain. Eventually it would run out of input or find some other kind of error, and declare the query domain invalid. But before then it might outrun available memory and crash. In principle this could be a denial of service attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9107", "url": "https://www.suse.com/security/cve/CVE-2017-9107" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9107", "url": "https://bugzilla.suse.com/1172265" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-17T16:19:06Z", "details": "important" } ], "title": "CVE-2017-9107" }, { "cve": "CVE-2017-9108", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9108" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. adnshost mishandles a missing final newline on a stdin read. It is wrong to increment used as well as setting r, since used is incremented according to r, later. Rather one should be doing what read() would have done. Without this fix, adnshost may read and process one byte beyond the buffer, perhaps crashing or perhaps somehow leaking the value of that byte.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9108", "url": "https://www.suse.com/security/cve/CVE-2017-9108" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9108", "url": "https://bugzilla.suse.com/1172265" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-17T16:19:06Z", "details": "important" } ], "title": "CVE-2017-9108" }, { "cve": "CVE-2017-9109", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9109" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. It fails to ignore apparent answers before the first RR that was found the first time. when this is fixed, the second answer scan finds the same RRs at the first. Otherwise, adns can be confused by interleaving answers for the CNAME target, with the CNAME itself. In that case the answer data structure (on the heap) can be overrun. With this fixed, it prefers to look only at the answer RRs which come after the CNAME, which is at least arguably correct.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9109", "url": "https://www.suse.com/security/cve/CVE-2017-9109" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9109", "url": "https://bugzilla.suse.com/1172265" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:adns-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns-devel-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns-devel-32bit-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.i586", "openSUSE Leap 15.1:libadns1-1.5.1-lp151.3.3.1.x86_64", "openSUSE Leap 15.1:libadns1-32bit-1.5.1-lp151.3.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-06-17T16:19:06Z", "details": "important" } ], "title": "CVE-2017-9109" } ] }
opensuse-su-2024:10612-1
Vulnerability from csaf_opensuse
Notes
{ "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": "adns-1.6.0-1.8 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the adns-1.6.0-1.8 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-10612", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_10612-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2008-1447 page", "url": "https://www.suse.com/security/cve/CVE-2008-1447/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9103 page", "url": "https://www.suse.com/security/cve/CVE-2017-9103/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9106 page", "url": "https://www.suse.com/security/cve/CVE-2017-9106/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9107 page", "url": "https://www.suse.com/security/cve/CVE-2017-9107/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-9108 page", "url": "https://www.suse.com/security/cve/CVE-2017-9108/" } ], "title": "adns-1.6.0-1.8 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:10612-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "adns-1.6.0-1.8.aarch64", "product": { "name": "adns-1.6.0-1.8.aarch64", "product_id": "adns-1.6.0-1.8.aarch64" } }, { "category": "product_version", "name": "libadns-devel-1.6.0-1.8.aarch64", "product": { "name": "libadns-devel-1.6.0-1.8.aarch64", "product_id": "libadns-devel-1.6.0-1.8.aarch64" } }, { "category": "product_version", "name": "libadns-devel-32bit-1.6.0-1.8.aarch64", "product": { "name": "libadns-devel-32bit-1.6.0-1.8.aarch64", "product_id": "libadns-devel-32bit-1.6.0-1.8.aarch64" } }, { "category": "product_version", "name": "libadns1-1.6.0-1.8.aarch64", "product": { "name": "libadns1-1.6.0-1.8.aarch64", "product_id": "libadns1-1.6.0-1.8.aarch64" } }, { "category": "product_version", "name": "libadns1-32bit-1.6.0-1.8.aarch64", "product": { "name": "libadns1-32bit-1.6.0-1.8.aarch64", "product_id": "libadns1-32bit-1.6.0-1.8.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "adns-1.6.0-1.8.ppc64le", "product": { "name": "adns-1.6.0-1.8.ppc64le", "product_id": "adns-1.6.0-1.8.ppc64le" } }, { "category": "product_version", "name": "libadns-devel-1.6.0-1.8.ppc64le", "product": { "name": "libadns-devel-1.6.0-1.8.ppc64le", "product_id": "libadns-devel-1.6.0-1.8.ppc64le" } }, { "category": "product_version", "name": "libadns-devel-32bit-1.6.0-1.8.ppc64le", "product": { "name": "libadns-devel-32bit-1.6.0-1.8.ppc64le", "product_id": "libadns-devel-32bit-1.6.0-1.8.ppc64le" } }, { "category": "product_version", "name": "libadns1-1.6.0-1.8.ppc64le", "product": { "name": "libadns1-1.6.0-1.8.ppc64le", "product_id": "libadns1-1.6.0-1.8.ppc64le" } }, { "category": "product_version", "name": "libadns1-32bit-1.6.0-1.8.ppc64le", "product": { "name": "libadns1-32bit-1.6.0-1.8.ppc64le", "product_id": "libadns1-32bit-1.6.0-1.8.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "adns-1.6.0-1.8.s390x", "product": { "name": "adns-1.6.0-1.8.s390x", "product_id": "adns-1.6.0-1.8.s390x" } }, { "category": "product_version", "name": "libadns-devel-1.6.0-1.8.s390x", "product": { "name": "libadns-devel-1.6.0-1.8.s390x", "product_id": "libadns-devel-1.6.0-1.8.s390x" } }, { "category": "product_version", "name": "libadns-devel-32bit-1.6.0-1.8.s390x", "product": { "name": "libadns-devel-32bit-1.6.0-1.8.s390x", "product_id": "libadns-devel-32bit-1.6.0-1.8.s390x" } }, { "category": "product_version", "name": "libadns1-1.6.0-1.8.s390x", "product": { "name": "libadns1-1.6.0-1.8.s390x", "product_id": "libadns1-1.6.0-1.8.s390x" } }, { "category": "product_version", "name": "libadns1-32bit-1.6.0-1.8.s390x", "product": { "name": "libadns1-32bit-1.6.0-1.8.s390x", "product_id": "libadns1-32bit-1.6.0-1.8.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "adns-1.6.0-1.8.x86_64", "product": { "name": "adns-1.6.0-1.8.x86_64", "product_id": "adns-1.6.0-1.8.x86_64" } }, { "category": "product_version", "name": "libadns-devel-1.6.0-1.8.x86_64", "product": { "name": "libadns-devel-1.6.0-1.8.x86_64", "product_id": "libadns-devel-1.6.0-1.8.x86_64" } }, { "category": "product_version", "name": "libadns-devel-32bit-1.6.0-1.8.x86_64", "product": { "name": "libadns-devel-32bit-1.6.0-1.8.x86_64", "product_id": "libadns-devel-32bit-1.6.0-1.8.x86_64" } }, { "category": "product_version", "name": "libadns1-1.6.0-1.8.x86_64", "product": { "name": "libadns1-1.6.0-1.8.x86_64", "product_id": "libadns1-1.6.0-1.8.x86_64" } }, { "category": "product_version", "name": "libadns1-32bit-1.6.0-1.8.x86_64", "product": { "name": "libadns1-32bit-1.6.0-1.8.x86_64", "product_id": "libadns1-32bit-1.6.0-1.8.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "adns-1.6.0-1.8.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64" }, "product_reference": "adns-1.6.0-1.8.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "adns-1.6.0-1.8.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le" }, "product_reference": "adns-1.6.0-1.8.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "adns-1.6.0-1.8.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x" }, "product_reference": "adns-1.6.0-1.8.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "adns-1.6.0-1.8.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64" }, "product_reference": "adns-1.6.0-1.8.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.6.0-1.8.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64" }, "product_reference": "libadns-devel-1.6.0-1.8.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.6.0-1.8.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le" }, "product_reference": "libadns-devel-1.6.0-1.8.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.6.0-1.8.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x" }, "product_reference": "libadns-devel-1.6.0-1.8.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-1.6.0-1.8.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64" }, "product_reference": "libadns-devel-1.6.0-1.8.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-32bit-1.6.0-1.8.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64" }, "product_reference": "libadns-devel-32bit-1.6.0-1.8.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-32bit-1.6.0-1.8.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le" }, "product_reference": "libadns-devel-32bit-1.6.0-1.8.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-32bit-1.6.0-1.8.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x" }, "product_reference": "libadns-devel-32bit-1.6.0-1.8.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns-devel-32bit-1.6.0-1.8.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64" }, "product_reference": "libadns-devel-32bit-1.6.0-1.8.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.6.0-1.8.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64" }, "product_reference": "libadns1-1.6.0-1.8.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.6.0-1.8.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le" }, "product_reference": "libadns1-1.6.0-1.8.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.6.0-1.8.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x" }, "product_reference": "libadns1-1.6.0-1.8.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-1.6.0-1.8.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64" }, "product_reference": "libadns1-1.6.0-1.8.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-32bit-1.6.0-1.8.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64" }, "product_reference": "libadns1-32bit-1.6.0-1.8.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-32bit-1.6.0-1.8.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le" }, "product_reference": "libadns1-32bit-1.6.0-1.8.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-32bit-1.6.0-1.8.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x" }, "product_reference": "libadns1-32bit-1.6.0-1.8.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libadns1-32bit-1.6.0-1.8.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" }, "product_reference": "libadns1-32bit-1.6.0-1.8.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2008-1447", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-1447" } ], "notes": [ { "category": "general", "text": "The DNS protocol, as implemented in (1) BIND 8 and 9 before 9.5.0-P1, 9.4.2-P1, and 9.3.5-P1; (2) Microsoft DNS in Windows 2000 SP4, XP SP2 and SP3, and Server 2003 SP1 and SP2; and other implementations allow remote attackers to spoof DNS traffic via a birthday attack that uses in-bailiwick referrals to conduct cache poisoning against recursive resolvers, related to insufficient randomness of DNS transaction IDs and source ports, aka \"DNS Insufficient Socket Entropy Vulnerability\" or \"the Kaminsky bug.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-1447", "url": "https://www.suse.com/security/cve/CVE-2008-1447" }, { "category": "external", "summary": "SUSE Bug 396963 for CVE-2008-1447", "url": "https://bugzilla.suse.com/396963" }, { "category": "external", "summary": "SUSE Bug 411761 for CVE-2008-1447", "url": "https://bugzilla.suse.com/411761" }, { "category": "external", "summary": "SUSE Bug 415678 for CVE-2008-1447", "url": "https://bugzilla.suse.com/415678" }, { "category": "external", "summary": "SUSE Bug 423234 for CVE-2008-1447", "url": "https://bugzilla.suse.com/423234" }, { "category": "external", "summary": "SUSE Bug 426515 for CVE-2008-1447", "url": "https://bugzilla.suse.com/426515" }, { "category": "external", "summary": "SUSE Bug 465294 for CVE-2008-1447", "url": "https://bugzilla.suse.com/465294" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2008-1447" }, { "cve": "CVE-2017-9103", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9103" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. pap_mailbox822 does not properly check st from adns__findlabel_next. Without this, an uninitialised stack value can be used as the first label length. Depending on the circumstances, an attacker might be able to trick adns into crashing the calling program, leaking aspects of the contents of some of its memory, causing it to allocate lots of memory, or perhaps overrunning a buffer. This is only possible with applications which make non-raw queries for SOA or RP records.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9103", "url": "https://www.suse.com/security/cve/CVE-2017-9103" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9103", "url": "https://bugzilla.suse.com/1172265" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2017-9103" }, { "cve": "CVE-2017-9106", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9106" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn\u0027t, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9106", "url": "https://www.suse.com/security/cve/CVE-2017-9106" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9106", "url": "https://bugzilla.suse.com/1172265" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2017-9106" }, { "cve": "CVE-2017-9107", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9107" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. It overruns reading a buffer if a domain ends with backslash. If the query domain ended with \\, and adns_qf_quoteok_query was specified, qdparselabel would read additional bytes from the buffer and try to treat them as the escape sequence. It would depart the input buffer and start processing many bytes of arbitrary heap data as if it were the query domain. Eventually it would run out of input or find some other kind of error, and declare the query domain invalid. But before then it might outrun available memory and crash. In principle this could be a denial of service attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9107", "url": "https://www.suse.com/security/cve/CVE-2017-9107" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9107", "url": "https://bugzilla.suse.com/1172265" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2017-9107" }, { "cve": "CVE-2017-9108", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-9108" } ], "notes": [ { "category": "general", "text": "An issue was discovered in adns before 1.5.2. adnshost mishandles a missing final newline on a stdin read. It is wrong to increment used as well as setting r, since used is incremented according to r, later. Rather one should be doing what read() would have done. Without this fix, adnshost may read and process one byte beyond the buffer, perhaps crashing or perhaps somehow leaking the value of that byte.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-9108", "url": "https://www.suse.com/security/cve/CVE-2017-9108" }, { "category": "external", "summary": "SUSE Bug 1172265 for CVE-2017-9108", "url": "https://bugzilla.suse.com/1172265" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:adns-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:adns-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:adns-1.6.0-1.8.s390x", "openSUSE Tumbleweed:adns-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns-devel-32bit-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-1.6.0-1.8.x86_64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.aarch64", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.ppc64le", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.s390x", "openSUSE Tumbleweed:libadns1-32bit-1.6.0-1.8.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2017-9108" } ] }
ghsa-chm6-j4h2-5qc7
Vulnerability from github
An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn't, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type.
{ "affected": [], "aliases": [ "CVE-2017-9106" ], "database_specific": { "cwe_ids": [ "CWE-119" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2020-06-18T14:15:00Z", "severity": "MODERATE" }, "details": "An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn\u0027t, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type.", "id": "GHSA-chm6-j4h2-5qc7", "modified": "2023-01-28T03:30:31Z", "published": "2022-05-24T17:20:50Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-9106" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TRVHN3GGVNQWAOL3PWC5FLAV7HUESLZR" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UGFZ4SPV6KFQK6ZNUZFB5Y32OYFOM5YJ" }, { "type": "WEB", "url": "https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html" }, { "type": "WEB", "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git" }, { "type": "WEB", "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blob;f=changelog" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
fkie_cve-2017-9106
Vulnerability from fkie_nvd
▶ | URL | Tags | |
---|---|---|---|
cve@mitre.org | http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git | Third Party Advisory | |
cve@mitre.org | http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git%3Ba=blob%3Bf=changelog | ||
cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TRVHN3GGVNQWAOL3PWC5FLAV7HUESLZR/ | ||
cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UGFZ4SPV6KFQK6ZNUZFB5Y32OYFOM5YJ/ | ||
cve@mitre.org | https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html | Release Notes, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git%3Ba=blob%3Bf=changelog | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TRVHN3GGVNQWAOL3PWC5FLAV7HUESLZR/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UGFZ4SPV6KFQK6ZNUZFB5Y32OYFOM5YJ/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html | Release Notes, Third Party Advisory |
Vendor | Product | Version | |
---|---|---|---|
gnu | adns | * | |
fedoraproject | fedora | 31 | |
fedoraproject | fedora | 32 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:adns:*:*:*:*:*:*:*:*", "matchCriteriaId": "F69A58A4-C51A-493B-A5C9-8C7471A0BFF3", "versionEndExcluding": "1.5.2", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*", "matchCriteriaId": "80F0FA5D-8D3B-4C0E-81E2-87998286AF33", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*", "matchCriteriaId": "36D96259-24BD-44E2-96D9-78CE1D41F956", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "An issue was discovered in adns before 1.5.2. adns_rr_info mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn\u0027t, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adns_s_invaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type." }, { "lang": "es", "value": "Se detect\u00f3 un problema en adns versiones anteriores a 1.5.2. adns_rr_info maneja inapropiadamente un *datap falso. El patr\u00f3n general para formatear enteros es sprintf en un b\u00fafer de tama\u00f1o fijo. Esto es correcto si la entrada est\u00e1 en el rango correcto; de lo contrario, el b\u00fafer puede estar desbordado (dependiendo del tama\u00f1o de los tipos en la plataforma actual). Por supuesto, las entradas deben ser correctas. Y existen indicadores all\u00ed tambi\u00e9n, as\u00ed que quiz\u00e1s se podr\u00eda decir que la persona que llama debe comprobar estas cosas. Puede ser mejor requerir que la persona que llama haga que la estructura del puntero sea correcta, pero que el c\u00f3digo aqu\u00ed sea defensivo sobre (y tolere con un error pero sin bloquear) valores enteros fuera de rango. Por lo tanto: debe defender cada uno de estos sitios de conversi\u00f3n de enteros con una comprobaci\u00f3n del rango real permitido y devolver adns_s_invaliddata si no lo hace. La falta de esta comprobaci\u00f3n hace que el error de extensi\u00f3n de signo de SOA sea un problema de seguridad grave: el valor de SOA extendido de signo est\u00e1 fuera de rango y supera el b\u00fafer cuando se reconvierte. Esto est\u00e1 relacionado con el signo que extiende los campos enteros SOA de 32 bits y el uso de un tipo de datos con signo" } ], "id": "CVE-2017-9106", "lastModified": "2024-11-21T03:35:19.873", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2020-06-18T14:15:10.467", "references": [ { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git" }, { "source": "cve@mitre.org", "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git%3Ba=blob%3Bf=changelog" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TRVHN3GGVNQWAOL3PWC5FLAV7HUESLZR/" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UGFZ4SPV6KFQK6ZNUZFB5Y32OYFOM5YJ/" }, { "source": "cve@mitre.org", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git%3Ba=blob%3Bf=changelog" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TRVHN3GGVNQWAOL3PWC5FLAV7HUESLZR/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UGFZ4SPV6KFQK6ZNUZFB5Y32OYFOM5YJ/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://www.chiark.greenend.org.uk/pipermail/adns-announce/2020/000004.html" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-119" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
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.