Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2020-8432 (GCVE-0-2020-8432)
Vulnerability from cvelistv5 – Published: 2020-01-29 18:33 – Updated: 2024-08-04 09:56- n/a
| URL | Tags | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T09:56:28.323Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.mail-archive.com/u-boot%40lists.denx.de/msg354060.html"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.mail-archive.com/u-boot%40lists.denx.de/msg354114.html"
},
{
"name": "openSUSE-SU-2020:1869",
"tags": [
"vendor-advisory",
"x_refsource_SUSE",
"x_transferred"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00030.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-11-07T15:06:16.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.mail-archive.com/u-boot%40lists.denx.de/msg354060.html"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.mail-archive.com/u-boot%40lists.denx.de/msg354114.html"
},
{
"name": "openSUSE-SU-2020:1869",
"tags": [
"vendor-advisory",
"x_refsource_SUSE"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00030.html"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2020-8432",
"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": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354060.html",
"refsource": "MISC",
"url": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354060.html"
},
{
"name": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354114.html",
"refsource": "MISC",
"url": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354114.html"
},
{
"name": "openSUSE-SU-2020:1869",
"refsource": "SUSE",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00030.html"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2020-8432",
"datePublished": "2020-01-29T18:33:31.000Z",
"dateReserved": "2020-01-29T00:00:00.000Z",
"dateUpdated": "2024-08-04T09:56:28.323Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:denx:u-boot:*:*:*:*:*:*:*:*\", \"versionEndIncluding\": \"2020.01\", \"matchCriteriaId\": \"BC33B790-B189-4A31-957A-CB649F0189C4\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"B009C22E-30A4-4288-BCF6-C3E81DEAF45A\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis.\"}, {\"lang\": \"es\", \"value\": \"En Das U-Boot hasta versi\\u00f3n 2020.01, se ha encontrado una doble liberaci\\u00f3n en la funci\\u00f3n do_rename_gpt_parts() del archivo cmd/gpt.c. Una doble liberaci\\u00f3n puede resultar en una condici\\u00f3n write-what-where, permitiendo a un atacante ejecutar c\\u00f3digo arbitrario. NOTA: esta vulnerabilidad fue introducida cuando se intenta corregir una p\\u00e9rdida de memoria identificada mediante an\\u00e1lisis est\\u00e1tico.\"}]",
"id": "CVE-2020-8432",
"lastModified": "2024-11-21T05:38:50.593",
"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:H/I:H/A:H\", \"baseScore\": 9.8, \"baseSeverity\": \"CRITICAL\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 5.9}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:L/Au:N/C:C/I:C/A:C\", \"baseScore\": 10.0, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"LOW\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"COMPLETE\", \"integrityImpact\": \"COMPLETE\", \"availabilityImpact\": \"COMPLETE\"}, \"baseSeverity\": \"HIGH\", \"exploitabilityScore\": 10.0, \"impactScore\": 10.0, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2020-01-29T19:15:14.260",
"references": "[{\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00030.html\", \"source\": \"cve@mitre.org\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://www.mail-archive.com/u-boot%40lists.denx.de/msg354060.html\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://www.mail-archive.com/u-boot%40lists.denx.de/msg354114.html\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00030.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://www.mail-archive.com/u-boot%40lists.denx.de/msg354060.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://www.mail-archive.com/u-boot%40lists.denx.de/msg354114.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-415\"}, {\"lang\": \"en\", \"value\": \"CWE-787\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2020-8432\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2020-01-29T19:15:14.260\",\"lastModified\":\"2024-11-21T05:38:50.593\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis.\"},{\"lang\":\"es\",\"value\":\"En Das U-Boot hasta versi\u00f3n 2020.01, se ha encontrado una doble liberaci\u00f3n en la funci\u00f3n do_rename_gpt_parts() del archivo cmd/gpt.c. Una doble liberaci\u00f3n puede resultar en una condici\u00f3n write-what-where, permitiendo a un atacante ejecutar c\u00f3digo arbitrario. NOTA: esta vulnerabilidad fue introducida cuando se intenta corregir una p\u00e9rdida de memoria identificada mediante an\u00e1lisis est\u00e1tico.\"}],\"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:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:C/I:C/A:C\",\"baseScore\":10.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":10.0,\"impactScore\":10.0,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-415\"},{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:denx:u-boot:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"2020.01\",\"matchCriteriaId\":\"BC33B790-B189-4A31-957A-CB649F0189C4\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B009C22E-30A4-4288-BCF6-C3E81DEAF45A\"}]}]}],\"references\":[{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00030.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://www.mail-archive.com/u-boot%40lists.denx.de/msg354060.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://www.mail-archive.com/u-boot%40lists.denx.de/msg354114.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00030.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://www.mail-archive.com/u-boot%40lists.denx.de/msg354060.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.mail-archive.com/u-boot%40lists.denx.de/msg354114.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}"
}
}
FKIE_CVE-2020-8432
Vulnerability from fkie_nvd - Published: 2020-01-29 19:15 - Updated: 2024-11-21 05:38{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:denx:u-boot:*:*:*:*:*:*:*:*",
"matchCriteriaId": "BC33B790-B189-4A31-957A-CB649F0189C4",
"versionEndIncluding": "2020.01",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:*",
"matchCriteriaId": "B009C22E-30A4-4288-BCF6-C3E81DEAF45A",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis."
},
{
"lang": "es",
"value": "En Das U-Boot hasta versi\u00f3n 2020.01, se ha encontrado una doble liberaci\u00f3n en la funci\u00f3n do_rename_gpt_parts() del archivo cmd/gpt.c. Una doble liberaci\u00f3n puede resultar en una condici\u00f3n write-what-where, permitiendo a un atacante ejecutar c\u00f3digo arbitrario. NOTA: esta vulnerabilidad fue introducida cuando se intenta corregir una p\u00e9rdida de memoria identificada mediante an\u00e1lisis est\u00e1tico."
}
],
"id": "CVE-2020-8432",
"lastModified": "2024-11-21T05:38:50.593",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "HIGH",
"cvssData": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "COMPLETE",
"baseScore": 10.0,
"confidentialityImpact": "COMPLETE",
"integrityImpact": "COMPLETE",
"vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 10.0,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2020-01-29T19:15:14.260",
"references": [
{
"source": "cve@mitre.org",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00030.html"
},
{
"source": "cve@mitre.org",
"url": "https://www.mail-archive.com/u-boot%40lists.denx.de/msg354060.html"
},
{
"source": "cve@mitre.org",
"url": "https://www.mail-archive.com/u-boot%40lists.denx.de/msg354114.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00030.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://www.mail-archive.com/u-boot%40lists.denx.de/msg354060.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://www.mail-archive.com/u-boot%40lists.denx.de/msg354114.html"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-415"
},
{
"lang": "en",
"value": "CWE-787"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
SUSE-SU-2020:3282-1
Vulnerability from csaf_suse - Published: 2020-11-11 08:55 - Updated: 2020-11-11 08:55Notes
{
"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 u-boot",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for u-boot fixes the following issues:\n\nCVE-2019-14192 (bsc#1143777), CVE-2019-14193 (bsc#1143817),\nCVE-2019-14199 (bsc#1143824), CVE-2019-14197 (bsc#1143821),\nCVE-2019-14200 (bsc#1143825), CVE-2019-14201 (bsc#1143827), \nCVE-2019-14202 (bsc#1143828), CVE-2019-14203 (bsc#1143830),\nCVE-2019-14204 (bsc#1143831), CVE-2019-14194 (bsc#1143818),\nCVE-2019-14198 (bsc#1143823), CVE-2019-14195 (bsc#1143819),\nCVE-2019-14196 (bsc#1143820), CVE-2019-13103 (bsc#1143463),\nCVE-2020-8432 (bsc#1162198), CVE-2019-11059 (bsc#1134853),\nCVE-2019-11690 (bsc#1134157) and CVE-2020-10648 (bsc#1167209)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2020-3282,SUSE-SLE-Module-Basesystem-15-SP1-2020-3282",
"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_3282-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2020:3282-1",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203282-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2020:3282-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2020-November/007758.html"
},
{
"category": "self",
"summary": "SUSE Bug 1134157",
"url": "https://bugzilla.suse.com/1134157"
},
{
"category": "self",
"summary": "SUSE Bug 1134853",
"url": "https://bugzilla.suse.com/1134853"
},
{
"category": "self",
"summary": "SUSE Bug 1143463",
"url": "https://bugzilla.suse.com/1143463"
},
{
"category": "self",
"summary": "SUSE Bug 1143777",
"url": "https://bugzilla.suse.com/1143777"
},
{
"category": "self",
"summary": "SUSE Bug 1143817",
"url": "https://bugzilla.suse.com/1143817"
},
{
"category": "self",
"summary": "SUSE Bug 1143818",
"url": "https://bugzilla.suse.com/1143818"
},
{
"category": "self",
"summary": "SUSE Bug 1143819",
"url": "https://bugzilla.suse.com/1143819"
},
{
"category": "self",
"summary": "SUSE Bug 1143820",
"url": "https://bugzilla.suse.com/1143820"
},
{
"category": "self",
"summary": "SUSE Bug 1143821",
"url": "https://bugzilla.suse.com/1143821"
},
{
"category": "self",
"summary": "SUSE Bug 1143823",
"url": "https://bugzilla.suse.com/1143823"
},
{
"category": "self",
"summary": "SUSE Bug 1143824",
"url": "https://bugzilla.suse.com/1143824"
},
{
"category": "self",
"summary": "SUSE Bug 1143825",
"url": "https://bugzilla.suse.com/1143825"
},
{
"category": "self",
"summary": "SUSE Bug 1143827",
"url": "https://bugzilla.suse.com/1143827"
},
{
"category": "self",
"summary": "SUSE Bug 1143828",
"url": "https://bugzilla.suse.com/1143828"
},
{
"category": "self",
"summary": "SUSE Bug 1143830",
"url": "https://bugzilla.suse.com/1143830"
},
{
"category": "self",
"summary": "SUSE Bug 1143831",
"url": "https://bugzilla.suse.com/1143831"
},
{
"category": "self",
"summary": "SUSE Bug 1162198",
"url": "https://bugzilla.suse.com/1162198"
},
{
"category": "self",
"summary": "SUSE Bug 1167209",
"url": "https://bugzilla.suse.com/1167209"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11059 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11059/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11690 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11690/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-13103 page",
"url": "https://www.suse.com/security/cve/CVE-2019-13103/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14192 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14192/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14193 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14193/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14194 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14194/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14195 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14195/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14196 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14196/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14197 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14197/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14198 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14198/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14199 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14199/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14200 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14200/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14201 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14201/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14202 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14202/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14203 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14203/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14204 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-10648 page",
"url": "https://www.suse.com/security/cve/CVE-2020-10648/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8432 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8432/"
}
],
"title": "Security update for u-boot",
"tracking": {
"current_release_date": "2020-11-11T08:55:32Z",
"generator": {
"date": "2020-11-11T08:55:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2020:3282-1",
"initial_release_date": "2020-11-11T08:55:32Z",
"revision_history": [
{
"date": "2020-11-11T08:55:32Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "u-boot-bananapim64-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-bananapim64-2019.01-7.10.2.aarch64",
"product_id": "u-boot-bananapim64-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-bananapim64-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-bananapim64-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-bananapim64-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard410c-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-dragonboard410c-2019.01-7.10.2.aarch64",
"product_id": "u-boot-dragonboard410c-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard410c-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-dragonboard410c-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-dragonboard410c-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard820c-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-dragonboard820c-2019.01-7.10.2.aarch64",
"product_id": "u-boot-dragonboard820c-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard820c-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-dragonboard820c-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-dragonboard820c-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-evb-rk3399-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-evb-rk3399-2019.01-7.10.2.aarch64",
"product_id": "u-boot-evb-rk3399-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-evb-rk3399-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-evb-rk3399-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-evb-rk3399-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-firefly-rk3399-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-firefly-rk3399-2019.01-7.10.2.aarch64",
"product_id": "u-boot-firefly-rk3399-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-firefly-rk3399-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-firefly-rk3399-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-firefly-rk3399-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-geekbox-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-geekbox-2019.01-7.10.2.aarch64",
"product_id": "u-boot-geekbox-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-geekbox-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-geekbox-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-geekbox-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-hikey-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-hikey-2019.01-7.10.2.aarch64",
"product_id": "u-boot-hikey-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-hikey-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-hikey-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-hikey-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-khadas-vim-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-khadas-vim-2019.01-7.10.2.aarch64",
"product_id": "u-boot-khadas-vim-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-khadas-vim-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-khadas-vim-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-khadas-vim-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-khadas-vim2-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-khadas-vim2-2019.01-7.10.2.aarch64",
"product_id": "u-boot-khadas-vim2-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-khadas-vim2-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-khadas-vim2-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-khadas-vim2-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-ls1012afrdmqspi-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-ls1012afrdmqspi-2019.01-7.10.2.aarch64",
"product_id": "u-boot-ls1012afrdmqspi-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-ls1012afrdmqspi-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-ls1012afrdmqspi-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-ls1012afrdmqspi-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudb-88f3720-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-mvebudb-88f3720-2019.01-7.10.2.aarch64",
"product_id": "u-boot-mvebudb-88f3720-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudb-88f3720-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-mvebudb-88f3720-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-mvebudb-88f3720-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudbarmada8k-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-mvebudbarmada8k-2019.01-7.10.2.aarch64",
"product_id": "u-boot-mvebudbarmada8k-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudbarmada8k-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-mvebudbarmada8k-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-mvebudbarmada8k-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebuespressobin-88f3720-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-mvebuespressobin-88f3720-2019.01-7.10.2.aarch64",
"product_id": "u-boot-mvebuespressobin-88f3720-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebuespressobin-88f3720-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-mvebuespressobin-88f3720-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-mvebuespressobin-88f3720-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebumcbin-88f8040-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-mvebumcbin-88f8040-2019.01-7.10.2.aarch64",
"product_id": "u-boot-mvebumcbin-88f8040-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebumcbin-88f8040-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-mvebumcbin-88f8040-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-mvebumcbin-88f8040-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-nanopia64-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-nanopia64-2019.01-7.10.2.aarch64",
"product_id": "u-boot-nanopia64-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-nanopia64-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-nanopia64-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-nanopia64-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-odroid-c2-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-odroid-c2-2019.01-7.10.2.aarch64",
"product_id": "u-boot-odroid-c2-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-odroid-c2-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-odroid-c2-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-odroid-c2-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-orangepipc2-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-orangepipc2-2019.01-7.10.2.aarch64",
"product_id": "u-boot-orangepipc2-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-orangepipc2-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-orangepipc2-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-orangepipc2-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2371-2180-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-p2371-2180-2019.01-7.10.2.aarch64",
"product_id": "u-boot-p2371-2180-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2371-2180-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-p2371-2180-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-p2371-2180-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2771-0000-500-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-p2771-0000-500-2019.01-7.10.2.aarch64",
"product_id": "u-boot-p2771-0000-500-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2771-0000-500-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-p2771-0000-500-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-p2771-0000-500-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pine64plus-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-pine64plus-2019.01-7.10.2.aarch64",
"product_id": "u-boot-pine64plus-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pine64plus-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-pine64plus-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-pine64plus-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pinebook-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-pinebook-2019.01-7.10.2.aarch64",
"product_id": "u-boot-pinebook-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pinebook-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-pinebook-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-pinebook-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pineh64-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-pineh64-2019.01-7.10.2.aarch64",
"product_id": "u-boot-pineh64-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pineh64-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-pineh64-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-pineh64-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-poplar-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-poplar-2019.01-7.10.2.aarch64",
"product_id": "u-boot-poplar-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-poplar-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-poplar-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-poplar-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rock960-rk3399-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-rock960-rk3399-2019.01-7.10.2.aarch64",
"product_id": "u-boot-rock960-rk3399-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rock960-rk3399-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-rock960-rk3399-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-rock960-rk3399-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpi3-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-rpi3-2019.01-7.10.2.aarch64",
"product_id": "u-boot-rpi3-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpi3-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-rpi3-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-rpi3-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-tools-2019.01-7.10.1.aarch64",
"product": {
"name": "u-boot-tools-2019.01-7.10.1.aarch64",
"product_id": "u-boot-tools-2019.01-7.10.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpgeneric-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpgeneric-2019.01-7.10.2.aarch64",
"product_id": "u-boot-xilinxzynqmpgeneric-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpgeneric-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpgeneric-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-xilinxzynqmpgeneric-doc-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpzcu102rev10-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpzcu102rev10-2019.01-7.10.2.aarch64",
"product_id": "u-boot-xilinxzynqmpzcu102rev10-2019.01-7.10.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpzcu102rev10-doc-2019.01-7.10.2.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpzcu102rev10-doc-2019.01-7.10.2.aarch64",
"product_id": "u-boot-xilinxzynqmpzcu102rev10-doc-2019.01-7.10.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2019.01-7.10.1.i586",
"product": {
"name": "u-boot-tools-2019.01-7.10.1.i586",
"product_id": "u-boot-tools-2019.01-7.10.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2019.01-7.10.1.ppc64le",
"product": {
"name": "u-boot-tools-2019.01-7.10.1.ppc64le",
"product_id": "u-boot-tools-2019.01-7.10.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2019.01-7.10.1.s390x",
"product": {
"name": "u-boot-tools-2019.01-7.10.1.s390x",
"product_id": "u-boot-tools-2019.01-7.10.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2019.01-7.10.1.x86_64",
"product": {
"name": "u-boot-tools-2019.01-7.10.1.x86_64",
"product_id": "u-boot-tools-2019.01-7.10.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-rpi3-2019.01-7.10.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64"
},
"product_reference": "u-boot-rpi3-2019.01-7.10.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2019.01-7.10.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64"
},
"product_reference": "u-boot-tools-2019.01-7.10.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2019.01-7.10.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le"
},
"product_reference": "u-boot-tools-2019.01-7.10.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2019.01-7.10.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x"
},
"product_reference": "u-boot-tools-2019.01-7.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2019.01-7.10.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
},
"product_reference": "u-boot-tools-2019.01-7.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-11059",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11059"
}
],
"notes": [
{
"category": "general",
"text": "Das U-Boot 2016.11-rc1 through 2019.04 mishandles the ext4 64-bit extension, resulting in a buffer overflow.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11059",
"url": "https://www.suse.com/security/cve/CVE-2019-11059"
},
{
"category": "external",
"summary": "SUSE Bug 1134853 for CVE-2019-11059",
"url": "https://bugzilla.suse.com/1134853"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "low"
}
],
"title": "CVE-2019-11059"
},
{
"cve": "CVE-2019-11690",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11690"
}
],
"notes": [
{
"category": "general",
"text": "gen_rand_uuid in lib/uuid.c in Das U-Boot v2014.04 through v2019.04 lacks an srand call, which allows attackers to determine UUID values in scenarios where CONFIG_RANDOM_UUID is enabled, and Das U-Boot is relied upon for UUID values of a GUID Partition Table of a boot device.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11690",
"url": "https://www.suse.com/security/cve/CVE-2019-11690"
},
{
"category": "external",
"summary": "SUSE Bug 1134157 for CVE-2019-11690",
"url": "https://bugzilla.suse.com/1134157"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "low"
}
],
"title": "CVE-2019-11690"
},
{
"cve": "CVE-2019-13103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-13103"
}
],
"notes": [
{
"category": "general",
"text": "A crafted self-referential DOS partition table will cause all Das U-Boot versions through 2019.07-rc4 to infinitely recurse, causing the stack to grow infinitely and eventually either crash or overwrite other data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-13103",
"url": "https://www.suse.com/security/cve/CVE-2019-13103"
},
{
"category": "external",
"summary": "SUSE Bug 1143463 for CVE-2019-13103",
"url": "https://bugzilla.suse.com/1143463"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-13103"
},
{
"cve": "CVE-2019-14192",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14192"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy when parsing a UDP packet due to a net_process_received_packet integer underflow during an nc_input_packet call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14192",
"url": "https://www.suse.com/security/cve/CVE-2019-14192"
},
{
"category": "external",
"summary": "SUSE Bug 1143777 for CVE-2019-14192",
"url": "https://bugzilla.suse.com/1143777"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-14192"
},
{
"cve": "CVE-2019-14193",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14193"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with an unvalidated length at nfs_readlink_reply, in the \"if\" block after calculating the new path length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14193",
"url": "https://www.suse.com/security/cve/CVE-2019-14193"
},
{
"category": "external",
"summary": "SUSE Bug 1143817 for CVE-2019-14193",
"url": "https://bugzilla.suse.com/1143817"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-14193"
},
{
"cve": "CVE-2019-14194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14194"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_read_reply when calling store_block in the NFSv2 case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14194",
"url": "https://www.suse.com/security/cve/CVE-2019-14194"
},
{
"category": "external",
"summary": "SUSE Bug 1143818 for CVE-2019-14194",
"url": "https://bugzilla.suse.com/1143818"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-14194"
},
{
"cve": "CVE-2019-14195",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14195"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with unvalidated length at nfs_readlink_reply in the \"else\" block after calculating the new path length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14195",
"url": "https://www.suse.com/security/cve/CVE-2019-14195"
},
{
"category": "external",
"summary": "SUSE Bug 1143819 for CVE-2019-14195",
"url": "https://bugzilla.suse.com/1143819"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-14195"
},
{
"cve": "CVE-2019-14196",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14196"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14196",
"url": "https://www.suse.com/security/cve/CVE-2019-14196"
},
{
"category": "external",
"summary": "SUSE Bug 1143820 for CVE-2019-14196",
"url": "https://bugzilla.suse.com/1143820"
},
{
"category": "external",
"summary": "SUSE Bug 1199623 for CVE-2019-14196",
"url": "https://bugzilla.suse.com/1199623"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-14196"
},
{
"cve": "CVE-2019-14197",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14197"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a read of out-of-bounds data at nfs_read_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14197",
"url": "https://www.suse.com/security/cve/CVE-2019-14197"
},
{
"category": "external",
"summary": "SUSE Bug 1143821 for CVE-2019-14197",
"url": "https://bugzilla.suse.com/1143821"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-14197"
},
{
"cve": "CVE-2019-14198",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14198"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_read_reply when calling store_block in the NFSv3 case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14198",
"url": "https://www.suse.com/security/cve/CVE-2019-14198"
},
{
"category": "external",
"summary": "SUSE Bug 1143823 for CVE-2019-14198",
"url": "https://bugzilla.suse.com/1143823"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-14198"
},
{
"cve": "CVE-2019-14199",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14199"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy when parsing a UDP packet due to a net_process_received_packet integer underflow during an *udp_packet_handler call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14199",
"url": "https://www.suse.com/security/cve/CVE-2019-14199"
},
{
"category": "external",
"summary": "SUSE Bug 1143824 for CVE-2019-14199",
"url": "https://bugzilla.suse.com/1143824"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-14199"
},
{
"cve": "CVE-2019-14200",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14200"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: rpc_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14200",
"url": "https://www.suse.com/security/cve/CVE-2019-14200"
},
{
"category": "external",
"summary": "SUSE Bug 1143825 for CVE-2019-14200",
"url": "https://bugzilla.suse.com/1143825"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-14200"
},
{
"cve": "CVE-2019-14201",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14201"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14201",
"url": "https://www.suse.com/security/cve/CVE-2019-14201"
},
{
"category": "external",
"summary": "SUSE Bug 1143827 for CVE-2019-14201",
"url": "https://bugzilla.suse.com/1143827"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-14201"
},
{
"cve": "CVE-2019-14202",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14202"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_readlink_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14202",
"url": "https://www.suse.com/security/cve/CVE-2019-14202"
},
{
"category": "external",
"summary": "SUSE Bug 1143828 for CVE-2019-14202",
"url": "https://bugzilla.suse.com/1143828"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-14202"
},
{
"cve": "CVE-2019-14203",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14203"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_mount_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14203",
"url": "https://www.suse.com/security/cve/CVE-2019-14203"
},
{
"category": "external",
"summary": "SUSE Bug 1143830 for CVE-2019-14203",
"url": "https://bugzilla.suse.com/1143830"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-14203"
},
{
"cve": "CVE-2019-14204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14204"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_umountall_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14204",
"url": "https://www.suse.com/security/cve/CVE-2019-14204"
},
{
"category": "external",
"summary": "SUSE Bug 1143831 for CVE-2019-14204",
"url": "https://bugzilla.suse.com/1143831"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-14204"
},
{
"cve": "CVE-2020-10648",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-10648"
}
],
"notes": [
{
"category": "general",
"text": "Das U-Boot through 2020.01 allows attackers to bypass verified boot restrictions and subsequently boot arbitrary images by providing a crafted FIT image to a system configured to boot the default configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-10648",
"url": "https://www.suse.com/security/cve/CVE-2020-10648"
},
{
"category": "external",
"summary": "SUSE Bug 1167209 for CVE-2020-10648",
"url": "https://bugzilla.suse.com/1167209"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "moderate"
}
],
"title": "CVE-2020-10648"
},
{
"cve": "CVE-2020-8432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8432"
}
],
"notes": [
{
"category": "general",
"text": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8432",
"url": "https://www.suse.com/security/cve/CVE-2020-8432"
},
{
"category": "external",
"summary": "SUSE Bug 1162198 for CVE-2020-8432",
"url": "https://bugzilla.suse.com/1162198"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-rpi3-2019.01-7.10.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:u-boot-tools-2019.01-7.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:55:32Z",
"details": "important"
}
],
"title": "CVE-2020-8432"
}
]
}
SUSE-SU-2020:3255-1
Vulnerability from csaf_suse - Published: 2020-11-09 10:09 - Updated: 2020-11-09 10:09Notes
{
"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 u-boot",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for u-boot fixes the following issues:\n\nCVE-2019-14192 (bsc#1143777), CVE-2019-14193 (bsc#1143817), \nCVE-2019-14199 (bsc#1143824), CVE-2019-14197 (bsc#1143821), \nCVE-2019-14200 (bsc#1143825), CVE-2019-14201 (bsc#1143827), \nCVE-2019-14202 (bsc#1143828), CVE-2019-14203 (bsc#1143830), \nCVE-2019-14204 (bsc#1143831), CVE-2019-14194 (bsc#1143818), \nCVE-2019-14198 (bsc#1143823), CVE-2019-14195 (bsc#1143819), \nCVE-2019-14196 (bsc#1143820), CVE-2019-13103 (bsc#1143463), \nCVE-2020-8432 (bsc#1162198), CVE-2019-11059 (bsc#1134853), \nCVE-2019-11690 (bsc#1134157) and CVE-2020-10648 (bsc#1167209).\n\nFix USB keyboard problems (bsc#1160566).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2020-3255,SUSE-SLE-SERVER-12-SP5-2020-3255",
"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_3255-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2020:3255-1",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203255-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2020:3255-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2020-November/007734.html"
},
{
"category": "self",
"summary": "SUSE Bug 1134157",
"url": "https://bugzilla.suse.com/1134157"
},
{
"category": "self",
"summary": "SUSE Bug 1134853",
"url": "https://bugzilla.suse.com/1134853"
},
{
"category": "self",
"summary": "SUSE Bug 1143463",
"url": "https://bugzilla.suse.com/1143463"
},
{
"category": "self",
"summary": "SUSE Bug 1143777",
"url": "https://bugzilla.suse.com/1143777"
},
{
"category": "self",
"summary": "SUSE Bug 1143817",
"url": "https://bugzilla.suse.com/1143817"
},
{
"category": "self",
"summary": "SUSE Bug 1143818",
"url": "https://bugzilla.suse.com/1143818"
},
{
"category": "self",
"summary": "SUSE Bug 1143819",
"url": "https://bugzilla.suse.com/1143819"
},
{
"category": "self",
"summary": "SUSE Bug 1143820",
"url": "https://bugzilla.suse.com/1143820"
},
{
"category": "self",
"summary": "SUSE Bug 1143821",
"url": "https://bugzilla.suse.com/1143821"
},
{
"category": "self",
"summary": "SUSE Bug 1143823",
"url": "https://bugzilla.suse.com/1143823"
},
{
"category": "self",
"summary": "SUSE Bug 1143824",
"url": "https://bugzilla.suse.com/1143824"
},
{
"category": "self",
"summary": "SUSE Bug 1143825",
"url": "https://bugzilla.suse.com/1143825"
},
{
"category": "self",
"summary": "SUSE Bug 1143827",
"url": "https://bugzilla.suse.com/1143827"
},
{
"category": "self",
"summary": "SUSE Bug 1143828",
"url": "https://bugzilla.suse.com/1143828"
},
{
"category": "self",
"summary": "SUSE Bug 1143830",
"url": "https://bugzilla.suse.com/1143830"
},
{
"category": "self",
"summary": "SUSE Bug 1143831",
"url": "https://bugzilla.suse.com/1143831"
},
{
"category": "self",
"summary": "SUSE Bug 1160566",
"url": "https://bugzilla.suse.com/1160566"
},
{
"category": "self",
"summary": "SUSE Bug 1162198",
"url": "https://bugzilla.suse.com/1162198"
},
{
"category": "self",
"summary": "SUSE Bug 1167209",
"url": "https://bugzilla.suse.com/1167209"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11059 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11059/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11690 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11690/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-13103 page",
"url": "https://www.suse.com/security/cve/CVE-2019-13103/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14192 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14192/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14193 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14193/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14194 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14194/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14195 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14195/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14196 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14196/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14197 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14197/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14198 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14198/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14199 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14199/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14200 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14200/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14201 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14201/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14202 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14202/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14203 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14203/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14204 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-10648 page",
"url": "https://www.suse.com/security/cve/CVE-2020-10648/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8432 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8432/"
}
],
"title": "Security update for u-boot",
"tracking": {
"current_release_date": "2020-11-09T10:09:12Z",
"generator": {
"date": "2020-11-09T10:09:12Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2020:3255-1",
"initial_release_date": "2020-11-09T10:09:12Z",
"revision_history": [
{
"date": "2020-11-09T10:09:12Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "u-boot-bananapim64-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-bananapim64-2019.01-5.3.1.aarch64",
"product_id": "u-boot-bananapim64-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-bananapim64-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-bananapim64-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-bananapim64-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard410c-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-dragonboard410c-2019.01-5.3.1.aarch64",
"product_id": "u-boot-dragonboard410c-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard410c-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-dragonboard410c-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-dragonboard410c-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard820c-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-dragonboard820c-2019.01-5.3.1.aarch64",
"product_id": "u-boot-dragonboard820c-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard820c-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-dragonboard820c-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-dragonboard820c-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-evb-rk3399-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-evb-rk3399-2019.01-5.3.1.aarch64",
"product_id": "u-boot-evb-rk3399-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-evb-rk3399-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-evb-rk3399-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-evb-rk3399-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-firefly-rk3399-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-firefly-rk3399-2019.01-5.3.1.aarch64",
"product_id": "u-boot-firefly-rk3399-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-firefly-rk3399-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-firefly-rk3399-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-firefly-rk3399-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-geekbox-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-geekbox-2019.01-5.3.1.aarch64",
"product_id": "u-boot-geekbox-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-geekbox-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-geekbox-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-geekbox-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-hikey-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-hikey-2019.01-5.3.1.aarch64",
"product_id": "u-boot-hikey-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-hikey-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-hikey-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-hikey-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-khadas-vim-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-khadas-vim-2019.01-5.3.1.aarch64",
"product_id": "u-boot-khadas-vim-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-khadas-vim-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-khadas-vim-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-khadas-vim-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-khadas-vim2-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-khadas-vim2-2019.01-5.3.1.aarch64",
"product_id": "u-boot-khadas-vim2-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-khadas-vim2-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-khadas-vim2-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-khadas-vim2-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-ls1012afrdmqspi-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-ls1012afrdmqspi-2019.01-5.3.1.aarch64",
"product_id": "u-boot-ls1012afrdmqspi-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-ls1012afrdmqspi-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-ls1012afrdmqspi-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-ls1012afrdmqspi-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudb-88f3720-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-mvebudb-88f3720-2019.01-5.3.1.aarch64",
"product_id": "u-boot-mvebudb-88f3720-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudb-88f3720-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-mvebudb-88f3720-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-mvebudb-88f3720-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudbarmada8k-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-mvebudbarmada8k-2019.01-5.3.1.aarch64",
"product_id": "u-boot-mvebudbarmada8k-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudbarmada8k-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-mvebudbarmada8k-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-mvebudbarmada8k-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebuespressobin-88f3720-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-mvebuespressobin-88f3720-2019.01-5.3.1.aarch64",
"product_id": "u-boot-mvebuespressobin-88f3720-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebuespressobin-88f3720-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-mvebuespressobin-88f3720-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-mvebuespressobin-88f3720-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebumcbin-88f8040-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-mvebumcbin-88f8040-2019.01-5.3.1.aarch64",
"product_id": "u-boot-mvebumcbin-88f8040-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebumcbin-88f8040-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-mvebumcbin-88f8040-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-mvebumcbin-88f8040-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-nanopia64-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-nanopia64-2019.01-5.3.1.aarch64",
"product_id": "u-boot-nanopia64-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-nanopia64-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-nanopia64-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-nanopia64-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-odroid-c2-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-odroid-c2-2019.01-5.3.1.aarch64",
"product_id": "u-boot-odroid-c2-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-odroid-c2-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-odroid-c2-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-odroid-c2-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-orangepipc2-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-orangepipc2-2019.01-5.3.1.aarch64",
"product_id": "u-boot-orangepipc2-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-orangepipc2-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-orangepipc2-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-orangepipc2-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2371-2180-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-p2371-2180-2019.01-5.3.1.aarch64",
"product_id": "u-boot-p2371-2180-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2371-2180-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-p2371-2180-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-p2371-2180-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2771-0000-500-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-p2771-0000-500-2019.01-5.3.1.aarch64",
"product_id": "u-boot-p2771-0000-500-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2771-0000-500-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-p2771-0000-500-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-p2771-0000-500-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pine64plus-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-pine64plus-2019.01-5.3.1.aarch64",
"product_id": "u-boot-pine64plus-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pine64plus-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-pine64plus-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-pine64plus-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pinebook-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-pinebook-2019.01-5.3.1.aarch64",
"product_id": "u-boot-pinebook-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pinebook-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-pinebook-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-pinebook-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pineh64-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-pineh64-2019.01-5.3.1.aarch64",
"product_id": "u-boot-pineh64-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pineh64-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-pineh64-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-pineh64-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-poplar-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-poplar-2019.01-5.3.1.aarch64",
"product_id": "u-boot-poplar-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-poplar-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-poplar-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-poplar-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rock960-rk3399-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-rock960-rk3399-2019.01-5.3.1.aarch64",
"product_id": "u-boot-rock960-rk3399-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rock960-rk3399-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-rock960-rk3399-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-rock960-rk3399-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpi3-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-rpi3-2019.01-5.3.1.aarch64",
"product_id": "u-boot-rpi3-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpi3-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-rpi3-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-rpi3-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-tools-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-tools-2019.01-5.3.1.aarch64",
"product_id": "u-boot-tools-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpgeneric-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpgeneric-2019.01-5.3.1.aarch64",
"product_id": "u-boot-xilinxzynqmpgeneric-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpgeneric-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpgeneric-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-xilinxzynqmpgeneric-doc-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpzcu102rev10-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpzcu102rev10-2019.01-5.3.1.aarch64",
"product_id": "u-boot-xilinxzynqmpzcu102rev10-2019.01-5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpzcu102rev10-doc-2019.01-5.3.1.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpzcu102rev10-doc-2019.01-5.3.1.aarch64",
"product_id": "u-boot-xilinxzynqmpzcu102rev10-doc-2019.01-5.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2019.01-5.3.1.i586",
"product": {
"name": "u-boot-tools-2019.01-5.3.1.i586",
"product_id": "u-boot-tools-2019.01-5.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2019.01-5.3.1.ppc64le",
"product": {
"name": "u-boot-tools-2019.01-5.3.1.ppc64le",
"product_id": "u-boot-tools-2019.01-5.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2019.01-5.3.1.s390x",
"product": {
"name": "u-boot-tools-2019.01-5.3.1.s390x",
"product_id": "u-boot-tools-2019.01-5.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2019.01-5.3.1.x86_64",
"product": {
"name": "u-boot-tools-2019.01-5.3.1.x86_64",
"product_id": "u-boot-tools-2019.01-5.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-rpi3-2019.01-5.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64"
},
"product_reference": "u-boot-rpi3-2019.01-5.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2019.01-5.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
},
"product_reference": "u-boot-tools-2019.01-5.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-rpi3-2019.01-5.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:u-boot-rpi3-2019.01-5.3.1.aarch64"
},
"product_reference": "u-boot-rpi3-2019.01-5.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2019.01-5.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:u-boot-tools-2019.01-5.3.1.aarch64"
},
"product_reference": "u-boot-tools-2019.01-5.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-11059",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11059"
}
],
"notes": [
{
"category": "general",
"text": "Das U-Boot 2016.11-rc1 through 2019.04 mishandles the ext4 64-bit extension, resulting in a buffer overflow.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11059",
"url": "https://www.suse.com/security/cve/CVE-2019-11059"
},
{
"category": "external",
"summary": "SUSE Bug 1134853 for CVE-2019-11059",
"url": "https://bugzilla.suse.com/1134853"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "low"
}
],
"title": "CVE-2019-11059"
},
{
"cve": "CVE-2019-11690",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11690"
}
],
"notes": [
{
"category": "general",
"text": "gen_rand_uuid in lib/uuid.c in Das U-Boot v2014.04 through v2019.04 lacks an srand call, which allows attackers to determine UUID values in scenarios where CONFIG_RANDOM_UUID is enabled, and Das U-Boot is relied upon for UUID values of a GUID Partition Table of a boot device.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11690",
"url": "https://www.suse.com/security/cve/CVE-2019-11690"
},
{
"category": "external",
"summary": "SUSE Bug 1134157 for CVE-2019-11690",
"url": "https://bugzilla.suse.com/1134157"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "low"
}
],
"title": "CVE-2019-11690"
},
{
"cve": "CVE-2019-13103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-13103"
}
],
"notes": [
{
"category": "general",
"text": "A crafted self-referential DOS partition table will cause all Das U-Boot versions through 2019.07-rc4 to infinitely recurse, causing the stack to grow infinitely and eventually either crash or overwrite other data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-13103",
"url": "https://www.suse.com/security/cve/CVE-2019-13103"
},
{
"category": "external",
"summary": "SUSE Bug 1143463 for CVE-2019-13103",
"url": "https://bugzilla.suse.com/1143463"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-13103"
},
{
"cve": "CVE-2019-14192",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14192"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy when parsing a UDP packet due to a net_process_received_packet integer underflow during an nc_input_packet call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14192",
"url": "https://www.suse.com/security/cve/CVE-2019-14192"
},
{
"category": "external",
"summary": "SUSE Bug 1143777 for CVE-2019-14192",
"url": "https://bugzilla.suse.com/1143777"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-14192"
},
{
"cve": "CVE-2019-14193",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14193"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with an unvalidated length at nfs_readlink_reply, in the \"if\" block after calculating the new path length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14193",
"url": "https://www.suse.com/security/cve/CVE-2019-14193"
},
{
"category": "external",
"summary": "SUSE Bug 1143817 for CVE-2019-14193",
"url": "https://bugzilla.suse.com/1143817"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-14193"
},
{
"cve": "CVE-2019-14194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14194"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_read_reply when calling store_block in the NFSv2 case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14194",
"url": "https://www.suse.com/security/cve/CVE-2019-14194"
},
{
"category": "external",
"summary": "SUSE Bug 1143818 for CVE-2019-14194",
"url": "https://bugzilla.suse.com/1143818"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-14194"
},
{
"cve": "CVE-2019-14195",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14195"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with unvalidated length at nfs_readlink_reply in the \"else\" block after calculating the new path length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14195",
"url": "https://www.suse.com/security/cve/CVE-2019-14195"
},
{
"category": "external",
"summary": "SUSE Bug 1143819 for CVE-2019-14195",
"url": "https://bugzilla.suse.com/1143819"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-14195"
},
{
"cve": "CVE-2019-14196",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14196"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14196",
"url": "https://www.suse.com/security/cve/CVE-2019-14196"
},
{
"category": "external",
"summary": "SUSE Bug 1143820 for CVE-2019-14196",
"url": "https://bugzilla.suse.com/1143820"
},
{
"category": "external",
"summary": "SUSE Bug 1199623 for CVE-2019-14196",
"url": "https://bugzilla.suse.com/1199623"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-14196"
},
{
"cve": "CVE-2019-14197",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14197"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a read of out-of-bounds data at nfs_read_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14197",
"url": "https://www.suse.com/security/cve/CVE-2019-14197"
},
{
"category": "external",
"summary": "SUSE Bug 1143821 for CVE-2019-14197",
"url": "https://bugzilla.suse.com/1143821"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-14197"
},
{
"cve": "CVE-2019-14198",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14198"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_read_reply when calling store_block in the NFSv3 case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14198",
"url": "https://www.suse.com/security/cve/CVE-2019-14198"
},
{
"category": "external",
"summary": "SUSE Bug 1143823 for CVE-2019-14198",
"url": "https://bugzilla.suse.com/1143823"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-14198"
},
{
"cve": "CVE-2019-14199",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14199"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy when parsing a UDP packet due to a net_process_received_packet integer underflow during an *udp_packet_handler call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14199",
"url": "https://www.suse.com/security/cve/CVE-2019-14199"
},
{
"category": "external",
"summary": "SUSE Bug 1143824 for CVE-2019-14199",
"url": "https://bugzilla.suse.com/1143824"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-14199"
},
{
"cve": "CVE-2019-14200",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14200"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: rpc_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14200",
"url": "https://www.suse.com/security/cve/CVE-2019-14200"
},
{
"category": "external",
"summary": "SUSE Bug 1143825 for CVE-2019-14200",
"url": "https://bugzilla.suse.com/1143825"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-14200"
},
{
"cve": "CVE-2019-14201",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14201"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14201",
"url": "https://www.suse.com/security/cve/CVE-2019-14201"
},
{
"category": "external",
"summary": "SUSE Bug 1143827 for CVE-2019-14201",
"url": "https://bugzilla.suse.com/1143827"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-14201"
},
{
"cve": "CVE-2019-14202",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14202"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_readlink_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14202",
"url": "https://www.suse.com/security/cve/CVE-2019-14202"
},
{
"category": "external",
"summary": "SUSE Bug 1143828 for CVE-2019-14202",
"url": "https://bugzilla.suse.com/1143828"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-14202"
},
{
"cve": "CVE-2019-14203",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14203"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_mount_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14203",
"url": "https://www.suse.com/security/cve/CVE-2019-14203"
},
{
"category": "external",
"summary": "SUSE Bug 1143830 for CVE-2019-14203",
"url": "https://bugzilla.suse.com/1143830"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-14203"
},
{
"cve": "CVE-2019-14204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14204"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_umountall_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14204",
"url": "https://www.suse.com/security/cve/CVE-2019-14204"
},
{
"category": "external",
"summary": "SUSE Bug 1143831 for CVE-2019-14204",
"url": "https://bugzilla.suse.com/1143831"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2019-14204"
},
{
"cve": "CVE-2020-10648",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-10648"
}
],
"notes": [
{
"category": "general",
"text": "Das U-Boot through 2020.01 allows attackers to bypass verified boot restrictions and subsequently boot arbitrary images by providing a crafted FIT image to a system configured to boot the default configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-10648",
"url": "https://www.suse.com/security/cve/CVE-2020-10648"
},
{
"category": "external",
"summary": "SUSE Bug 1167209 for CVE-2020-10648",
"url": "https://bugzilla.suse.com/1167209"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "moderate"
}
],
"title": "CVE-2020-10648"
},
{
"cve": "CVE-2020-8432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8432"
}
],
"notes": [
{
"category": "general",
"text": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8432",
"url": "https://www.suse.com/security/cve/CVE-2020-8432"
},
{
"category": "external",
"summary": "SUSE Bug 1162198 for CVE-2020-8432",
"url": "https://bugzilla.suse.com/1162198"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-rpi3-2019.01-5.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:u-boot-tools-2019.01-5.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:09:12Z",
"details": "important"
}
],
"title": "CVE-2020-8432"
}
]
}
SUSE-SU-2020:3161-1
Vulnerability from csaf_suse - Published: 2020-11-05 09:33 - Updated: 2020-11-05 09:33Notes
{
"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 u-boot",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for u-boot fixes the following issues:\n\n- CVE-2020-8432: Fixed a double free in the cmd/gpt.c do_rename_gpt_parts() function, which allowed an attacker to execute arbitrary code (bsc#1162198) \n- CVE-2020-10648: Fixed improper signature verification during verified boot (bsc#1167209).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2020-3161,SUSE-SLE-Module-Basesystem-15-SP2-2020-3161",
"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_3161-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2020:3161-1",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203161-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2020:3161-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2020-November/007704.html"
},
{
"category": "self",
"summary": "SUSE Bug 1162198",
"url": "https://bugzilla.suse.com/1162198"
},
{
"category": "self",
"summary": "SUSE Bug 1167209",
"url": "https://bugzilla.suse.com/1167209"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-10648 page",
"url": "https://www.suse.com/security/cve/CVE-2020-10648/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8432 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8432/"
}
],
"title": "Security update for u-boot",
"tracking": {
"current_release_date": "2020-11-05T09:33:57Z",
"generator": {
"date": "2020-11-05T09:33:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2020:3161-1",
"initial_release_date": "2020-11-05T09:33:57Z",
"revision_history": [
{
"date": "2020-11-05T09:33:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "u-boot-avnetultra96rev1-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-avnetultra96rev1-2020.01-10.9.1.aarch64",
"product_id": "u-boot-avnetultra96rev1-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-avnetultra96rev1-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-avnetultra96rev1-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-avnetultra96rev1-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-bananapim64-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-bananapim64-2020.01-10.9.1.aarch64",
"product_id": "u-boot-bananapim64-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-bananapim64-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-bananapim64-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-bananapim64-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard410c-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-dragonboard410c-2020.01-10.9.1.aarch64",
"product_id": "u-boot-dragonboard410c-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard410c-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-dragonboard410c-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-dragonboard410c-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard820c-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-dragonboard820c-2020.01-10.9.1.aarch64",
"product_id": "u-boot-dragonboard820c-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard820c-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-dragonboard820c-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-dragonboard820c-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-evb-rk3399-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-evb-rk3399-2020.01-10.9.1.aarch64",
"product_id": "u-boot-evb-rk3399-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-evb-rk3399-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-evb-rk3399-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-evb-rk3399-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-firefly-rk3399-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-firefly-rk3399-2020.01-10.9.1.aarch64",
"product_id": "u-boot-firefly-rk3399-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-firefly-rk3399-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-firefly-rk3399-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-firefly-rk3399-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-geekbox-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-geekbox-2020.01-10.9.1.aarch64",
"product_id": "u-boot-geekbox-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-geekbox-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-geekbox-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-geekbox-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-hikey-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-hikey-2020.01-10.9.1.aarch64",
"product_id": "u-boot-hikey-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-hikey-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-hikey-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-hikey-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-khadas-vim-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-khadas-vim-2020.01-10.9.1.aarch64",
"product_id": "u-boot-khadas-vim-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-khadas-vim-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-khadas-vim-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-khadas-vim-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-khadas-vim2-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-khadas-vim2-2020.01-10.9.1.aarch64",
"product_id": "u-boot-khadas-vim2-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-khadas-vim2-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-khadas-vim2-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-khadas-vim2-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-libretech-ac-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-libretech-ac-2020.01-10.9.1.aarch64",
"product_id": "u-boot-libretech-ac-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-libretech-ac-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-libretech-ac-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-libretech-ac-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-libretech-cc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-libretech-cc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-libretech-cc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-libretech-cc-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-libretech-cc-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-libretech-cc-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-ls1012afrdmqspi-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-ls1012afrdmqspi-2020.01-10.9.1.aarch64",
"product_id": "u-boot-ls1012afrdmqspi-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-ls1012afrdmqspi-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-ls1012afrdmqspi-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-ls1012afrdmqspi-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudb-88f3720-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-mvebudb-88f3720-2020.01-10.9.1.aarch64",
"product_id": "u-boot-mvebudb-88f3720-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudb-88f3720-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-mvebudb-88f3720-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-mvebudb-88f3720-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudbarmada8k-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-mvebudbarmada8k-2020.01-10.9.1.aarch64",
"product_id": "u-boot-mvebudbarmada8k-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudbarmada8k-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-mvebudbarmada8k-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-mvebudbarmada8k-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebuespressobin-88f3720-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-mvebuespressobin-88f3720-2020.01-10.9.1.aarch64",
"product_id": "u-boot-mvebuespressobin-88f3720-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebuespressobin-88f3720-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-mvebuespressobin-88f3720-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-mvebuespressobin-88f3720-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebumcbin-88f8040-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-mvebumcbin-88f8040-2020.01-10.9.1.aarch64",
"product_id": "u-boot-mvebumcbin-88f8040-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebumcbin-88f8040-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-mvebumcbin-88f8040-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-mvebumcbin-88f8040-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-nanopia64-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-nanopia64-2020.01-10.9.1.aarch64",
"product_id": "u-boot-nanopia64-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-nanopia64-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-nanopia64-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-nanopia64-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-odroid-c2-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-odroid-c2-2020.01-10.9.1.aarch64",
"product_id": "u-boot-odroid-c2-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-odroid-c2-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-odroid-c2-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-odroid-c2-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-odroid-n2-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-odroid-n2-2020.01-10.9.1.aarch64",
"product_id": "u-boot-odroid-n2-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-odroid-n2-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-odroid-n2-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-odroid-n2-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-orangepipc2-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-orangepipc2-2020.01-10.9.1.aarch64",
"product_id": "u-boot-orangepipc2-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-orangepipc2-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-orangepipc2-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-orangepipc2-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2371-2180-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-p2371-2180-2020.01-10.9.1.aarch64",
"product_id": "u-boot-p2371-2180-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2371-2180-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-p2371-2180-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-p2371-2180-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2771-0000-500-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-p2771-0000-500-2020.01-10.9.1.aarch64",
"product_id": "u-boot-p2771-0000-500-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2771-0000-500-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-p2771-0000-500-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-p2771-0000-500-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p3450-0000-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-p3450-0000-2020.01-10.9.1.aarch64",
"product_id": "u-boot-p3450-0000-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p3450-0000-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-p3450-0000-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-p3450-0000-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pine64plus-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-pine64plus-2020.01-10.9.1.aarch64",
"product_id": "u-boot-pine64plus-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pine64plus-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-pine64plus-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-pine64plus-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pinebook-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-pinebook-2020.01-10.9.1.aarch64",
"product_id": "u-boot-pinebook-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pinebook-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-pinebook-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-pinebook-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pineh64-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-pineh64-2020.01-10.9.1.aarch64",
"product_id": "u-boot-pineh64-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pineh64-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-pineh64-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-pineh64-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-poplar-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-poplar-2020.01-10.9.1.aarch64",
"product_id": "u-boot-poplar-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-poplar-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-poplar-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-poplar-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rock-pi-4-rk3399-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-rock-pi-4-rk3399-2020.01-10.9.1.aarch64",
"product_id": "u-boot-rock-pi-4-rk3399-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rock-pi-4-rk3399-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-rock-pi-4-rk3399-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-rock-pi-4-rk3399-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rock64-rk3328-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-rock64-rk3328-2020.01-10.9.1.aarch64",
"product_id": "u-boot-rock64-rk3328-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rock64-rk3328-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-rock64-rk3328-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-rock64-rk3328-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rock960-rk3399-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-rock960-rk3399-2020.01-10.9.1.aarch64",
"product_id": "u-boot-rock960-rk3399-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rock960-rk3399-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-rock960-rk3399-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-rock960-rk3399-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpi3-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-rpi3-2020.01-10.9.1.aarch64",
"product_id": "u-boot-rpi3-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpi3-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-rpi3-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-rpi3-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpi4-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-rpi4-2020.01-10.9.1.aarch64",
"product_id": "u-boot-rpi4-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpi4-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-rpi4-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-rpi4-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpiarm64-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-rpiarm64-2020.01-10.9.1.aarch64",
"product_id": "u-boot-rpiarm64-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpiarm64-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-rpiarm64-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-rpiarm64-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-tools-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-tools-2020.01-10.9.1.aarch64",
"product_id": "u-boot-tools-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpgeneric-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpgeneric-2020.01-10.9.1.aarch64",
"product_id": "u-boot-xilinxzynqmpgeneric-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpgeneric-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpgeneric-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-xilinxzynqmpgeneric-doc-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpzcu102rev10-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpzcu102rev10-2020.01-10.9.1.aarch64",
"product_id": "u-boot-xilinxzynqmpzcu102rev10-2020.01-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpzcu102rev10-doc-2020.01-10.9.1.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpzcu102rev10-doc-2020.01-10.9.1.aarch64",
"product_id": "u-boot-xilinxzynqmpzcu102rev10-doc-2020.01-10.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2020.01-10.9.1.i586",
"product": {
"name": "u-boot-tools-2020.01-10.9.1.i586",
"product_id": "u-boot-tools-2020.01-10.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2020.01-10.9.1.ppc64le",
"product": {
"name": "u-boot-tools-2020.01-10.9.1.ppc64le",
"product_id": "u-boot-tools-2020.01-10.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2020.01-10.9.1.s390x",
"product": {
"name": "u-boot-tools-2020.01-10.9.1.s390x",
"product_id": "u-boot-tools-2020.01-10.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2020.01-10.9.1.x86_64",
"product": {
"name": "u-boot-tools-2020.01-10.9.1.x86_64",
"product_id": "u-boot-tools-2020.01-10.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-rpiarm64-2020.01-10.9.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-2020.01-10.9.1.aarch64"
},
"product_reference": "u-boot-rpiarm64-2020.01-10.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-rpiarm64-doc-2020.01-10.9.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-doc-2020.01-10.9.1.aarch64"
},
"product_reference": "u-boot-rpiarm64-doc-2020.01-10.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2020.01-10.9.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.aarch64"
},
"product_reference": "u-boot-tools-2020.01-10.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2020.01-10.9.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.ppc64le"
},
"product_reference": "u-boot-tools-2020.01-10.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2020.01-10.9.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.s390x"
},
"product_reference": "u-boot-tools-2020.01-10.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2020.01-10.9.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.x86_64"
},
"product_reference": "u-boot-tools-2020.01-10.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-10648",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-10648"
}
],
"notes": [
{
"category": "general",
"text": "Das U-Boot through 2020.01 allows attackers to bypass verified boot restrictions and subsequently boot arbitrary images by providing a crafted FIT image to a system configured to boot the default configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-doc-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-10648",
"url": "https://www.suse.com/security/cve/CVE-2020-10648"
},
{
"category": "external",
"summary": "SUSE Bug 1167209 for CVE-2020-10648",
"url": "https://bugzilla.suse.com/1167209"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-doc-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-doc-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-05T09:33:57Z",
"details": "moderate"
}
],
"title": "CVE-2020-10648"
},
{
"cve": "CVE-2020-8432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8432"
}
],
"notes": [
{
"category": "general",
"text": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-doc-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8432",
"url": "https://www.suse.com/security/cve/CVE-2020-8432"
},
{
"category": "external",
"summary": "SUSE Bug 1162198 for CVE-2020-8432",
"url": "https://bugzilla.suse.com/1162198"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-doc-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-rpiarm64-doc-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:u-boot-tools-2020.01-10.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-05T09:33:57Z",
"details": "important"
}
],
"title": "CVE-2020-8432"
}
]
}
SUSE-SU-2020:3256-1
Vulnerability from csaf_suse - Published: 2020-11-09 10:12 - Updated: 2020-11-09 10:12Notes
{
"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 u-boot",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for u-boot fixes the following issues:\n\nFix CVE-2019-13106 (bsc#1144656), CVE-2019-13104 (bsc#1144675),\nCVE-2019-14192 (bsc#1143777), CVE-2019-14193 (bsc#1143817),\nCVE-2019-14199 (bsc#1143824), CVE-2019-14197 (bsc#1143821),\nCVE-2019-14200 (bsc#1143825), CVE-2019-14201 (bsc#1143827), \nCVE-2019-14202 (bsc#1143828), CVE-2019-14203 (bsc#1143830),\nCVE-2019-14204 (bsc#1143831), CVE-2019-14194 (bsc#1143818),\nCVE-2019-14198 (bsc#1143823), CVE-2019-14195 (bsc#1143819),\nCVE-2019-14196 (bsc#1143820), CVE-2019-13103 (bsc#1143463),\nCVE-2020-8432 (bsc#1162198), CVE-2019-11059 (bsc#1134853),\nCVE-2019-11690 (bsc#1134157) and CVE-2020-10648 (bsc#1167209)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2020-3256,SUSE-SLE-SERVER-12-SP4-LTSS-2020-3256",
"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_3256-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2020:3256-1",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203256-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2020:3256-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2020-November/007732.html"
},
{
"category": "self",
"summary": "SUSE Bug 1134157",
"url": "https://bugzilla.suse.com/1134157"
},
{
"category": "self",
"summary": "SUSE Bug 1134853",
"url": "https://bugzilla.suse.com/1134853"
},
{
"category": "self",
"summary": "SUSE Bug 1143463",
"url": "https://bugzilla.suse.com/1143463"
},
{
"category": "self",
"summary": "SUSE Bug 1143777",
"url": "https://bugzilla.suse.com/1143777"
},
{
"category": "self",
"summary": "SUSE Bug 1143817",
"url": "https://bugzilla.suse.com/1143817"
},
{
"category": "self",
"summary": "SUSE Bug 1143818",
"url": "https://bugzilla.suse.com/1143818"
},
{
"category": "self",
"summary": "SUSE Bug 1143819",
"url": "https://bugzilla.suse.com/1143819"
},
{
"category": "self",
"summary": "SUSE Bug 1143820",
"url": "https://bugzilla.suse.com/1143820"
},
{
"category": "self",
"summary": "SUSE Bug 1143821",
"url": "https://bugzilla.suse.com/1143821"
},
{
"category": "self",
"summary": "SUSE Bug 1143823",
"url": "https://bugzilla.suse.com/1143823"
},
{
"category": "self",
"summary": "SUSE Bug 1143824",
"url": "https://bugzilla.suse.com/1143824"
},
{
"category": "self",
"summary": "SUSE Bug 1143825",
"url": "https://bugzilla.suse.com/1143825"
},
{
"category": "self",
"summary": "SUSE Bug 1143827",
"url": "https://bugzilla.suse.com/1143827"
},
{
"category": "self",
"summary": "SUSE Bug 1143828",
"url": "https://bugzilla.suse.com/1143828"
},
{
"category": "self",
"summary": "SUSE Bug 1143830",
"url": "https://bugzilla.suse.com/1143830"
},
{
"category": "self",
"summary": "SUSE Bug 1143831",
"url": "https://bugzilla.suse.com/1143831"
},
{
"category": "self",
"summary": "SUSE Bug 1144656",
"url": "https://bugzilla.suse.com/1144656"
},
{
"category": "self",
"summary": "SUSE Bug 1144675",
"url": "https://bugzilla.suse.com/1144675"
},
{
"category": "self",
"summary": "SUSE Bug 1162198",
"url": "https://bugzilla.suse.com/1162198"
},
{
"category": "self",
"summary": "SUSE Bug 1167209",
"url": "https://bugzilla.suse.com/1167209"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11059 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11059/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11690 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11690/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-13103 page",
"url": "https://www.suse.com/security/cve/CVE-2019-13103/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-13104 page",
"url": "https://www.suse.com/security/cve/CVE-2019-13104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-13106 page",
"url": "https://www.suse.com/security/cve/CVE-2019-13106/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14192 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14192/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14193 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14193/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14194 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14194/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14195 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14195/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14196 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14196/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14197 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14197/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14198 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14198/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14199 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14199/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14200 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14200/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14201 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14201/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14202 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14202/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14203 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14203/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14204 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-10648 page",
"url": "https://www.suse.com/security/cve/CVE-2020-10648/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8432 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8432/"
}
],
"title": "Security update for u-boot",
"tracking": {
"current_release_date": "2020-11-09T10:12:31Z",
"generator": {
"date": "2020-11-09T10:12:31Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2020:3256-1",
"initial_release_date": "2020-11-09T10:12:31Z",
"revision_history": [
{
"date": "2020-11-09T10:12:31Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "u-boot-dragonboard410c-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-dragonboard410c-2018.03-4.3.1.aarch64",
"product_id": "u-boot-dragonboard410c-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard410c-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-dragonboard410c-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-dragonboard410c-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-evb-rk3399-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-evb-rk3399-2018.03-4.3.1.aarch64",
"product_id": "u-boot-evb-rk3399-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-evb-rk3399-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-evb-rk3399-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-evb-rk3399-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-firefly-rk3399-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-firefly-rk3399-2018.03-4.3.1.aarch64",
"product_id": "u-boot-firefly-rk3399-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-firefly-rk3399-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-firefly-rk3399-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-firefly-rk3399-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-geekbox-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-geekbox-2018.03-4.3.1.aarch64",
"product_id": "u-boot-geekbox-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-geekbox-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-geekbox-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-geekbox-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-hikey-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-hikey-2018.03-4.3.1.aarch64",
"product_id": "u-boot-hikey-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-hikey-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-hikey-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-hikey-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-ls1012afrdmqspi-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-ls1012afrdmqspi-2018.03-4.3.1.aarch64",
"product_id": "u-boot-ls1012afrdmqspi-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-ls1012afrdmqspi-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-ls1012afrdmqspi-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-ls1012afrdmqspi-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudb-88f3720-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-mvebudb-88f3720-2018.03-4.3.1.aarch64",
"product_id": "u-boot-mvebudb-88f3720-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudb-88f3720-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-mvebudb-88f3720-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-mvebudb-88f3720-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudbarmada8k-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-mvebudbarmada8k-2018.03-4.3.1.aarch64",
"product_id": "u-boot-mvebudbarmada8k-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudbarmada8k-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-mvebudbarmada8k-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-mvebudbarmada8k-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebuespressobin-88f3720-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-mvebuespressobin-88f3720-2018.03-4.3.1.aarch64",
"product_id": "u-boot-mvebuespressobin-88f3720-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebuespressobin-88f3720-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-mvebuespressobin-88f3720-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-mvebuespressobin-88f3720-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebumcbin-88f8040-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-mvebumcbin-88f8040-2018.03-4.3.1.aarch64",
"product_id": "u-boot-mvebumcbin-88f8040-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebumcbin-88f8040-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-mvebumcbin-88f8040-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-mvebumcbin-88f8040-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-nanopia64-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-nanopia64-2018.03-4.3.1.aarch64",
"product_id": "u-boot-nanopia64-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-nanopia64-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-nanopia64-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-nanopia64-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-odroid-c2-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-odroid-c2-2018.03-4.3.1.aarch64",
"product_id": "u-boot-odroid-c2-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-odroid-c2-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-odroid-c2-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-odroid-c2-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-orangepipc2-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-orangepipc2-2018.03-4.3.1.aarch64",
"product_id": "u-boot-orangepipc2-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-orangepipc2-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-orangepipc2-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-orangepipc2-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2371-2180-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-p2371-2180-2018.03-4.3.1.aarch64",
"product_id": "u-boot-p2371-2180-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2371-2180-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-p2371-2180-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-p2371-2180-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pine64plus-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-pine64plus-2018.03-4.3.1.aarch64",
"product_id": "u-boot-pine64plus-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pine64plus-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-pine64plus-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-pine64plus-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpi3-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-rpi3-2018.03-4.3.1.aarch64",
"product_id": "u-boot-rpi3-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpi3-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-rpi3-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-rpi3-doc-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-tools-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-tools-2018.03-4.3.1.aarch64",
"product_id": "u-boot-tools-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpzcu102rev10-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpzcu102rev10-2018.03-4.3.1.aarch64",
"product_id": "u-boot-xilinxzynqmpzcu102rev10-2018.03-4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpzcu102rev10-doc-2018.03-4.3.1.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpzcu102rev10-doc-2018.03-4.3.1.aarch64",
"product_id": "u-boot-xilinxzynqmpzcu102rev10-doc-2018.03-4.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2018.03-4.3.1.i586",
"product": {
"name": "u-boot-tools-2018.03-4.3.1.i586",
"product_id": "u-boot-tools-2018.03-4.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2018.03-4.3.1.ppc64le",
"product": {
"name": "u-boot-tools-2018.03-4.3.1.ppc64le",
"product_id": "u-boot-tools-2018.03-4.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2018.03-4.3.1.s390",
"product": {
"name": "u-boot-tools-2018.03-4.3.1.s390",
"product_id": "u-boot-tools-2018.03-4.3.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2018.03-4.3.1.s390x",
"product": {
"name": "u-boot-tools-2018.03-4.3.1.s390x",
"product_id": "u-boot-tools-2018.03-4.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2018.03-4.3.1.x86_64",
"product": {
"name": "u-boot-tools-2018.03-4.3.1.x86_64",
"product_id": "u-boot-tools-2018.03-4.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-rpi3-2018.03-4.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64"
},
"product_reference": "u-boot-rpi3-2018.03-4.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2018.03-4.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
},
"product_reference": "u-boot-tools-2018.03-4.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-11059",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11059"
}
],
"notes": [
{
"category": "general",
"text": "Das U-Boot 2016.11-rc1 through 2019.04 mishandles the ext4 64-bit extension, resulting in a buffer overflow.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11059",
"url": "https://www.suse.com/security/cve/CVE-2019-11059"
},
{
"category": "external",
"summary": "SUSE Bug 1134853 for CVE-2019-11059",
"url": "https://bugzilla.suse.com/1134853"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "low"
}
],
"title": "CVE-2019-11059"
},
{
"cve": "CVE-2019-11690",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11690"
}
],
"notes": [
{
"category": "general",
"text": "gen_rand_uuid in lib/uuid.c in Das U-Boot v2014.04 through v2019.04 lacks an srand call, which allows attackers to determine UUID values in scenarios where CONFIG_RANDOM_UUID is enabled, and Das U-Boot is relied upon for UUID values of a GUID Partition Table of a boot device.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11690",
"url": "https://www.suse.com/security/cve/CVE-2019-11690"
},
{
"category": "external",
"summary": "SUSE Bug 1134157 for CVE-2019-11690",
"url": "https://bugzilla.suse.com/1134157"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "low"
}
],
"title": "CVE-2019-11690"
},
{
"cve": "CVE-2019-13103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-13103"
}
],
"notes": [
{
"category": "general",
"text": "A crafted self-referential DOS partition table will cause all Das U-Boot versions through 2019.07-rc4 to infinitely recurse, causing the stack to grow infinitely and eventually either crash or overwrite other data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-13103",
"url": "https://www.suse.com/security/cve/CVE-2019-13103"
},
{
"category": "external",
"summary": "SUSE Bug 1143463 for CVE-2019-13103",
"url": "https://bugzilla.suse.com/1143463"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-13103"
},
{
"cve": "CVE-2019-13104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-13104"
}
],
"notes": [
{
"category": "general",
"text": "In Das U-Boot versions 2016.11-rc1 through 2019.07-rc4, an underflow can cause memcpy() to overwrite a very large amount of data (including the whole stack) while reading a crafted ext4 filesystem.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-13104",
"url": "https://www.suse.com/security/cve/CVE-2019-13104"
},
{
"category": "external",
"summary": "SUSE Bug 1144675 for CVE-2019-13104",
"url": "https://bugzilla.suse.com/1144675"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-13104"
},
{
"cve": "CVE-2019-13106",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-13106"
}
],
"notes": [
{
"category": "general",
"text": "Das U-Boot versions 2016.09 through 2019.07-rc4 can memset() too much data while reading a crafted ext4 filesystem, which results in a stack buffer overflow and likely code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-13106",
"url": "https://www.suse.com/security/cve/CVE-2019-13106"
},
{
"category": "external",
"summary": "SUSE Bug 1144656 for CVE-2019-13106",
"url": "https://bugzilla.suse.com/1144656"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-13106"
},
{
"cve": "CVE-2019-14192",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14192"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy when parsing a UDP packet due to a net_process_received_packet integer underflow during an nc_input_packet call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14192",
"url": "https://www.suse.com/security/cve/CVE-2019-14192"
},
{
"category": "external",
"summary": "SUSE Bug 1143777 for CVE-2019-14192",
"url": "https://bugzilla.suse.com/1143777"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-14192"
},
{
"cve": "CVE-2019-14193",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14193"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with an unvalidated length at nfs_readlink_reply, in the \"if\" block after calculating the new path length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14193",
"url": "https://www.suse.com/security/cve/CVE-2019-14193"
},
{
"category": "external",
"summary": "SUSE Bug 1143817 for CVE-2019-14193",
"url": "https://bugzilla.suse.com/1143817"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-14193"
},
{
"cve": "CVE-2019-14194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14194"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_read_reply when calling store_block in the NFSv2 case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14194",
"url": "https://www.suse.com/security/cve/CVE-2019-14194"
},
{
"category": "external",
"summary": "SUSE Bug 1143818 for CVE-2019-14194",
"url": "https://bugzilla.suse.com/1143818"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-14194"
},
{
"cve": "CVE-2019-14195",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14195"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with unvalidated length at nfs_readlink_reply in the \"else\" block after calculating the new path length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14195",
"url": "https://www.suse.com/security/cve/CVE-2019-14195"
},
{
"category": "external",
"summary": "SUSE Bug 1143819 for CVE-2019-14195",
"url": "https://bugzilla.suse.com/1143819"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-14195"
},
{
"cve": "CVE-2019-14196",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14196"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14196",
"url": "https://www.suse.com/security/cve/CVE-2019-14196"
},
{
"category": "external",
"summary": "SUSE Bug 1143820 for CVE-2019-14196",
"url": "https://bugzilla.suse.com/1143820"
},
{
"category": "external",
"summary": "SUSE Bug 1199623 for CVE-2019-14196",
"url": "https://bugzilla.suse.com/1199623"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-14196"
},
{
"cve": "CVE-2019-14197",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14197"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a read of out-of-bounds data at nfs_read_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14197",
"url": "https://www.suse.com/security/cve/CVE-2019-14197"
},
{
"category": "external",
"summary": "SUSE Bug 1143821 for CVE-2019-14197",
"url": "https://bugzilla.suse.com/1143821"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-14197"
},
{
"cve": "CVE-2019-14198",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14198"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_read_reply when calling store_block in the NFSv3 case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14198",
"url": "https://www.suse.com/security/cve/CVE-2019-14198"
},
{
"category": "external",
"summary": "SUSE Bug 1143823 for CVE-2019-14198",
"url": "https://bugzilla.suse.com/1143823"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-14198"
},
{
"cve": "CVE-2019-14199",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14199"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy when parsing a UDP packet due to a net_process_received_packet integer underflow during an *udp_packet_handler call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14199",
"url": "https://www.suse.com/security/cve/CVE-2019-14199"
},
{
"category": "external",
"summary": "SUSE Bug 1143824 for CVE-2019-14199",
"url": "https://bugzilla.suse.com/1143824"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-14199"
},
{
"cve": "CVE-2019-14200",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14200"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: rpc_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14200",
"url": "https://www.suse.com/security/cve/CVE-2019-14200"
},
{
"category": "external",
"summary": "SUSE Bug 1143825 for CVE-2019-14200",
"url": "https://bugzilla.suse.com/1143825"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-14200"
},
{
"cve": "CVE-2019-14201",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14201"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14201",
"url": "https://www.suse.com/security/cve/CVE-2019-14201"
},
{
"category": "external",
"summary": "SUSE Bug 1143827 for CVE-2019-14201",
"url": "https://bugzilla.suse.com/1143827"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-14201"
},
{
"cve": "CVE-2019-14202",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14202"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_readlink_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14202",
"url": "https://www.suse.com/security/cve/CVE-2019-14202"
},
{
"category": "external",
"summary": "SUSE Bug 1143828 for CVE-2019-14202",
"url": "https://bugzilla.suse.com/1143828"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-14202"
},
{
"cve": "CVE-2019-14203",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14203"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_mount_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14203",
"url": "https://www.suse.com/security/cve/CVE-2019-14203"
},
{
"category": "external",
"summary": "SUSE Bug 1143830 for CVE-2019-14203",
"url": "https://bugzilla.suse.com/1143830"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-14203"
},
{
"cve": "CVE-2019-14204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14204"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_umountall_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14204",
"url": "https://www.suse.com/security/cve/CVE-2019-14204"
},
{
"category": "external",
"summary": "SUSE Bug 1143831 for CVE-2019-14204",
"url": "https://bugzilla.suse.com/1143831"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2019-14204"
},
{
"cve": "CVE-2020-10648",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-10648"
}
],
"notes": [
{
"category": "general",
"text": "Das U-Boot through 2020.01 allows attackers to bypass verified boot restrictions and subsequently boot arbitrary images by providing a crafted FIT image to a system configured to boot the default configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-10648",
"url": "https://www.suse.com/security/cve/CVE-2020-10648"
},
{
"category": "external",
"summary": "SUSE Bug 1167209 for CVE-2020-10648",
"url": "https://bugzilla.suse.com/1167209"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "moderate"
}
],
"title": "CVE-2020-10648"
},
{
"cve": "CVE-2020-8432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8432"
}
],
"notes": [
{
"category": "general",
"text": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8432",
"url": "https://www.suse.com/security/cve/CVE-2020-8432"
},
{
"category": "external",
"summary": "SUSE Bug 1162198 for CVE-2020-8432",
"url": "https://bugzilla.suse.com/1162198"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-rpi3-2018.03-4.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:u-boot-tools-2018.03-4.3.1.aarch64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-09T10:12:31Z",
"details": "important"
}
],
"title": "CVE-2020-8432"
}
]
}
SUSE-SU-2020:3283-1
Vulnerability from csaf_suse - Published: 2020-11-11 08:59 - Updated: 2020-11-11 08:59Notes
{
"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 u-boot",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for u-boot fixes the following issues:\n\n- Fix network boot on Raspberry Pi 3 B+ (bsc#1098649)\n- Fix GOP pixel format (bsc#1098447)\n- Fix SD writes on Raspberry Pi\n- Enable a few more armv7 boards to boot with EFI\n- Fix potentially miscompiled runtime service calls\n\nFix CVE-2019-14192 (bsc#1143777), CVE-2019-14193 (bsc#1143817), \nCVE-2019-14199 (bsc#1143824), CVE-2019-14197 (bsc#1143821), \nCVE-2019-14200 (bsc#1143825), CVE-2019-14201 (bsc#1143827), \nCVE-2019-14202 (bsc#1143828), CVE-2019-14203 (bsc#1143830), \nCVE-2019-14204 (bsc#1143831), CVE-2019-14194 (bsc#1143818), \nCVE-2019-14198 (bsc#1143823), CVE-2019-14195 (bsc#1143819), \nCVE-2019-14196 (bsc#1143820), CVE-2019-13103 (bsc#1143463), \nCVE-2020-8432 (bsc#1162198), CVE-2019-11059 (bsc#1134853), \nCVE-2019-11690 (bsc#1134157) and CVE-2020-10648 (bsc#1167209) \n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2020-3283,SUSE-SLE-Product-HPC-15-2020-3283,SUSE-SLE-Product-SLES-15-2020-3283,SUSE-SLE-Product-SLES_SAP-15-2020-3283",
"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_3283-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2020:3283-1",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203283-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2020:3283-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2020-November/007760.html"
},
{
"category": "self",
"summary": "SUSE Bug 1098447",
"url": "https://bugzilla.suse.com/1098447"
},
{
"category": "self",
"summary": "SUSE Bug 1098649",
"url": "https://bugzilla.suse.com/1098649"
},
{
"category": "self",
"summary": "SUSE Bug 1134157",
"url": "https://bugzilla.suse.com/1134157"
},
{
"category": "self",
"summary": "SUSE Bug 1134853",
"url": "https://bugzilla.suse.com/1134853"
},
{
"category": "self",
"summary": "SUSE Bug 1143463",
"url": "https://bugzilla.suse.com/1143463"
},
{
"category": "self",
"summary": "SUSE Bug 1143777",
"url": "https://bugzilla.suse.com/1143777"
},
{
"category": "self",
"summary": "SUSE Bug 1143817",
"url": "https://bugzilla.suse.com/1143817"
},
{
"category": "self",
"summary": "SUSE Bug 1143818",
"url": "https://bugzilla.suse.com/1143818"
},
{
"category": "self",
"summary": "SUSE Bug 1143819",
"url": "https://bugzilla.suse.com/1143819"
},
{
"category": "self",
"summary": "SUSE Bug 1143820",
"url": "https://bugzilla.suse.com/1143820"
},
{
"category": "self",
"summary": "SUSE Bug 1143821",
"url": "https://bugzilla.suse.com/1143821"
},
{
"category": "self",
"summary": "SUSE Bug 1143823",
"url": "https://bugzilla.suse.com/1143823"
},
{
"category": "self",
"summary": "SUSE Bug 1143824",
"url": "https://bugzilla.suse.com/1143824"
},
{
"category": "self",
"summary": "SUSE Bug 1143825",
"url": "https://bugzilla.suse.com/1143825"
},
{
"category": "self",
"summary": "SUSE Bug 1143827",
"url": "https://bugzilla.suse.com/1143827"
},
{
"category": "self",
"summary": "SUSE Bug 1143828",
"url": "https://bugzilla.suse.com/1143828"
},
{
"category": "self",
"summary": "SUSE Bug 1143830",
"url": "https://bugzilla.suse.com/1143830"
},
{
"category": "self",
"summary": "SUSE Bug 1143831",
"url": "https://bugzilla.suse.com/1143831"
},
{
"category": "self",
"summary": "SUSE Bug 1162198",
"url": "https://bugzilla.suse.com/1162198"
},
{
"category": "self",
"summary": "SUSE Bug 1167209",
"url": "https://bugzilla.suse.com/1167209"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11059 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11059/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11690 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11690/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-13103 page",
"url": "https://www.suse.com/security/cve/CVE-2019-13103/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14192 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14192/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14193 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14193/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14194 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14194/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14195 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14195/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14196 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14196/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14197 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14197/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14198 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14198/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14199 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14199/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14200 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14200/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14201 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14201/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14202 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14202/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14203 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14203/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14204 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-10648 page",
"url": "https://www.suse.com/security/cve/CVE-2020-10648/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8432 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8432/"
}
],
"title": "Security update for u-boot",
"tracking": {
"current_release_date": "2020-11-11T08:59:07Z",
"generator": {
"date": "2020-11-11T08:59:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2020:3283-1",
"initial_release_date": "2020-11-11T08:59:07Z",
"revision_history": [
{
"date": "2020-11-11T08:59:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "u-boot-dragonboard410c-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-dragonboard410c-2018.03-4.6.2.aarch64",
"product_id": "u-boot-dragonboard410c-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-dragonboard410c-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-dragonboard410c-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-dragonboard410c-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-evb-rk3399-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-evb-rk3399-2018.03-4.6.2.aarch64",
"product_id": "u-boot-evb-rk3399-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-evb-rk3399-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-evb-rk3399-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-evb-rk3399-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-firefly-rk3399-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-firefly-rk3399-2018.03-4.6.2.aarch64",
"product_id": "u-boot-firefly-rk3399-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-firefly-rk3399-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-firefly-rk3399-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-firefly-rk3399-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-geekbox-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-geekbox-2018.03-4.6.2.aarch64",
"product_id": "u-boot-geekbox-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-geekbox-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-geekbox-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-geekbox-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-hikey-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-hikey-2018.03-4.6.2.aarch64",
"product_id": "u-boot-hikey-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-hikey-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-hikey-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-hikey-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-ls1012afrdmqspi-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-ls1012afrdmqspi-2018.03-4.6.2.aarch64",
"product_id": "u-boot-ls1012afrdmqspi-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-ls1012afrdmqspi-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-ls1012afrdmqspi-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-ls1012afrdmqspi-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudb-88f3720-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-mvebudb-88f3720-2018.03-4.6.2.aarch64",
"product_id": "u-boot-mvebudb-88f3720-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudb-88f3720-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-mvebudb-88f3720-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-mvebudb-88f3720-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudbarmada8k-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-mvebudbarmada8k-2018.03-4.6.2.aarch64",
"product_id": "u-boot-mvebudbarmada8k-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebudbarmada8k-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-mvebudbarmada8k-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-mvebudbarmada8k-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebuespressobin-88f3720-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-mvebuespressobin-88f3720-2018.03-4.6.2.aarch64",
"product_id": "u-boot-mvebuespressobin-88f3720-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebuespressobin-88f3720-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-mvebuespressobin-88f3720-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-mvebuespressobin-88f3720-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebumcbin-88f8040-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-mvebumcbin-88f8040-2018.03-4.6.2.aarch64",
"product_id": "u-boot-mvebumcbin-88f8040-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-mvebumcbin-88f8040-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-mvebumcbin-88f8040-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-mvebumcbin-88f8040-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-nanopia64-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-nanopia64-2018.03-4.6.2.aarch64",
"product_id": "u-boot-nanopia64-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-nanopia64-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-nanopia64-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-nanopia64-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-odroid-c2-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-odroid-c2-2018.03-4.6.2.aarch64",
"product_id": "u-boot-odroid-c2-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-odroid-c2-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-odroid-c2-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-odroid-c2-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-orangepipc2-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-orangepipc2-2018.03-4.6.2.aarch64",
"product_id": "u-boot-orangepipc2-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-orangepipc2-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-orangepipc2-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-orangepipc2-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2371-2180-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-p2371-2180-2018.03-4.6.2.aarch64",
"product_id": "u-boot-p2371-2180-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-p2371-2180-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-p2371-2180-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-p2371-2180-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pine64plus-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-pine64plus-2018.03-4.6.2.aarch64",
"product_id": "u-boot-pine64plus-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-pine64plus-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-pine64plus-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-pine64plus-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpi3-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-rpi3-2018.03-4.6.2.aarch64",
"product_id": "u-boot-rpi3-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-rpi3-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-rpi3-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-rpi3-doc-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-tools-2018.03-4.6.1.aarch64",
"product": {
"name": "u-boot-tools-2018.03-4.6.1.aarch64",
"product_id": "u-boot-tools-2018.03-4.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpzcu102rev10-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpzcu102rev10-2018.03-4.6.2.aarch64",
"product_id": "u-boot-xilinxzynqmpzcu102rev10-2018.03-4.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "u-boot-xilinxzynqmpzcu102rev10-doc-2018.03-4.6.2.aarch64",
"product": {
"name": "u-boot-xilinxzynqmpzcu102rev10-doc-2018.03-4.6.2.aarch64",
"product_id": "u-boot-xilinxzynqmpzcu102rev10-doc-2018.03-4.6.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2018.03-4.6.1.i586",
"product": {
"name": "u-boot-tools-2018.03-4.6.1.i586",
"product_id": "u-boot-tools-2018.03-4.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2018.03-4.6.1.ppc64le",
"product": {
"name": "u-boot-tools-2018.03-4.6.1.ppc64le",
"product_id": "u-boot-tools-2018.03-4.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2018.03-4.6.1.s390x",
"product": {
"name": "u-boot-tools-2018.03-4.6.1.s390x",
"product_id": "u-boot-tools-2018.03-4.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2018.03-4.6.1.x86_64",
"product": {
"name": "u-boot-tools-2018.03-4.6.1.x86_64",
"product_id": "u-boot-tools-2018.03-4.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-rpi3-2018.03-4.6.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64"
},
"product_reference": "u-boot-rpi3-2018.03-4.6.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2018.03-4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64"
},
"product_reference": "u-boot-tools-2018.03-4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2018.03-4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64"
},
"product_reference": "u-boot-tools-2018.03-4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-rpi3-2018.03-4.6.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64"
},
"product_reference": "u-boot-rpi3-2018.03-4.6.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2018.03-4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64"
},
"product_reference": "u-boot-tools-2018.03-4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2018.03-4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64"
},
"product_reference": "u-boot-tools-2018.03-4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-rpi3-2018.03-4.6.2.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64"
},
"product_reference": "u-boot-rpi3-2018.03-4.6.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2018.03-4.6.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64"
},
"product_reference": "u-boot-tools-2018.03-4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2018.03-4.6.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le"
},
"product_reference": "u-boot-tools-2018.03-4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2018.03-4.6.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x"
},
"product_reference": "u-boot-tools-2018.03-4.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2018.03-4.6.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64"
},
"product_reference": "u-boot-tools-2018.03-4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2018.03-4.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le"
},
"product_reference": "u-boot-tools-2018.03-4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2018.03-4.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
},
"product_reference": "u-boot-tools-2018.03-4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-11059",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11059"
}
],
"notes": [
{
"category": "general",
"text": "Das U-Boot 2016.11-rc1 through 2019.04 mishandles the ext4 64-bit extension, resulting in a buffer overflow.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11059",
"url": "https://www.suse.com/security/cve/CVE-2019-11059"
},
{
"category": "external",
"summary": "SUSE Bug 1134853 for CVE-2019-11059",
"url": "https://bugzilla.suse.com/1134853"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "low"
}
],
"title": "CVE-2019-11059"
},
{
"cve": "CVE-2019-11690",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11690"
}
],
"notes": [
{
"category": "general",
"text": "gen_rand_uuid in lib/uuid.c in Das U-Boot v2014.04 through v2019.04 lacks an srand call, which allows attackers to determine UUID values in scenarios where CONFIG_RANDOM_UUID is enabled, and Das U-Boot is relied upon for UUID values of a GUID Partition Table of a boot device.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11690",
"url": "https://www.suse.com/security/cve/CVE-2019-11690"
},
{
"category": "external",
"summary": "SUSE Bug 1134157 for CVE-2019-11690",
"url": "https://bugzilla.suse.com/1134157"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "low"
}
],
"title": "CVE-2019-11690"
},
{
"cve": "CVE-2019-13103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-13103"
}
],
"notes": [
{
"category": "general",
"text": "A crafted self-referential DOS partition table will cause all Das U-Boot versions through 2019.07-rc4 to infinitely recurse, causing the stack to grow infinitely and eventually either crash or overwrite other data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-13103",
"url": "https://www.suse.com/security/cve/CVE-2019-13103"
},
{
"category": "external",
"summary": "SUSE Bug 1143463 for CVE-2019-13103",
"url": "https://bugzilla.suse.com/1143463"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-13103"
},
{
"cve": "CVE-2019-14192",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14192"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy when parsing a UDP packet due to a net_process_received_packet integer underflow during an nc_input_packet call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14192",
"url": "https://www.suse.com/security/cve/CVE-2019-14192"
},
{
"category": "external",
"summary": "SUSE Bug 1143777 for CVE-2019-14192",
"url": "https://bugzilla.suse.com/1143777"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-14192"
},
{
"cve": "CVE-2019-14193",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14193"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with an unvalidated length at nfs_readlink_reply, in the \"if\" block after calculating the new path length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14193",
"url": "https://www.suse.com/security/cve/CVE-2019-14193"
},
{
"category": "external",
"summary": "SUSE Bug 1143817 for CVE-2019-14193",
"url": "https://bugzilla.suse.com/1143817"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-14193"
},
{
"cve": "CVE-2019-14194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14194"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_read_reply when calling store_block in the NFSv2 case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14194",
"url": "https://www.suse.com/security/cve/CVE-2019-14194"
},
{
"category": "external",
"summary": "SUSE Bug 1143818 for CVE-2019-14194",
"url": "https://bugzilla.suse.com/1143818"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-14194"
},
{
"cve": "CVE-2019-14195",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14195"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with unvalidated length at nfs_readlink_reply in the \"else\" block after calculating the new path length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14195",
"url": "https://www.suse.com/security/cve/CVE-2019-14195"
},
{
"category": "external",
"summary": "SUSE Bug 1143819 for CVE-2019-14195",
"url": "https://bugzilla.suse.com/1143819"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-14195"
},
{
"cve": "CVE-2019-14196",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14196"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14196",
"url": "https://www.suse.com/security/cve/CVE-2019-14196"
},
{
"category": "external",
"summary": "SUSE Bug 1143820 for CVE-2019-14196",
"url": "https://bugzilla.suse.com/1143820"
},
{
"category": "external",
"summary": "SUSE Bug 1199623 for CVE-2019-14196",
"url": "https://bugzilla.suse.com/1199623"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-14196"
},
{
"cve": "CVE-2019-14197",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14197"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a read of out-of-bounds data at nfs_read_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14197",
"url": "https://www.suse.com/security/cve/CVE-2019-14197"
},
{
"category": "external",
"summary": "SUSE Bug 1143821 for CVE-2019-14197",
"url": "https://bugzilla.suse.com/1143821"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-14197"
},
{
"cve": "CVE-2019-14198",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14198"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_read_reply when calling store_block in the NFSv3 case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14198",
"url": "https://www.suse.com/security/cve/CVE-2019-14198"
},
{
"category": "external",
"summary": "SUSE Bug 1143823 for CVE-2019-14198",
"url": "https://bugzilla.suse.com/1143823"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-14198"
},
{
"cve": "CVE-2019-14199",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14199"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy when parsing a UDP packet due to a net_process_received_packet integer underflow during an *udp_packet_handler call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14199",
"url": "https://www.suse.com/security/cve/CVE-2019-14199"
},
{
"category": "external",
"summary": "SUSE Bug 1143824 for CVE-2019-14199",
"url": "https://bugzilla.suse.com/1143824"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-14199"
},
{
"cve": "CVE-2019-14200",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14200"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: rpc_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14200",
"url": "https://www.suse.com/security/cve/CVE-2019-14200"
},
{
"category": "external",
"summary": "SUSE Bug 1143825 for CVE-2019-14200",
"url": "https://bugzilla.suse.com/1143825"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-14200"
},
{
"cve": "CVE-2019-14201",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14201"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14201",
"url": "https://www.suse.com/security/cve/CVE-2019-14201"
},
{
"category": "external",
"summary": "SUSE Bug 1143827 for CVE-2019-14201",
"url": "https://bugzilla.suse.com/1143827"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-14201"
},
{
"cve": "CVE-2019-14202",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14202"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_readlink_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14202",
"url": "https://www.suse.com/security/cve/CVE-2019-14202"
},
{
"category": "external",
"summary": "SUSE Bug 1143828 for CVE-2019-14202",
"url": "https://bugzilla.suse.com/1143828"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-14202"
},
{
"cve": "CVE-2019-14203",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14203"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_mount_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14203",
"url": "https://www.suse.com/security/cve/CVE-2019-14203"
},
{
"category": "external",
"summary": "SUSE Bug 1143830 for CVE-2019-14203",
"url": "https://bugzilla.suse.com/1143830"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-14203"
},
{
"cve": "CVE-2019-14204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14204"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_umountall_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14204",
"url": "https://www.suse.com/security/cve/CVE-2019-14204"
},
{
"category": "external",
"summary": "SUSE Bug 1143831 for CVE-2019-14204",
"url": "https://bugzilla.suse.com/1143831"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2019-14204"
},
{
"cve": "CVE-2020-10648",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-10648"
}
],
"notes": [
{
"category": "general",
"text": "Das U-Boot through 2020.01 allows attackers to bypass verified boot restrictions and subsequently boot arbitrary images by providing a crafted FIT image to a system configured to boot the default configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-10648",
"url": "https://www.suse.com/security/cve/CVE-2020-10648"
},
{
"category": "external",
"summary": "SUSE Bug 1167209 for CVE-2020-10648",
"url": "https://bugzilla.suse.com/1167209"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "moderate"
}
],
"title": "CVE-2020-10648"
},
{
"cve": "CVE-2020-8432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8432"
}
],
"notes": [
{
"category": "general",
"text": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8432",
"url": "https://www.suse.com/security/cve/CVE-2020-8432"
},
{
"category": "external",
"summary": "SUSE Bug 1162198 for CVE-2020-8432",
"url": "https://bugzilla.suse.com/1162198"
}
],
"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 High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-rpi3-2018.03-4.6.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:u-boot-tools-2018.03-4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:u-boot-tools-2018.03-4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-11T08:59:07Z",
"details": "important"
}
],
"title": "CVE-2020-8432"
}
]
}
OPENSUSE-SU-2020:1930-1
Vulnerability from csaf_opensuse - Published: 2020-11-15 15:18 - Updated: 2020-11-15 15:18Notes
{
"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 u-boot",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for u-boot fixes the following issues:\n\nCVE-2019-14192 (bsc#1143777), CVE-2019-14193 (bsc#1143817),\nCVE-2019-14199 (bsc#1143824), CVE-2019-14197 (bsc#1143821),\nCVE-2019-14200 (bsc#1143825), CVE-2019-14201 (bsc#1143827), \nCVE-2019-14202 (bsc#1143828), CVE-2019-14203 (bsc#1143830),\nCVE-2019-14204 (bsc#1143831), CVE-2019-14194 (bsc#1143818),\nCVE-2019-14198 (bsc#1143823), CVE-2019-14195 (bsc#1143819),\nCVE-2019-14196 (bsc#1143820), CVE-2019-13103 (bsc#1143463),\nCVE-2020-8432 (bsc#1162198), CVE-2019-11059 (bsc#1134853),\nCVE-2019-11690 (bsc#1134157) and CVE-2020-10648 (bsc#1167209)\n\nThis update was imported from the SUSE:SLE-15-SP1:Update update project.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2020-1930",
"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_1930-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2020:1930-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HY7PFRXKSIEBEZBSKFM57JGCIQJEJZL6/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2020:1930-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HY7PFRXKSIEBEZBSKFM57JGCIQJEJZL6/"
},
{
"category": "self",
"summary": "SUSE Bug 1134157",
"url": "https://bugzilla.suse.com/1134157"
},
{
"category": "self",
"summary": "SUSE Bug 1134853",
"url": "https://bugzilla.suse.com/1134853"
},
{
"category": "self",
"summary": "SUSE Bug 1143463",
"url": "https://bugzilla.suse.com/1143463"
},
{
"category": "self",
"summary": "SUSE Bug 1143777",
"url": "https://bugzilla.suse.com/1143777"
},
{
"category": "self",
"summary": "SUSE Bug 1143817",
"url": "https://bugzilla.suse.com/1143817"
},
{
"category": "self",
"summary": "SUSE Bug 1143818",
"url": "https://bugzilla.suse.com/1143818"
},
{
"category": "self",
"summary": "SUSE Bug 1143819",
"url": "https://bugzilla.suse.com/1143819"
},
{
"category": "self",
"summary": "SUSE Bug 1143820",
"url": "https://bugzilla.suse.com/1143820"
},
{
"category": "self",
"summary": "SUSE Bug 1143821",
"url": "https://bugzilla.suse.com/1143821"
},
{
"category": "self",
"summary": "SUSE Bug 1143823",
"url": "https://bugzilla.suse.com/1143823"
},
{
"category": "self",
"summary": "SUSE Bug 1143824",
"url": "https://bugzilla.suse.com/1143824"
},
{
"category": "self",
"summary": "SUSE Bug 1143825",
"url": "https://bugzilla.suse.com/1143825"
},
{
"category": "self",
"summary": "SUSE Bug 1143827",
"url": "https://bugzilla.suse.com/1143827"
},
{
"category": "self",
"summary": "SUSE Bug 1143828",
"url": "https://bugzilla.suse.com/1143828"
},
{
"category": "self",
"summary": "SUSE Bug 1143830",
"url": "https://bugzilla.suse.com/1143830"
},
{
"category": "self",
"summary": "SUSE Bug 1143831",
"url": "https://bugzilla.suse.com/1143831"
},
{
"category": "self",
"summary": "SUSE Bug 1162198",
"url": "https://bugzilla.suse.com/1162198"
},
{
"category": "self",
"summary": "SUSE Bug 1167209",
"url": "https://bugzilla.suse.com/1167209"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11059 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11059/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11690 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11690/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-13103 page",
"url": "https://www.suse.com/security/cve/CVE-2019-13103/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14192 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14192/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14193 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14193/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14194 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14194/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14195 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14195/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14196 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14196/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14197 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14197/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14198 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14198/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14199 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14199/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14200 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14200/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14201 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14201/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14202 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14202/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14203 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14203/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14204 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-10648 page",
"url": "https://www.suse.com/security/cve/CVE-2020-10648/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8432 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8432/"
}
],
"title": "Security update for u-boot",
"tracking": {
"current_release_date": "2020-11-15T15:18:54Z",
"generator": {
"date": "2020-11-15T15:18:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2020:1930-1",
"initial_release_date": "2020-11-15T15:18:54Z",
"revision_history": [
{
"date": "2020-11-15T15:18:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2019.01-lp151.6.13.1.x86_64",
"product": {
"name": "u-boot-tools-2019.01-lp151.6.13.1.x86_64",
"product_id": "u-boot-tools-2019.01-lp151.6.13.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": "u-boot-tools-2019.01-lp151.6.13.1.x86_64 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
},
"product_reference": "u-boot-tools-2019.01-lp151.6.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-11059",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11059"
}
],
"notes": [
{
"category": "general",
"text": "Das U-Boot 2016.11-rc1 through 2019.04 mishandles the ext4 64-bit extension, resulting in a buffer overflow.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11059",
"url": "https://www.suse.com/security/cve/CVE-2019-11059"
},
{
"category": "external",
"summary": "SUSE Bug 1134853 for CVE-2019-11059",
"url": "https://bugzilla.suse.com/1134853"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "moderate"
}
],
"title": "CVE-2019-11059"
},
{
"cve": "CVE-2019-11690",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11690"
}
],
"notes": [
{
"category": "general",
"text": "gen_rand_uuid in lib/uuid.c in Das U-Boot v2014.04 through v2019.04 lacks an srand call, which allows attackers to determine UUID values in scenarios where CONFIG_RANDOM_UUID is enabled, and Das U-Boot is relied upon for UUID values of a GUID Partition Table of a boot device.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11690",
"url": "https://www.suse.com/security/cve/CVE-2019-11690"
},
{
"category": "external",
"summary": "SUSE Bug 1134157 for CVE-2019-11690",
"url": "https://bugzilla.suse.com/1134157"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "low"
}
],
"title": "CVE-2019-11690"
},
{
"cve": "CVE-2019-13103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-13103"
}
],
"notes": [
{
"category": "general",
"text": "A crafted self-referential DOS partition table will cause all Das U-Boot versions through 2019.07-rc4 to infinitely recurse, causing the stack to grow infinitely and eventually either crash or overwrite other data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-13103",
"url": "https://www.suse.com/security/cve/CVE-2019-13103"
},
{
"category": "external",
"summary": "SUSE Bug 1143463 for CVE-2019-13103",
"url": "https://bugzilla.suse.com/1143463"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "moderate"
}
],
"title": "CVE-2019-13103"
},
{
"cve": "CVE-2019-14192",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14192"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy when parsing a UDP packet due to a net_process_received_packet integer underflow during an nc_input_packet call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14192",
"url": "https://www.suse.com/security/cve/CVE-2019-14192"
},
{
"category": "external",
"summary": "SUSE Bug 1143777 for CVE-2019-14192",
"url": "https://bugzilla.suse.com/1143777"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "moderate"
}
],
"title": "CVE-2019-14192"
},
{
"cve": "CVE-2019-14193",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14193"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with an unvalidated length at nfs_readlink_reply, in the \"if\" block after calculating the new path length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14193",
"url": "https://www.suse.com/security/cve/CVE-2019-14193"
},
{
"category": "external",
"summary": "SUSE Bug 1143817 for CVE-2019-14193",
"url": "https://bugzilla.suse.com/1143817"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "moderate"
}
],
"title": "CVE-2019-14193"
},
{
"cve": "CVE-2019-14194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14194"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_read_reply when calling store_block in the NFSv2 case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14194",
"url": "https://www.suse.com/security/cve/CVE-2019-14194"
},
{
"category": "external",
"summary": "SUSE Bug 1143818 for CVE-2019-14194",
"url": "https://bugzilla.suse.com/1143818"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "important"
}
],
"title": "CVE-2019-14194"
},
{
"cve": "CVE-2019-14195",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14195"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with unvalidated length at nfs_readlink_reply in the \"else\" block after calculating the new path length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14195",
"url": "https://www.suse.com/security/cve/CVE-2019-14195"
},
{
"category": "external",
"summary": "SUSE Bug 1143819 for CVE-2019-14195",
"url": "https://bugzilla.suse.com/1143819"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "moderate"
}
],
"title": "CVE-2019-14195"
},
{
"cve": "CVE-2019-14196",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14196"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14196",
"url": "https://www.suse.com/security/cve/CVE-2019-14196"
},
{
"category": "external",
"summary": "SUSE Bug 1143820 for CVE-2019-14196",
"url": "https://bugzilla.suse.com/1143820"
},
{
"category": "external",
"summary": "SUSE Bug 1199623 for CVE-2019-14196",
"url": "https://bugzilla.suse.com/1199623"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "moderate"
}
],
"title": "CVE-2019-14196"
},
{
"cve": "CVE-2019-14197",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14197"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a read of out-of-bounds data at nfs_read_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14197",
"url": "https://www.suse.com/security/cve/CVE-2019-14197"
},
{
"category": "external",
"summary": "SUSE Bug 1143821 for CVE-2019-14197",
"url": "https://bugzilla.suse.com/1143821"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "moderate"
}
],
"title": "CVE-2019-14197"
},
{
"cve": "CVE-2019-14198",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14198"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy with a failed length check at nfs_read_reply when calling store_block in the NFSv3 case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14198",
"url": "https://www.suse.com/security/cve/CVE-2019-14198"
},
{
"category": "external",
"summary": "SUSE Bug 1143823 for CVE-2019-14198",
"url": "https://bugzilla.suse.com/1143823"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "moderate"
}
],
"title": "CVE-2019-14198"
},
{
"cve": "CVE-2019-14199",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14199"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is an unbounded memcpy when parsing a UDP packet due to a net_process_received_packet integer underflow during an *udp_packet_handler call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14199",
"url": "https://www.suse.com/security/cve/CVE-2019-14199"
},
{
"category": "external",
"summary": "SUSE Bug 1143824 for CVE-2019-14199",
"url": "https://bugzilla.suse.com/1143824"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "moderate"
}
],
"title": "CVE-2019-14199"
},
{
"cve": "CVE-2019-14200",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14200"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: rpc_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14200",
"url": "https://www.suse.com/security/cve/CVE-2019-14200"
},
{
"category": "external",
"summary": "SUSE Bug 1143825 for CVE-2019-14200",
"url": "https://bugzilla.suse.com/1143825"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "important"
}
],
"title": "CVE-2019-14200"
},
{
"cve": "CVE-2019-14201",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14201"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_lookup_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14201",
"url": "https://www.suse.com/security/cve/CVE-2019-14201"
},
{
"category": "external",
"summary": "SUSE Bug 1143827 for CVE-2019-14201",
"url": "https://bugzilla.suse.com/1143827"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "important"
}
],
"title": "CVE-2019-14201"
},
{
"cve": "CVE-2019-14202",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14202"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_readlink_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14202",
"url": "https://www.suse.com/security/cve/CVE-2019-14202"
},
{
"category": "external",
"summary": "SUSE Bug 1143828 for CVE-2019-14202",
"url": "https://bugzilla.suse.com/1143828"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "important"
}
],
"title": "CVE-2019-14202"
},
{
"cve": "CVE-2019-14203",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14203"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_mount_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14203",
"url": "https://www.suse.com/security/cve/CVE-2019-14203"
},
{
"category": "external",
"summary": "SUSE Bug 1143830 for CVE-2019-14203",
"url": "https://bugzilla.suse.com/1143830"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "important"
}
],
"title": "CVE-2019-14203"
},
{
"cve": "CVE-2019-14204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14204"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Das U-Boot through 2019.07. There is a stack-based buffer overflow in this nfs_handler reply helper function: nfs_umountall_reply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14204",
"url": "https://www.suse.com/security/cve/CVE-2019-14204"
},
{
"category": "external",
"summary": "SUSE Bug 1143831 for CVE-2019-14204",
"url": "https://bugzilla.suse.com/1143831"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "important"
}
],
"title": "CVE-2019-14204"
},
{
"cve": "CVE-2020-10648",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-10648"
}
],
"notes": [
{
"category": "general",
"text": "Das U-Boot through 2020.01 allows attackers to bypass verified boot restrictions and subsequently boot arbitrary images by providing a crafted FIT image to a system configured to boot the default configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-10648",
"url": "https://www.suse.com/security/cve/CVE-2020-10648"
},
{
"category": "external",
"summary": "SUSE Bug 1167209 for CVE-2020-10648",
"url": "https://bugzilla.suse.com/1167209"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "moderate"
}
],
"title": "CVE-2020-10648"
},
{
"cve": "CVE-2020-8432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8432"
}
],
"notes": [
{
"category": "general",
"text": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8432",
"url": "https://www.suse.com/security/cve/CVE-2020-8432"
},
{
"category": "external",
"summary": "SUSE Bug 1162198 for CVE-2020-8432",
"url": "https://bugzilla.suse.com/1162198"
}
],
"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:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:u-boot-tools-2019.01-lp151.6.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-15T15:18:54Z",
"details": "important"
}
],
"title": "CVE-2020-8432"
}
]
}
OPENSUSE-SU-2020:1869-1
Vulnerability from csaf_opensuse - Published: 2020-11-07 09:56 - Updated: 2020-11-07 09:56Notes
{
"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 u-boot",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for u-boot fixes the following issues:\n\n- CVE-2020-8432: Fixed a double free in the cmd/gpt.c do_rename_gpt_parts() function, which allowed an attacker to execute arbitrary code (bsc#1162198) \n- CVE-2020-10648: Fixed improper signature verification during verified boot (bsc#1167209).\n\nThis update was imported from the SUSE:SLE-15-SP2:Update update project.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2020-1869",
"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_1869-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2020:1869-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZX3PJ3EQM5U46A2YMSVVXPTKP7U7SVZG/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2020:1869-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZX3PJ3EQM5U46A2YMSVVXPTKP7U7SVZG/"
},
{
"category": "self",
"summary": "SUSE Bug 1162198",
"url": "https://bugzilla.suse.com/1162198"
},
{
"category": "self",
"summary": "SUSE Bug 1167209",
"url": "https://bugzilla.suse.com/1167209"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-10648 page",
"url": "https://www.suse.com/security/cve/CVE-2020-10648/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8432 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8432/"
}
],
"title": "Security update for u-boot",
"tracking": {
"current_release_date": "2020-11-07T09:56:06Z",
"generator": {
"date": "2020-11-07T09:56:06Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2020:1869-1",
"initial_release_date": "2020-11-07T09:56:06Z",
"revision_history": [
{
"date": "2020-11-07T09:56:06Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "u-boot-tools-2020.01-lp152.9.9.1.x86_64",
"product": {
"name": "u-boot-tools-2020.01-lp152.9.9.1.x86_64",
"product_id": "u-boot-tools-2020.01-lp152.9.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.2",
"product": {
"name": "openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "u-boot-tools-2020.01-lp152.9.9.1.x86_64 as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:u-boot-tools-2020.01-lp152.9.9.1.x86_64"
},
"product_reference": "u-boot-tools-2020.01-lp152.9.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-10648",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-10648"
}
],
"notes": [
{
"category": "general",
"text": "Das U-Boot through 2020.01 allows attackers to bypass verified boot restrictions and subsequently boot arbitrary images by providing a crafted FIT image to a system configured to boot the default configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:u-boot-tools-2020.01-lp152.9.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-10648",
"url": "https://www.suse.com/security/cve/CVE-2020-10648"
},
{
"category": "external",
"summary": "SUSE Bug 1167209 for CVE-2020-10648",
"url": "https://bugzilla.suse.com/1167209"
}
],
"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.2:u-boot-tools-2020.01-lp152.9.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:u-boot-tools-2020.01-lp152.9.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-07T09:56:06Z",
"details": "moderate"
}
],
"title": "CVE-2020-10648"
},
{
"cve": "CVE-2020-8432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8432"
}
],
"notes": [
{
"category": "general",
"text": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:u-boot-tools-2020.01-lp152.9.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8432",
"url": "https://www.suse.com/security/cve/CVE-2020-8432"
},
{
"category": "external",
"summary": "SUSE Bug 1162198 for CVE-2020-8432",
"url": "https://bugzilla.suse.com/1162198"
}
],
"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.2:u-boot-tools-2020.01-lp152.9.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:u-boot-tools-2020.01-lp152.9.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-07T09:56:06Z",
"details": "important"
}
],
"title": "CVE-2020-8432"
}
]
}
GHSA-J5R3-PWR2-9CQJ
Vulnerability from github – Published: 2022-05-24 17:07 – Updated: 2022-05-24 17:07In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis.
{
"affected": [],
"aliases": [
"CVE-2020-8432"
],
"database_specific": {
"cwe_ids": [
"CWE-415"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2020-01-29T19:15:00Z",
"severity": "HIGH"
},
"details": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis.",
"id": "GHSA-j5r3-pwr2-9cqj",
"modified": "2022-05-24T17:07:43Z",
"published": "2022-05-24T17:07:43Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8432"
},
{
"type": "WEB",
"url": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354060.html"
},
{
"type": "WEB",
"url": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354114.html"
},
{
"type": "WEB",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00030.html"
}
],
"schema_version": "1.4.0",
"severity": []
}
GSD-2020-8432
Vulnerability from gsd - Updated: 2023-12-13 01:21{
"GSD": {
"alias": "CVE-2020-8432",
"description": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis.",
"id": "GSD-2020-8432",
"references": [
"https://www.suse.com/security/cve/CVE-2020-8432.html"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2020-8432"
],
"details": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis.",
"id": "GSD-2020-8432",
"modified": "2023-12-13T01:21:54.378957Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2020-8432",
"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": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354060.html",
"refsource": "MISC",
"url": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354060.html"
},
{
"name": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354114.html",
"refsource": "MISC",
"url": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354114.html"
},
{
"name": "openSUSE-SU-2020:1869",
"refsource": "SUSE",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00030.html"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:denx:u-boot:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "2020.01",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2020-8432"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-787"
},
{
"lang": "en",
"value": "CWE-415"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354060.html",
"refsource": "MISC",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354060.html"
},
{
"name": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354114.html",
"refsource": "MISC",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354114.html"
},
{
"name": "openSUSE-SU-2020:1869",
"refsource": "SUSE",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00030.html"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "COMPLETE",
"baseScore": 10.0,
"confidentialityImpact": "COMPLETE",
"integrityImpact": "COMPLETE",
"vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 10.0,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "HIGH",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9
}
},
"lastModifiedDate": "2021-07-21T11:39Z",
"publishedDate": "2020-01-29T19:15Z"
}
}
}
VAR-202001-1829
Vulnerability from variot - Updated: 2024-05-12 03:34In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis. Das U-Boot There is a double release vulnerability in.Information is obtained, information is tampered with, and service operation is interrupted. (DoS) It may be put into a state. Das U-Boot is an open source firmware for Power Architecture, ARM, MIPS, x86 and other processors for embedded development.
Das U-Boot do_rename_gpt_parts () has two release vulnerabilities. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gentoo Linux Security Advisory GLSA 202405-23
https://security.gentoo.org/
Severity: Normal Title: U-Boot tools: double free vulnerability Date: May 08, 2024 Bugs: #717000 ID: 202405-23
Synopsis
A vulnerability has been discovered in U-Boot tools which can lead to execution of arbitary code.
Background
U-Boot tools provides utiiities for working with Das U-Boot.
Affected packages
Package Vulnerable Unaffected
dev-embedded/u-boot-tools < 2020.04 >= 2020.04
Description
A vulnerability has been discovered in U-Boot tools. Please review the CVE identifier referenced below for details.
Workaround
There is no known workaround at this time.
Resolution
All U-Boot tools users should upgrade to the latest version:
# emerge --sync # emerge --ask --oneshot --verbose ">\xdev-embedded/u-boot-tools-2020.04"
References
[ 1 ] CVE-2020-8432 https://nvd.nist.gov/vuln/detail/CVE-2020-8432
Availability
This GLSA and any updates to it are available for viewing at the Gentoo Security Website:
https://security.gentoo.org/glsa/202405-23
Concerns?
Security is a primary focus of Gentoo Linux and ensuring the confidentiality and security of our users' machines is of utmost importance to us. Any security concerns should be addressed to security@gentoo.org or alternatively, you may file a bug at https://bugs.gentoo.org.
License
Copyright 2024 Gentoo Foundation, Inc; referenced text belongs to its owner(s).
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
https://creativecommons.org/licenses/by-sa/2.5
Show details on source website{
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/VARIoTentry#",
"affected_products": {
"@id": "https://www.variotdbs.pl/ref/affected_products"
},
"configurations": {
"@id": "https://www.variotdbs.pl/ref/configurations"
},
"credits": {
"@id": "https://www.variotdbs.pl/ref/credits"
},
"cvss": {
"@id": "https://www.variotdbs.pl/ref/cvss/"
},
"description": {
"@id": "https://www.variotdbs.pl/ref/description/"
},
"exploit_availability": {
"@id": "https://www.variotdbs.pl/ref/exploit_availability/"
},
"external_ids": {
"@id": "https://www.variotdbs.pl/ref/external_ids/"
},
"iot": {
"@id": "https://www.variotdbs.pl/ref/iot/"
},
"iot_taxonomy": {
"@id": "https://www.variotdbs.pl/ref/iot_taxonomy/"
},
"patch": {
"@id": "https://www.variotdbs.pl/ref/patch/"
},
"problemtype_data": {
"@id": "https://www.variotdbs.pl/ref/problemtype_data/"
},
"references": {
"@id": "https://www.variotdbs.pl/ref/references/"
},
"sources": {
"@id": "https://www.variotdbs.pl/ref/sources/"
},
"sources_release_date": {
"@id": "https://www.variotdbs.pl/ref/sources_release_date/"
},
"sources_update_date": {
"@id": "https://www.variotdbs.pl/ref/sources_update_date/"
},
"threat_type": {
"@id": "https://www.variotdbs.pl/ref/threat_type/"
},
"title": {
"@id": "https://www.variotdbs.pl/ref/title/"
},
"type": {
"@id": "https://www.variotdbs.pl/ref/type/"
}
},
"@id": "https://www.variotdbs.pl/vuln/VAR-202001-1829",
"affected_products": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/affected_products#",
"data": {
"@container": "@list"
},
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
},
"@id": "https://www.variotdbs.pl/ref/sources"
}
},
"data": [
{
"model": "u-boot",
"scope": "lte",
"trust": 1.0,
"vendor": "denx",
"version": "2020.01"
},
{
"model": "leap",
"scope": "eq",
"trust": 1.0,
"vendor": "opensuse",
"version": "15.2"
},
{
"model": "u-boot",
"scope": "eq",
"trust": 0.8,
"vendor": "denx engineering",
"version": "2020.01"
},
{
"model": "das u-boot",
"scope": "lte",
"trust": 0.6,
"vendor": "u boot",
"version": "\u003c=2020.01"
}
],
"sources": [
{
"db": "CNVD",
"id": "CNVD-2020-15144"
},
{
"db": "JVNDB",
"id": "JVNDB-2020-001611"
},
{
"db": "NVD",
"id": "CVE-2020-8432"
}
]
},
"configurations": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/configurations#",
"children": {
"@container": "@list"
},
"cpe_match": {
"@container": "@list"
},
"data": {
"@container": "@list"
},
"nodes": {
"@container": "@list"
}
},
"data": [
{
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:denx:u-boot:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "2020.01",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
}
],
"sources": [
{
"db": "NVD",
"id": "CVE-2020-8432"
}
]
},
"credits": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/credits#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": "Gentoo",
"sources": [
{
"db": "PACKETSTORM",
"id": "178507"
}
],
"trust": 0.1
},
"cve": "CVE-2020-8432",
"cvss": {
"@context": {
"cvssV2": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV2#"
},
"@id": "https://www.variotdbs.pl/ref/cvss/cvssV2"
},
"cvssV3": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV3#"
},
"@id": "https://www.variotdbs.pl/ref/cvss/cvssV3/"
},
"severity": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/cvss/severity#"
},
"@id": "https://www.variotdbs.pl/ref/cvss/severity"
},
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
},
"@id": "https://www.variotdbs.pl/ref/sources"
}
},
"data": [
{
"cvssV2": [
{
"acInsufInfo": false,
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"author": "NVD",
"availabilityImpact": "COMPLETE",
"baseScore": 10.0,
"confidentialityImpact": "COMPLETE",
"exploitabilityScore": 10.0,
"impactScore": 10.0,
"integrityImpact": "COMPLETE",
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "HIGH",
"trust": 1.0,
"userInteractionRequired": false,
"vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
{
"acInsufInfo": null,
"accessComplexity": "Low",
"accessVector": "Network",
"authentication": "None",
"author": "NVD",
"availabilityImpact": "Complete",
"baseScore": 10.0,
"confidentialityImpact": "Complete",
"exploitabilityScore": null,
"id": "JVNDB-2020-001611",
"impactScore": null,
"integrityImpact": "Complete",
"obtainAllPrivilege": null,
"obtainOtherPrivilege": null,
"obtainUserPrivilege": null,
"severity": "High",
"trust": 0.8,
"userInteractionRequired": null,
"vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
{
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"author": "CNVD",
"availabilityImpact": "COMPLETE",
"baseScore": 10.0,
"confidentialityImpact": "COMPLETE",
"exploitabilityScore": 10.0,
"id": "CNVD-2020-15144",
"impactScore": 10.0,
"integrityImpact": "COMPLETE",
"severity": "HIGH",
"trust": 0.6,
"vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"version": "2.0"
}
],
"cvssV3": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"author": "NVD",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"exploitabilityScore": 3.9,
"impactScore": 5.9,
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"trust": 1.0,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
{
"attackComplexity": "Low",
"attackVector": "Network",
"author": "NVD",
"availabilityImpact": "High",
"baseScore": 9.8,
"baseSeverity": "Critical",
"confidentialityImpact": "High",
"exploitabilityScore": null,
"id": "JVNDB-2020-001611",
"impactScore": null,
"integrityImpact": "High",
"privilegesRequired": "None",
"scope": "Unchanged",
"trust": 0.8,
"userInteraction": "None",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
}
],
"severity": [
{
"author": "NVD",
"id": "CVE-2020-8432",
"trust": 1.0,
"value": "CRITICAL"
},
{
"author": "NVD",
"id": "JVNDB-2020-001611",
"trust": 0.8,
"value": "Critical"
},
{
"author": "CNVD",
"id": "CNVD-2020-15144",
"trust": 0.6,
"value": "HIGH"
},
{
"author": "CNNVD",
"id": "CNNVD-202001-1316",
"trust": 0.6,
"value": "CRITICAL"
}
]
}
],
"sources": [
{
"db": "CNVD",
"id": "CNVD-2020-15144"
},
{
"db": "JVNDB",
"id": "JVNDB-2020-001611"
},
{
"db": "CNNVD",
"id": "CNNVD-202001-1316"
},
{
"db": "NVD",
"id": "CVE-2020-8432"
}
]
},
"description": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/description#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": "In Das U-Boot through 2020.01, a double free has been found in the cmd/gpt.c do_rename_gpt_parts() function. Double freeing may result in a write-what-where condition, allowing an attacker to execute arbitrary code. NOTE: this vulnerablity was introduced when attempting to fix a memory leak identified by static analysis. Das U-Boot There is a double release vulnerability in.Information is obtained, information is tampered with, and service operation is interrupted. (DoS) It may be put into a state. Das U-Boot is an open source firmware for Power Architecture, ARM, MIPS, x86 and other processors for embedded development. \n\r\n\r\nDas U-Boot do_rename_gpt_parts () has two release vulnerabilities. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\nGentoo Linux Security Advisory GLSA 202405-23\n- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n https://security.gentoo.org/\n- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\n Severity: Normal\n Title: U-Boot tools: double free vulnerability\n Date: May 08, 2024\n Bugs: #717000\n ID: 202405-23\n\n- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\nSynopsis\n=======\nA vulnerability has been discovered in U-Boot tools which can lead to\nexecution of arbitary code. \n\nBackground\n=========\nU-Boot tools provides utiiities for working with Das U-Boot. \n\nAffected packages\n================\nPackage Vulnerable Unaffected\n------------------------- ------------ ------------\ndev-embedded/u-boot-tools \u003c 2020.04 \u003e= 2020.04\n\nDescription\n==========\nA vulnerability has been discovered in U-Boot tools. Please review the\nCVE identifier referenced below for details. \n\nWorkaround\n=========\nThere is no known workaround at this time. \n\nResolution\n=========\nAll U-Boot tools users should upgrade to the latest version:\n\n # emerge --sync\n # emerge --ask --oneshot --verbose \"\u003e\\xdev-embedded/u-boot-tools-2020.04\"\n\nReferences\n=========\n[ 1 ] CVE-2020-8432\n https://nvd.nist.gov/vuln/detail/CVE-2020-8432\n\nAvailability\n===========\nThis GLSA and any updates to it are available for viewing at\nthe Gentoo Security Website:\n\n https://security.gentoo.org/glsa/202405-23\n\nConcerns?\n========\nSecurity is a primary focus of Gentoo Linux and ensuring the\nconfidentiality and security of our users\u0027 machines is of utmost\nimportance to us. Any security concerns should be addressed to\nsecurity@gentoo.org or alternatively, you may file a bug at\nhttps://bugs.gentoo.org. \n\nLicense\n======\nCopyright 2024 Gentoo Foundation, Inc; referenced text\nbelongs to its owner(s). \n\nThe contents of this document are licensed under the\nCreative Commons - Attribution / Share Alike license. \n\nhttps://creativecommons.org/licenses/by-sa/2.5\n",
"sources": [
{
"db": "NVD",
"id": "CVE-2020-8432"
},
{
"db": "JVNDB",
"id": "JVNDB-2020-001611"
},
{
"db": "CNVD",
"id": "CNVD-2020-15144"
},
{
"db": "PACKETSTORM",
"id": "178507"
}
],
"trust": 2.25
},
"external_ids": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/external_ids#",
"data": {
"@container": "@list"
},
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": [
{
"db": "NVD",
"id": "CVE-2020-8432",
"trust": 3.1
},
{
"db": "JVNDB",
"id": "JVNDB-2020-001611",
"trust": 0.8
},
{
"db": "CNVD",
"id": "CNVD-2020-15144",
"trust": 0.6
},
{
"db": "AUSCERT",
"id": "ESB-2020.3927",
"trust": 0.6
},
{
"db": "AUSCERT",
"id": "ESB-2020.4035",
"trust": 0.6
},
{
"db": "CNNVD",
"id": "CNNVD-202001-1316",
"trust": 0.6
},
{
"db": "PACKETSTORM",
"id": "178507",
"trust": 0.1
}
],
"sources": [
{
"db": "CNVD",
"id": "CNVD-2020-15144"
},
{
"db": "JVNDB",
"id": "JVNDB-2020-001611"
},
{
"db": "PACKETSTORM",
"id": "178507"
},
{
"db": "CNNVD",
"id": "CNNVD-202001-1316"
},
{
"db": "NVD",
"id": "CVE-2020-8432"
}
]
},
"id": "VAR-202001-1829",
"iot": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/iot#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": true,
"sources": [
{
"db": "CNVD",
"id": "CNVD-2020-15144"
}
],
"trust": 0.86666668
},
"iot_taxonomy": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/iot_taxonomy#",
"data": {
"@container": "@list"
},
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": [
{
"category": [
"Network device"
],
"sub_category": null,
"trust": 0.6
}
],
"sources": [
{
"db": "CNVD",
"id": "CNVD-2020-15144"
}
]
},
"last_update_date": "2024-05-12T03:34:57.889000Z",
"patch": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/patch#",
"data": {
"@container": "@list"
},
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": [
{
"title": "u-boot",
"trust": 0.8,
"url": "https://github.com/u-boot/u-boot"
}
],
"sources": [
{
"db": "JVNDB",
"id": "JVNDB-2020-001611"
}
]
},
"problemtype_data": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/problemtype_data#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": [
{
"problemtype": "CWE-415",
"trust": 1.8
},
{
"problemtype": "CWE-787",
"trust": 1.0
}
],
"sources": [
{
"db": "JVNDB",
"id": "JVNDB-2020-001611"
},
{
"db": "NVD",
"id": "CVE-2020-8432"
}
]
},
"references": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/references#",
"data": {
"@container": "@list"
},
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": [
{
"trust": 1.6,
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00030.html"
},
{
"trust": 1.5,
"url": "https://nvd.nist.gov/vuln/detail/cve-2020-8432"
},
{
"trust": 1.4,
"url": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354114.html"
},
{
"trust": 1.2,
"url": "https://www.mail-archive.com/u-boot@lists.denx.de/msg354060.html"
},
{
"trust": 1.0,
"url": "https://www.mail-archive.com/u-boot%40lists.denx.de/msg354060.html"
},
{
"trust": 1.0,
"url": "https://www.mail-archive.com/u-boot%40lists.denx.de/msg354114.html"
},
{
"trust": 0.8,
"url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2020-8432"
},
{
"trust": 0.6,
"url": "https://vigilance.fr/vulnerability/das-u-boot-use-after-free-via-do-rename-gpt-parts-33836"
},
{
"trust": 0.6,
"url": "https://www.auscert.org.au/bulletins/esb-2020.4035/"
},
{
"trust": 0.6,
"url": "https://www.auscert.org.au/bulletins/esb-2020.3927/"
},
{
"trust": 0.1,
"url": "https://security.gentoo.org/"
},
{
"trust": 0.1,
"url": "https://bugs.gentoo.org."
},
{
"trust": 0.1,
"url": "https://security.gentoo.org/glsa/202405-23"
},
{
"trust": 0.1,
"url": "https://creativecommons.org/licenses/by-sa/2.5"
}
],
"sources": [
{
"db": "CNVD",
"id": "CNVD-2020-15144"
},
{
"db": "JVNDB",
"id": "JVNDB-2020-001611"
},
{
"db": "PACKETSTORM",
"id": "178507"
},
{
"db": "CNNVD",
"id": "CNNVD-202001-1316"
},
{
"db": "NVD",
"id": "CVE-2020-8432"
}
]
},
"sources": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#",
"data": {
"@container": "@list"
}
},
"data": [
{
"db": "CNVD",
"id": "CNVD-2020-15144"
},
{
"db": "JVNDB",
"id": "JVNDB-2020-001611"
},
{
"db": "PACKETSTORM",
"id": "178507"
},
{
"db": "CNNVD",
"id": "CNNVD-202001-1316"
},
{
"db": "NVD",
"id": "CVE-2020-8432"
}
]
},
"sources_release_date": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources_release_date#",
"data": {
"@container": "@list"
}
},
"data": [
{
"date": "2020-03-02T00:00:00",
"db": "CNVD",
"id": "CNVD-2020-15144"
},
{
"date": "2020-02-19T00:00:00",
"db": "JVNDB",
"id": "JVNDB-2020-001611"
},
{
"date": "2024-05-09T15:45:13",
"db": "PACKETSTORM",
"id": "178507"
},
{
"date": "2020-01-29T00:00:00",
"db": "CNNVD",
"id": "CNNVD-202001-1316"
},
{
"date": "2020-01-29T19:15:14.260000",
"db": "NVD",
"id": "CVE-2020-8432"
}
]
},
"sources_update_date": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources_update_date#",
"data": {
"@container": "@list"
}
},
"data": [
{
"date": "2020-03-03T00:00:00",
"db": "CNVD",
"id": "CNVD-2020-15144"
},
{
"date": "2020-02-19T00:00:00",
"db": "JVNDB",
"id": "JVNDB-2020-001611"
},
{
"date": "2020-11-13T00:00:00",
"db": "CNNVD",
"id": "CNNVD-202001-1316"
},
{
"date": "2023-11-07T03:26:35.847000",
"db": "NVD",
"id": "CVE-2020-8432"
}
]
},
"threat_type": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/threat_type#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": "remote",
"sources": [
{
"db": "CNNVD",
"id": "CNNVD-202001-1316"
}
],
"trust": 0.6
},
"title": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/title#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": "Das U-Boot Double release vulnerability in",
"sources": [
{
"db": "JVNDB",
"id": "JVNDB-2020-001611"
}
],
"trust": 0.8
},
"type": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/type#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": "resource management error",
"sources": [
{
"db": "CNNVD",
"id": "CNNVD-202001-1316"
}
],
"trust": 0.6
}
}
CVE-2020-8432
Vulnerability from fstec - Published: 17.01.2020{
"CVSS 2.0": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"CVSS 3.0": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "Novell Inc., \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f, \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "12 SP4 (Suse Linux Enterprise Server), 15 (SUSE Linux Enterprise Server for SAP Applications), 10 (Debian GNU/Linux), 11 (Debian GNU/Linux), 4.7 (Astra Linux Special Edition), 15 SP3 (Suse Linux Enterprise Server), 15 SP3 (SUSE Linux Enterprise Server for SAP Applications), 15 SP3 (Suse Linux Enterprise Desktop), 15 SP4 (Suse Linux Enterprise Server), 15 SP4 (Suse Linux Enterprise Desktop), 15 (Suse Linux Enterprise Server), 15 SP4 (SUSE Linux Enterprise Server for SAP Applications), 15 (Suse Linux Enterprise Desktop), \u0434\u043e 2020.01 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e (U-Boot)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\n\n\u0414\u043b\u044f U-Boot:\n\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0434\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438\n\n\u0414\u043b\u044f Debian GNU/Linux:\nhttps://security-tracker.debian.org/tracker/CVE-2020-8432\n\n\u0414\u043b\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Novell Inc.:\nhttps://www.suse.com/security/cve/CVE-2020-8432.html\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 u-boot \u0434\u043e 2019.01+dfsg-7.astra2+ci1 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-1020SE47",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "17.01.2020",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "29.10.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "30.11.2022",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2022-07031",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2020-8432",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "Suse Linux Enterprise Server, SUSE Linux Enterprise Server for SAP Applications, Debian GNU/Linux, Astra Linux Special Edition (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Suse Linux Enterprise Desktop, U-Boot",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "Novell Inc. Suse Linux Enterprise Server 12 SP4 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 10 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 11 , \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 4.7 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Novell Inc. Suse Linux Enterprise Server 15 SP3 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP3 , Novell Inc. Suse Linux Enterprise Desktop 15 SP3 , Novell Inc. Suse Linux Enterprise Server 15 SP4 , Novell Inc. Suse Linux Enterprise Desktop 15 SP4 , Novell Inc. Suse Linux Enterprise Server 15 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP4 , Novell Inc. Suse Linux Enterprise Desktop 15 ",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u0438 do_rename_gpt_parts() (cmd/gpt.c) \u0437\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a\u0430 U-Boot \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043d\u0430 \u0431\u0430\u0437\u0435 Linux, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0435 \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u0438\u0435 (CWE-415), \u0417\u0430\u043f\u0438\u0441\u044c \u0437\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u0430\u043c\u0438 \u0431\u0443\u0444\u0435\u0440\u0430 (CWE-787)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u0438 do_rename_gpt_parts() (cmd/gpt.c) \u0437\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a\u0430 U-Boot \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043d\u0430 \u0431\u0430\u0437\u0435 Linux \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043e\u0448\u0438\u0431\u043a\u043e\u0439 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0433\u043e \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u043f\u0430\u043c\u044f\u0442\u0438. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u0445",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://lists.opensuse.org/archives/lists/security-announce@lists.opensuse.org/message/ZX3PJ3EQM5U46A2YMSVVXPTKP7U7SVZG/\nhttps://www.mail-archive.com/u-boot@lists.denx.de/msg354060.html\nhttps://www.mail-archive.com/u-boot@lists.denx.de/msg354114.html\nhttps://security-tracker.debian.org/tracker/CVE-2020-8432\nhttps://www.suse.com/security/cve/CVE-2020-8432.html\nhttps://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-1020SE47",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041c\u0438\u043a\u0440\u043e\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0439 \u043a\u043e\u0434",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-415, CWE-787",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 10)\n\u041a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 9,8)"
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.