Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2020-35112 (GCVE-0-2020-35112)
Vulnerability from cvelistv5 – Published: 2021-01-07 13:50 – Updated: 2024-08-04 16:55
VLAI
EPSS
Summary
If a user downloaded a file lacking an extension on Windows, and then "Open"-ed it from the downloads panel, if there was an executable file in the downloads directory with the same name but with an executable extension (such as .bat or .exe) that executable would have been launched instead. *Note: This issue only affected Windows operating systems. Other operating systems are unaffected.*. This vulnerability affects Firefox < 84, Thunderbird < 78.6, and Firefox ESR < 78.6.
Severity
8.8 (High)
CWE
- Opening an extension-less download may have inadvertently launched an executable instead
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://www.mozilla.org/security/advisories/mfsa2… | x_refsource_MISC |
| https://www.mozilla.org/security/advisories/mfsa2… | x_refsource_MISC |
| https://www.mozilla.org/security/advisories/mfsa2… | x_refsource_MISC |
| https://bugzilla.mozilla.org/show_bug.cgi?id=1661365 | x_refsource_MISC |
Impacted products
3 products
| Vendor | Product | Version | |
|---|---|---|---|
| Mozilla | Firefox |
Affected:
unspecified , < 84
(custom)
|
|
| Mozilla | Thunderbird |
Affected:
unspecified , < 78.6
(custom)
|
|
| Mozilla | Firefox ESR |
Affected:
unspecified , < 78.6
(custom)
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T16:55:10.836Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.mozilla.org/security/advisories/mfsa2020-54/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.mozilla.org/security/advisories/mfsa2020-56/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.mozilla.org/security/advisories/mfsa2020-55/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1661365"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "Firefox",
"vendor": "Mozilla",
"versions": [
{
"lessThan": "84",
"status": "affected",
"version": "unspecified",
"versionType": "custom"
}
]
},
{
"product": "Thunderbird",
"vendor": "Mozilla",
"versions": [
{
"lessThan": "78.6",
"status": "affected",
"version": "unspecified",
"versionType": "custom"
}
]
},
{
"product": "Firefox ESR",
"vendor": "Mozilla",
"versions": [
{
"lessThan": "78.6",
"status": "affected",
"version": "unspecified",
"versionType": "custom"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "If a user downloaded a file lacking an extension on Windows, and then \"Open\"-ed it from the downloads panel, if there was an executable file in the downloads directory with the same name but with an executable extension (such as .bat or .exe) that executable would have been launched instead. *Note: This issue only affected Windows operating systems. Other operating systems are unaffected.*. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "Opening an extension-less download may have inadvertently launched an executable instead",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2021-01-07T13:50:05.000Z",
"orgId": "f16b083a-5664-49f3-a51e-8d479e5ed7fe",
"shortName": "mozilla"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.mozilla.org/security/advisories/mfsa2020-54/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.mozilla.org/security/advisories/mfsa2020-56/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.mozilla.org/security/advisories/mfsa2020-55/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1661365"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security@mozilla.org",
"ID": "CVE-2020-35112",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Firefox",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_value": "84"
}
]
}
},
{
"product_name": "Thunderbird",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_value": "78.6"
}
]
}
},
{
"product_name": "Firefox ESR",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_value": "78.6"
}
]
}
}
]
},
"vendor_name": "Mozilla"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "If a user downloaded a file lacking an extension on Windows, and then \"Open\"-ed it from the downloads panel, if there was an executable file in the downloads directory with the same name but with an executable extension (such as .bat or .exe) that executable would have been launched instead. *Note: This issue only affected Windows operating systems. Other operating systems are unaffected.*. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Opening an extension-less download may have inadvertently launched an executable instead"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://www.mozilla.org/security/advisories/mfsa2020-54/",
"refsource": "MISC",
"url": "https://www.mozilla.org/security/advisories/mfsa2020-54/"
},
{
"name": "https://www.mozilla.org/security/advisories/mfsa2020-56/",
"refsource": "MISC",
"url": "https://www.mozilla.org/security/advisories/mfsa2020-56/"
},
{
"name": "https://www.mozilla.org/security/advisories/mfsa2020-55/",
"refsource": "MISC",
"url": "https://www.mozilla.org/security/advisories/mfsa2020-55/"
},
{
"name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1661365",
"refsource": "MISC",
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1661365"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "f16b083a-5664-49f3-a51e-8d479e5ed7fe",
"assignerShortName": "mozilla",
"cveId": "CVE-2020-35112",
"datePublished": "2021-01-07T13:50:05.000Z",
"dateReserved": "2020-12-10T00:00:00.000Z",
"dateUpdated": "2024-08-04T16:55:10.836Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2020-35112",
"date": "2026-06-12",
"epss": "0.00475",
"percentile": "0.65357"
},
"fkie_nvd": {
"configurations": "[{\"operator\": \"AND\", \"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:mozilla:firefox:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"84.0\", \"matchCriteriaId\": \"85154F06-6654-493F-8630-38637ED7D8D0\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:mozilla:firefox_esr:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"78.6.0\", \"matchCriteriaId\": \"4535E34E-E949-48ED-A8F5-7D93B4731EA6\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:mozilla:thunderbird:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"78.6.0\", \"matchCriteriaId\": \"048CBDDB-2C1B-415B-8DF9-54C002236180\"}]}, {\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": false, \"criteria\": \"cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"A2572D17-1DE6-457B-99CC-64AFD54487EA\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"If a user downloaded a file lacking an extension on Windows, and then \\\"Open\\\"-ed it from the downloads panel, if there was an executable file in the downloads directory with the same name but with an executable extension (such as .bat or .exe) that executable would have been launched instead. *Note: This issue only affected Windows operating systems. Other operating systems are unaffected.*. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.\"}, {\"lang\": \"es\", \"value\": \"Si un usuario descarg\\u00f3 un archivo que carece de una extensi\\u00f3n en Windows y luego \\\"Open\\\"-ed desde el panel de descargas, si hab\\u00eda un archivo ejecutable en el directorio de descargas con el mismo nombre pero con una extensi\\u00f3n ejecutable (como .bat o .exe) ese ejecutable habr\\u00eda sido iniciado en su lugar. *Nota: este problema solo afect\\u00f3 a unos sistemas operativos Windows.\u0026#xa0;Otros sistemas operativos no est\\u00e1n afectados.*.\u0026#xa0;Esta vulnerabilidad afecta a Firefox versiones anteriores a 84, Thunderbird versiones anteriores a 78,6 y Firefox ESR versiones anteriores a 78,6\"}]",
"id": "CVE-2020-35112",
"lastModified": "2024-11-21T05:26:47.610",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\", \"baseScore\": 8.8, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 2.8, \"impactScore\": 5.9}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:M/Au:N/C:P/I:P/A:P\", \"baseScore\": 6.8, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"MEDIUM\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"PARTIAL\", \"integrityImpact\": \"PARTIAL\", \"availabilityImpact\": \"PARTIAL\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 8.6, \"impactScore\": 6.4, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": true}]}",
"published": "2021-01-07T14:15:12.517",
"references": "[{\"url\": \"https://bugzilla.mozilla.org/show_bug.cgi?id=1661365\", \"source\": \"security@mozilla.org\", \"tags\": [\"Permissions Required\"]}, {\"url\": \"https://www.mozilla.org/security/advisories/mfsa2020-54/\", \"source\": \"security@mozilla.org\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://www.mozilla.org/security/advisories/mfsa2020-55/\", \"source\": \"security@mozilla.org\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://www.mozilla.org/security/advisories/mfsa2020-56/\", \"source\": \"security@mozilla.org\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://bugzilla.mozilla.org/show_bug.cgi?id=1661365\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Permissions Required\"]}, {\"url\": \"https://www.mozilla.org/security/advisories/mfsa2020-54/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://www.mozilla.org/security/advisories/mfsa2020-55/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://www.mozilla.org/security/advisories/mfsa2020-56/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}]",
"sourceIdentifier": "security@mozilla.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"NVD-CWE-noinfo\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2020-35112\",\"sourceIdentifier\":\"security@mozilla.org\",\"published\":\"2021-01-07T14:15:12.517\",\"lastModified\":\"2024-11-21T05:26:47.610\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"If a user downloaded a file lacking an extension on Windows, and then \\\"Open\\\"-ed it from the downloads panel, if there was an executable file in the downloads directory with the same name but with an executable extension (such as .bat or .exe) that executable would have been launched instead. *Note: This issue only affected Windows operating systems. Other operating systems are unaffected.*. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.\"},{\"lang\":\"es\",\"value\":\"Si un usuario descarg\u00f3 un archivo que carece de una extensi\u00f3n en Windows y luego \\\"Open\\\"-ed desde el panel de descargas, si hab\u00eda un archivo ejecutable en el directorio de descargas con el mismo nombre pero con una extensi\u00f3n ejecutable (como .bat o .exe) ese ejecutable habr\u00eda sido iniciado en su lugar. *Nota: este problema solo afect\u00f3 a unos sistemas operativos Windows.\u0026#xa0;Otros sistemas operativos no est\u00e1n afectados.*.\u0026#xa0;Esta vulnerabilidad afecta a Firefox versiones anteriores a 84, Thunderbird versiones anteriores a 78,6 y Firefox ESR versiones anteriores a 78,6\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:P/I:P/A:P\",\"baseScore\":6.8,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mozilla:firefox:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"84.0\",\"matchCriteriaId\":\"85154F06-6654-493F-8630-38637ED7D8D0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mozilla:firefox_esr:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"78.6.0\",\"matchCriteriaId\":\"4535E34E-E949-48ED-A8F5-7D93B4731EA6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mozilla:thunderbird:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"78.6.0\",\"matchCriteriaId\":\"048CBDDB-2C1B-415B-8DF9-54C002236180\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A2572D17-1DE6-457B-99CC-64AFD54487EA\"}]}]}],\"references\":[{\"url\":\"https://bugzilla.mozilla.org/show_bug.cgi?id=1661365\",\"source\":\"security@mozilla.org\",\"tags\":[\"Permissions Required\"]},{\"url\":\"https://www.mozilla.org/security/advisories/mfsa2020-54/\",\"source\":\"security@mozilla.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://www.mozilla.org/security/advisories/mfsa2020-55/\",\"source\":\"security@mozilla.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://www.mozilla.org/security/advisories/mfsa2020-56/\",\"source\":\"security@mozilla.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://bugzilla.mozilla.org/show_bug.cgi?id=1661365\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Permissions Required\"]},{\"url\":\"https://www.mozilla.org/security/advisories/mfsa2020-54/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://www.mozilla.org/security/advisories/mfsa2020-55/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://www.mozilla.org/security/advisories/mfsa2020-56/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]}]}}"
}
}
SUSE-SU-2020:3903-1
Vulnerability from csaf_suse - Published: 2020-12-21 19:11 - Updated: 2020-12-21 19:11Summary
Security update for MozillaFirefox
Severity
Critical
Notes
Title of the patch: Security update for MozillaFirefox
Description of the patch: This update for MozillaFirefox fixes the following issues:
- Firefox Extended Support Release 78.6.0 ESR
* Fixed: Various stability, functionality, and security fixes
MFSA 2020-55 (bsc#1180039)
* CVE-2020-16042 (bmo#1679003)
Operations on a BigInt could have caused uninitialized memory
to be exposed
* CVE-2020-26971 (bmo#1663466)
Heap buffer overflow in WebGL
* CVE-2020-26973 (bmo#1680084)
CSS Sanitizer performed incorrect sanitization
* CVE-2020-26974 (bmo#1681022)
Incorrect cast of StyleGenericFlexBasis resulted in a heap
use-after-free
* CVE-2020-26978 (bmo#1677047)
Internal network hosts could have been probed by a malicious
webpage
* CVE-2020-35111 (bmo#1657916)
The proxy.onRequest API did not catch view-source URLs
* CVE-2020-35112 (bmo#1661365)
Opening an extension-less download may have inadvertently
launched an executable instead
* CVE-2020-35113 (bmo#1664831, bmo#1673589)
Memory safety bugs fixed in Firefox 84 and Firefox ESR 78.6
Patchnames: HPE-Helion-OpenStack-8-2020-3903,SUSE-2020-3903,SUSE-OpenStack-Cloud-7-2020-3903,SUSE-OpenStack-Cloud-8-2020-3903,SUSE-OpenStack-Cloud-9-2020-3903,SUSE-OpenStack-Cloud-Crowbar-8-2020-3903,SUSE-OpenStack-Cloud-Crowbar-9-2020-3903,SUSE-SLE-SAP-12-SP2-2020-3903,SUSE-SLE-SAP-12-SP3-2020-3903,SUSE-SLE-SAP-12-SP4-2020-3903,SUSE-SLE-SDK-12-SP5-2020-3903,SUSE-SLE-SERVER-12-SP2-2020-3903,SUSE-SLE-SERVER-12-SP2-BCL-2020-3903,SUSE-SLE-SERVER-12-SP3-2020-3903,SUSE-SLE-SERVER-12-SP3-BCL-2020-3903,SUSE-SLE-SERVER-12-SP4-LTSS-2020-3903,SUSE-SLE-SERVER-12-SP5-2020-3903,SUSE-Storage-5-2020-3903
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.8 (High)
Affected products
Recommended
112 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
112 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
112 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
112 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.1 (Medium)
Affected products
Recommended
112 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.3 (Medium)
Affected products
Recommended
112 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
112 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
112 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
30 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"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 MozillaFirefox",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for MozillaFirefox fixes the following issues:\n\n- Firefox Extended Support Release 78.6.0 ESR\n * Fixed: Various stability, functionality, and security fixes\n MFSA 2020-55 (bsc#1180039)\n * CVE-2020-16042 (bmo#1679003)\n Operations on a BigInt could have caused uninitialized memory\n to be exposed\n * CVE-2020-26971 (bmo#1663466)\n Heap buffer overflow in WebGL\n * CVE-2020-26973 (bmo#1680084)\n CSS Sanitizer performed incorrect sanitization\n * CVE-2020-26974 (bmo#1681022)\n Incorrect cast of StyleGenericFlexBasis resulted in a heap\n use-after-free\n * CVE-2020-26978 (bmo#1677047)\n Internal network hosts could have been probed by a malicious\n webpage\n * CVE-2020-35111 (bmo#1657916)\n The proxy.onRequest API did not catch view-source URLs\n * CVE-2020-35112 (bmo#1661365)\n Opening an extension-less download may have inadvertently\n launched an executable instead\n * CVE-2020-35113 (bmo#1664831, bmo#1673589)\n Memory safety bugs fixed in Firefox 84 and Firefox ESR 78.6\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "HPE-Helion-OpenStack-8-2020-3903,SUSE-2020-3903,SUSE-OpenStack-Cloud-7-2020-3903,SUSE-OpenStack-Cloud-8-2020-3903,SUSE-OpenStack-Cloud-9-2020-3903,SUSE-OpenStack-Cloud-Crowbar-8-2020-3903,SUSE-OpenStack-Cloud-Crowbar-9-2020-3903,SUSE-SLE-SAP-12-SP2-2020-3903,SUSE-SLE-SAP-12-SP3-2020-3903,SUSE-SLE-SAP-12-SP4-2020-3903,SUSE-SLE-SDK-12-SP5-2020-3903,SUSE-SLE-SERVER-12-SP2-2020-3903,SUSE-SLE-SERVER-12-SP2-BCL-2020-3903,SUSE-SLE-SERVER-12-SP3-2020-3903,SUSE-SLE-SERVER-12-SP3-BCL-2020-3903,SUSE-SLE-SERVER-12-SP4-LTSS-2020-3903,SUSE-SLE-SERVER-12-SP5-2020-3903,SUSE-Storage-5-2020-3903",
"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_3903-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2020:3903-1",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203903-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2020:3903-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/008101.html"
},
{
"category": "self",
"summary": "SUSE Bug 1180039",
"url": "https://bugzilla.suse.com/1180039"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-16042 page",
"url": "https://www.suse.com/security/cve/CVE-2020-16042/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26971 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26971/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26973 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26973/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26974 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26974/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26978 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26978/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-35111 page",
"url": "https://www.suse.com/security/cve/CVE-2020-35111/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-35112 page",
"url": "https://www.suse.com/security/cve/CVE-2020-35112/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-35113 page",
"url": "https://www.suse.com/security/cve/CVE-2020-35113/"
}
],
"title": "Security update for MozillaFirefox",
"tracking": {
"current_release_date": "2020-12-21T19:11:25Z",
"generator": {
"date": "2020-12-21T19:11:25Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2020:3903-1",
"initial_release_date": "2020-12-21T19:11:25Z",
"revision_history": [
{
"date": "2020-12-21T19:11:25Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "MozillaFirefox-78.6.0-112.39.1.aarch64",
"product": {
"name": "MozillaFirefox-78.6.0-112.39.1.aarch64",
"product_id": "MozillaFirefox-78.6.0-112.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-branding-upstream-78.6.0-112.39.1.aarch64",
"product": {
"name": "MozillaFirefox-branding-upstream-78.6.0-112.39.1.aarch64",
"product_id": "MozillaFirefox-branding-upstream-78.6.0-112.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"product": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"product_id": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"product": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"product_id": "MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-other-78.6.0-112.39.1.aarch64",
"product": {
"name": "MozillaFirefox-translations-other-78.6.0-112.39.1.aarch64",
"product_id": "MozillaFirefox-translations-other-78.6.0-112.39.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaFirefox-78.6.0-112.39.1.ppc64le",
"product": {
"name": "MozillaFirefox-78.6.0-112.39.1.ppc64le",
"product_id": "MozillaFirefox-78.6.0-112.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-branding-upstream-78.6.0-112.39.1.ppc64le",
"product": {
"name": "MozillaFirefox-branding-upstream-78.6.0-112.39.1.ppc64le",
"product_id": "MozillaFirefox-branding-upstream-78.6.0-112.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"product": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"product_id": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"product": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"product_id": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-other-78.6.0-112.39.1.ppc64le",
"product": {
"name": "MozillaFirefox-translations-other-78.6.0-112.39.1.ppc64le",
"product_id": "MozillaFirefox-translations-other-78.6.0-112.39.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaFirefox-78.6.0-112.39.1.s390x",
"product": {
"name": "MozillaFirefox-78.6.0-112.39.1.s390x",
"product_id": "MozillaFirefox-78.6.0-112.39.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-branding-upstream-78.6.0-112.39.1.s390x",
"product": {
"name": "MozillaFirefox-branding-upstream-78.6.0-112.39.1.s390x",
"product_id": "MozillaFirefox-branding-upstream-78.6.0-112.39.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"product": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"product_id": "MozillaFirefox-devel-78.6.0-112.39.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"product": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"product_id": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-other-78.6.0-112.39.1.s390x",
"product": {
"name": "MozillaFirefox-translations-other-78.6.0-112.39.1.s390x",
"product_id": "MozillaFirefox-translations-other-78.6.0-112.39.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"product": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"product_id": "MozillaFirefox-78.6.0-112.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"product": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"product_id": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"product": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"product_id": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-branding-upstream-78.6.0-112.39.1.x86_64",
"product": {
"name": "MozillaFirefox-branding-upstream-78.6.0-112.39.1.x86_64",
"product_id": "MozillaFirefox-branding-upstream-78.6.0-112.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-buildsymbols-78.6.0-112.39.1.x86_64",
"product": {
"name": "MozillaFirefox-buildsymbols-78.6.0-112.39.1.x86_64",
"product_id": "MozillaFirefox-buildsymbols-78.6.0-112.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-other-78.6.0-112.39.1.x86_64",
"product": {
"name": "MozillaFirefox-translations-other-78.6.0-112.39.1.x86_64",
"product_id": "MozillaFirefox-translations-other-78.6.0-112.39.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "HPE Helion OpenStack 8",
"product": {
"name": "HPE Helion OpenStack 8",
"product_id": "HPE Helion OpenStack 8",
"product_identification_helper": {
"cpe": "cpe:/o:suse:hpe-helion-openstack:8"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud 7",
"product": {
"name": "SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud:7"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud 8",
"product": {
"name": "SUSE OpenStack Cloud 8",
"product_id": "SUSE OpenStack Cloud 8",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud:8"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud 9",
"product": {
"name": "SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud:9"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud Crowbar 8",
"product": {
"name": "SUSE OpenStack Cloud Crowbar 8",
"product_id": "SUSE OpenStack Cloud Crowbar 8",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:8"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud Crowbar 9",
"product": {
"name": "SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:9"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP2-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-bcl:12:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP3-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP3-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP3-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-bcl:12:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP4-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_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 5",
"product": {
"name": "SUSE Enterprise Storage 5",
"product_id": "SUSE Enterprise Storage 5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of HPE Helion OpenStack 8",
"product_id": "HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "HPE Helion OpenStack 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of HPE Helion OpenStack 8",
"product_id": "HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "HPE Helion OpenStack 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of HPE Helion OpenStack 8",
"product_id": "HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "HPE Helion OpenStack 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.s390x as component of SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE OpenStack Cloud 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.s390x as component of SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE OpenStack Cloud 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x as component of SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE OpenStack Cloud 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud 8",
"product_id": "SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud 8",
"product_id": "SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud 8",
"product_id": "SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8",
"product_id": "SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8",
"product_id": "SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8",
"product_id": "SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.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:MozillaFirefox-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.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:MozillaFirefox-devel-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.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:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.aarch64 as component of SUSE Enterprise Storage 5",
"product_id": "SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-78.6.0-112.39.1.x86_64 as component of SUSE Enterprise Storage 5",
"product_id": "SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64 as component of SUSE Enterprise Storage 5",
"product_id": "SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64 as component of SUSE Enterprise Storage 5",
"product_id": "SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64 as component of SUSE Enterprise Storage 5",
"product_id": "SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64 as component of SUSE Enterprise Storage 5",
"product_id": "SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-16042",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-16042"
}
],
"notes": [
{
"category": "general",
"text": "Uninitialized Use in V8 in Google Chrome prior to 87.0.4280.88 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-16042",
"url": "https://www.suse.com/security/cve/CVE-2020-16042"
},
{
"category": "external",
"summary": "SUSE Bug 1179576 for CVE-2020-16042",
"url": "https://bugzilla.suse.com/1179576"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-16042",
"url": "https://bugzilla.suse.com/1180039"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-21T19:11:25Z",
"details": "important"
}
],
"title": "CVE-2020-16042"
},
{
"cve": "CVE-2020-26971",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26971"
}
],
"notes": [
{
"category": "general",
"text": "Certain blit values provided by the user were not properly constrained leading to a heap buffer overflow on some video drivers. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26971",
"url": "https://www.suse.com/security/cve/CVE-2020-26971"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-26971",
"url": "https://bugzilla.suse.com/1180039"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-21T19:11:25Z",
"details": "important"
}
],
"title": "CVE-2020-26971"
},
{
"cve": "CVE-2020-26973",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26973"
}
],
"notes": [
{
"category": "general",
"text": "Certain input to the CSS Sanitizer confused it, resulting in incorrect components being removed. This could have been used as a sanitizer bypass. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26973",
"url": "https://www.suse.com/security/cve/CVE-2020-26973"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-26973",
"url": "https://bugzilla.suse.com/1180039"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-21T19:11:25Z",
"details": "important"
}
],
"title": "CVE-2020-26973"
},
{
"cve": "CVE-2020-26974",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26974"
}
],
"notes": [
{
"category": "general",
"text": "When flex-basis was used on a table wrapper, a StyleGenericFlexBasis object could have been incorrectly cast to the wrong type. This resulted in a heap user-after-free, memory corruption, and a potentially exploitable crash. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26974",
"url": "https://www.suse.com/security/cve/CVE-2020-26974"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-26974",
"url": "https://bugzilla.suse.com/1180039"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-21T19:11:25Z",
"details": "important"
}
],
"title": "CVE-2020-26974"
},
{
"cve": "CVE-2020-26978",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26978"
}
],
"notes": [
{
"category": "general",
"text": "Using techniques that built on the slipstream research, a malicious webpage could have exposed both an internal network\u0027s hosts as well as services running on the user\u0027s local machine. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26978",
"url": "https://www.suse.com/security/cve/CVE-2020-26978"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-26978",
"url": "https://bugzilla.suse.com/1180039"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-21T19:11:25Z",
"details": "important"
}
],
"title": "CVE-2020-26978"
},
{
"cve": "CVE-2020-35111",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-35111"
}
],
"notes": [
{
"category": "general",
"text": "When an extension with the proxy permission registered to receive \u003call_urls\u003e, the proxy.onRequest callback was not triggered for view-source URLs. While web content cannot navigate to such URLs, a user opening View Source could have inadvertently leaked their IP address. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-35111",
"url": "https://www.suse.com/security/cve/CVE-2020-35111"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-35111",
"url": "https://bugzilla.suse.com/1180039"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-21T19:11:25Z",
"details": "important"
}
],
"title": "CVE-2020-35111"
},
{
"cve": "CVE-2020-35112",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-35112"
}
],
"notes": [
{
"category": "general",
"text": "If a user downloaded a file lacking an extension on Windows, and then \"Open\"-ed it from the downloads panel, if there was an executable file in the downloads directory with the same name but with an executable extension (such as .bat or .exe) that executable would have been launched instead. *Note: This issue only affected Windows operating systems. Other operating systems are unaffected.*. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-35112",
"url": "https://www.suse.com/security/cve/CVE-2020-35112"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-35112",
"url": "https://bugzilla.suse.com/1180039"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-21T19:11:25Z",
"details": "important"
}
],
"title": "CVE-2020-35112"
},
{
"cve": "CVE-2020-35113",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-35113"
}
],
"notes": [
{
"category": "general",
"text": "Mozilla developers reported memory safety bugs present in Firefox 83 and Firefox ESR 78.5. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-35113",
"url": "https://www.suse.com/security/cve/CVE-2020-35113"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-35113",
"url": "https://bugzilla.suse.com/1180039"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"HPE Helion OpenStack 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"HPE Helion OpenStack 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Enterprise Storage 5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.s390x",
"SUSE OpenStack Cloud 7:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-devel-78.6.0-112.39.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:MozillaFirefox-translations-common-78.6.0-112.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-21T19:11:25Z",
"details": "important"
}
],
"title": "CVE-2020-35113"
}
]
}
SUSE-SU-2020:3935-1
Vulnerability from csaf_suse - Published: 2020-12-25 08:26 - Updated: 2020-12-25 08:26Summary
Security update for MozillaThunderbird
Severity
Critical
Notes
Title of the patch: Security update for MozillaThunderbird
Description of the patch: This update for MozillaThunderbird fixes the following issues:
- Mozilla Thunderbird 78.6
* new: MailExtensions: Added
browser.windows.openDefaultBrowser() (bmo#1664708)
* changed: Thunderbird now only shows quota exceeded
indications on the main window (bmo#1671748)
* changed: MailExtensions: menus API enabled in messages being
composed (bmo#1670832)
* changed: MailExtensions: Honor allowScriptsToClose argument
in windows.create API function (bmo#1675940)
* changed: MailExtensions: APIs that returned an accountId will
reflect the account the message belongs to, not what is
stored in message headers (bmo#1644032)
* fixed: Keyboard shortcut for toggling message 'read' status
not shown in menus (bmo#1619248)
* fixed: OpenPGP: After importing a secret key, Key Manager
displayed properties of the wrong key (bmo#1667054)
* fixed: OpenPGP: Inline PGP parsing improvements (bmo#1660041)
* fixed: OpenPGP: Discovering keys online via Key Manager
sometimes failed on Linux (bmo#1634053)
* fixed: OpenPGP: Encrypted attachment 'Decrypt and Open/Save
As' did not work (bmo#1663169)
* fixed: OpenPGP: Importing keys failed on macOS (bmo#1680757)
* fixed: OpenPGP: Verification of clear signed UTF-8 text
failed (bmo#1679756)
* fixed: Address book: Some columns incorrectly displayed no
data (bmo#1631201)
* fixed: Address book: The address book view did not update
after changing the name format in the menu (bmo#1678555)
* fixed: Calendar: Could not import an ICS file into a CalDAV
calendar (bmo#1652984)
* fixed: Calendar: Two 'Home' calendars were visible on a new
profile (bmo#1656782)
* fixed: Calendar: Dark theme was incomplete on Linux
(bmo#1655543)
* fixed: Dark theme did not apply to new mail notification
popups (bmo#1681083)
* fixed: Folder icon, message list, and contact side bar visual
improvements (bmo#1679436)
* fixed: MailExtensions: HTTP refresh in browser content tabs
did not work (bmo#1667774)
* fixed: MailExtensions: messageDisplayScripts failed to run in
main window (bmo#1674932)
* fixed: Various security fixes
MFSA 2020-56 (bsc#1180039)
* CVE-2020-16042 (bmo#1679003)
Operations on a BigInt could have caused uninitialized memory
to be exposed
* CVE-2020-26971 (bmo#1663466)
Heap buffer overflow in WebGL
* CVE-2020-26973 (bmo#1680084)
CSS Sanitizer performed incorrect sanitization
* CVE-2020-26974 (bmo#1681022)
Incorrect cast of StyleGenericFlexBasis resulted in a heap
use-after-free
* CVE-2020-26978 (bmo#1677047)
Internal network hosts could have been probed by a malicious
webpage
* CVE-2020-35111 (bmo#1657916)
The proxy.onRequest API did not catch view-source URLs
* CVE-2020-35112 (bmo#1661365)
Opening an extension-less download may have inadvertently
launched an executable instead
* CVE-2020-35113 (bmo#1664831, bmo#1673589)
Memory safety bugs fixed in Thunderbird 78.6
Mozilla Thunderbird 78.5.1
* new: OpenPGP: Added option to disable email subject
encryption (bmo#1666073)
* changed: OpenPGP public key import now supports multi-file
selection and bulk accepting imported keys (bmo#1665145)
* changed: MailExtensions: getComposeDetails will wait for
'compose-editor-ready' event (bmo#1675012)
* fixed: New mail icon was not removed from the system tray at
shutdown (bmo#1664586)
* fixed: 'Place replies in the folder of the message being
replied to' did not work when using 'Reply to List'
(bmo#522450)
* fixed: Thunderbird did not honor the 'Run search on server'
option when searching messages (bmo#546925)
* fixed: Highlight color for folders with unread messages
wasn't visible in dark theme (bmo#1676697)
* fixed: OpenPGP: Key were missing from Key Manager
(bmo#1674521)
* fixed: OpenPGP: Option to import keys from clipboard always
disabled (bmo#1676842)
* fixed: The 'Link' button on the large attachments info bar
failed to open up Filelink section in Options if the user had
not yet configured Filelink (bmo#1677647)
* fixed: Address book: Printing members of a mailing list
resulted in incorrect output (bmo#1676859)
* fixed: Unable to connect to LDAP servers configured with a
self-signed SSL certificate (bmo#1659947)
* fixed: Autoconfig via LDAP did not work as expected
(bmo#1662433)
* fixed: Calendar: Pressing Ctrl-Enter in the new event dialog
would create duplicate events (bmo#1668478)
* fixed: Various security fixes
MFSA 2020-53 (bsc#1179530)
* CVE-2020-26970 (bmo#1677338)
Stack overflow due to incorrect parsing of SMTP server
response codes
Patchnames: SUSE-2020-3935,SUSE-SLE-Product-WE-15-SP2-2020-3935
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.8 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.1 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.3 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
34 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"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 MozillaThunderbird",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for MozillaThunderbird fixes the following issues:\n\n- Mozilla Thunderbird 78.6\n * new: MailExtensions: Added\n browser.windows.openDefaultBrowser() (bmo#1664708)\n * changed: Thunderbird now only shows quota exceeded\n indications on the main window (bmo#1671748)\n * changed: MailExtensions: menus API enabled in messages being\n composed (bmo#1670832)\n * changed: MailExtensions: Honor allowScriptsToClose argument\n in windows.create API function (bmo#1675940)\n * changed: MailExtensions: APIs that returned an accountId will\n reflect the account the message belongs to, not what is\n stored in message headers (bmo#1644032)\n * fixed: Keyboard shortcut for toggling message \u0027read\u0027 status\n not shown in menus (bmo#1619248)\n * fixed: OpenPGP: After importing a secret key, Key Manager\n displayed properties of the wrong key (bmo#1667054)\n * fixed: OpenPGP: Inline PGP parsing improvements (bmo#1660041)\n * fixed: OpenPGP: Discovering keys online via Key Manager\n sometimes failed on Linux (bmo#1634053)\n * fixed: OpenPGP: Encrypted attachment \u0027Decrypt and Open/Save\n As\u0027 did not work (bmo#1663169)\n * fixed: OpenPGP: Importing keys failed on macOS (bmo#1680757)\n * fixed: OpenPGP: Verification of clear signed UTF-8 text\n failed (bmo#1679756)\n * fixed: Address book: Some columns incorrectly displayed no\n data (bmo#1631201)\n * fixed: Address book: The address book view did not update\n after changing the name format in the menu (bmo#1678555)\n * fixed: Calendar: Could not import an ICS file into a CalDAV\n calendar (bmo#1652984)\n * fixed: Calendar: Two \u0027Home\u0027 calendars were visible on a new\n profile (bmo#1656782)\n * fixed: Calendar: Dark theme was incomplete on Linux\n (bmo#1655543)\n * fixed: Dark theme did not apply to new mail notification\n popups (bmo#1681083)\n * fixed: Folder icon, message list, and contact side bar visual\n improvements (bmo#1679436)\n * fixed: MailExtensions: HTTP refresh in browser content tabs\n did not work (bmo#1667774)\n * fixed: MailExtensions: messageDisplayScripts failed to run in\n main window (bmo#1674932)\n * fixed: Various security fixes\n MFSA 2020-56 (bsc#1180039)\n * CVE-2020-16042 (bmo#1679003)\n Operations on a BigInt could have caused uninitialized memory\n to be exposed\n * CVE-2020-26971 (bmo#1663466)\n Heap buffer overflow in WebGL\n * CVE-2020-26973 (bmo#1680084)\n CSS Sanitizer performed incorrect sanitization\n * CVE-2020-26974 (bmo#1681022)\n Incorrect cast of StyleGenericFlexBasis resulted in a heap\n use-after-free\n * CVE-2020-26978 (bmo#1677047)\n Internal network hosts could have been probed by a malicious\n webpage\n * CVE-2020-35111 (bmo#1657916)\n The proxy.onRequest API did not catch view-source URLs\n * CVE-2020-35112 (bmo#1661365)\n Opening an extension-less download may have inadvertently\n launched an executable instead\n * CVE-2020-35113 (bmo#1664831, bmo#1673589)\n Memory safety bugs fixed in Thunderbird 78.6\n\nMozilla Thunderbird 78.5.1\n\n* new: OpenPGP: Added option to disable email subject\n encryption (bmo#1666073)\n* changed: OpenPGP public key import now supports multi-file\n selection and bulk accepting imported keys (bmo#1665145)\n* changed: MailExtensions: getComposeDetails will wait for\n \u0027compose-editor-ready\u0027 event (bmo#1675012)\n* fixed: New mail icon was not removed from the system tray at\n shutdown (bmo#1664586)\n* fixed: \u0027Place replies in the folder of the message being\n replied to\u0027 did not work when using \u0027Reply to List\u0027\n (bmo#522450)\n* fixed: Thunderbird did not honor the \u0027Run search on server\u0027\n option when searching messages (bmo#546925)\n* fixed: Highlight color for folders with unread messages\n wasn\u0027t visible in dark theme (bmo#1676697)\n* fixed: OpenPGP: Key were missing from Key Manager\n (bmo#1674521)\n* fixed: OpenPGP: Option to import keys from clipboard always\n disabled (bmo#1676842)\n* fixed: The \u0027Link\u0027 button on the large attachments info bar\n failed to open up Filelink section in Options if the user had\n not yet configured Filelink (bmo#1677647)\n* fixed: Address book: Printing members of a mailing list\n resulted in incorrect output (bmo#1676859)\n* fixed: Unable to connect to LDAP servers configured with a\n self-signed SSL certificate (bmo#1659947)\n* fixed: Autoconfig via LDAP did not work as expected\n (bmo#1662433)\n* fixed: Calendar: Pressing Ctrl-Enter in the new event dialog\n would create duplicate events (bmo#1668478)\n* fixed: Various security fixes\n\nMFSA 2020-53 (bsc#1179530)\n* CVE-2020-26970 (bmo#1677338)\n Stack overflow due to incorrect parsing of SMTP server\n response codes\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2020-3935,SUSE-SLE-Product-WE-15-SP2-2020-3935",
"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_3935-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2020:3935-1",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203935-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2020:3935-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/008122.html"
},
{
"category": "self",
"summary": "SUSE Bug 1179530",
"url": "https://bugzilla.suse.com/1179530"
},
{
"category": "self",
"summary": "SUSE Bug 1180039",
"url": "https://bugzilla.suse.com/1180039"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-16042 page",
"url": "https://www.suse.com/security/cve/CVE-2020-16042/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26970 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26970/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26971 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26971/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26973 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26973/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26974 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26974/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26978 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26978/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-35111 page",
"url": "https://www.suse.com/security/cve/CVE-2020-35111/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-35112 page",
"url": "https://www.suse.com/security/cve/CVE-2020-35112/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-35113 page",
"url": "https://www.suse.com/security/cve/CVE-2020-35113/"
}
],
"title": "Security update for MozillaThunderbird",
"tracking": {
"current_release_date": "2020-12-25T08:26:55Z",
"generator": {
"date": "2020-12-25T08:26:55Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2020:3935-1",
"initial_release_date": "2020-12-25T08:26:55Z",
"revision_history": [
{
"date": "2020-12-25T08:26:55Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "MozillaThunderbird-78.6.0-8.3.1.aarch64",
"product": {
"name": "MozillaThunderbird-78.6.0-8.3.1.aarch64",
"product_id": "MozillaThunderbird-78.6.0-8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-common-78.6.0-8.3.1.aarch64",
"product": {
"name": "MozillaThunderbird-translations-common-78.6.0-8.3.1.aarch64",
"product_id": "MozillaThunderbird-translations-common-78.6.0-8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-other-78.6.0-8.3.1.aarch64",
"product": {
"name": "MozillaThunderbird-translations-other-78.6.0-8.3.1.aarch64",
"product_id": "MozillaThunderbird-translations-other-78.6.0-8.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaThunderbird-78.6.0-8.3.1.i586",
"product": {
"name": "MozillaThunderbird-78.6.0-8.3.1.i586",
"product_id": "MozillaThunderbird-78.6.0-8.3.1.i586"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-common-78.6.0-8.3.1.i586",
"product": {
"name": "MozillaThunderbird-translations-common-78.6.0-8.3.1.i586",
"product_id": "MozillaThunderbird-translations-common-78.6.0-8.3.1.i586"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-other-78.6.0-8.3.1.i586",
"product": {
"name": "MozillaThunderbird-translations-other-78.6.0-8.3.1.i586",
"product_id": "MozillaThunderbird-translations-other-78.6.0-8.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaThunderbird-78.6.0-8.3.1.ppc64le",
"product": {
"name": "MozillaThunderbird-78.6.0-8.3.1.ppc64le",
"product_id": "MozillaThunderbird-78.6.0-8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-common-78.6.0-8.3.1.ppc64le",
"product": {
"name": "MozillaThunderbird-translations-common-78.6.0-8.3.1.ppc64le",
"product_id": "MozillaThunderbird-translations-common-78.6.0-8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-other-78.6.0-8.3.1.ppc64le",
"product": {
"name": "MozillaThunderbird-translations-other-78.6.0-8.3.1.ppc64le",
"product_id": "MozillaThunderbird-translations-other-78.6.0-8.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaThunderbird-78.6.0-8.3.1.s390x",
"product": {
"name": "MozillaThunderbird-78.6.0-8.3.1.s390x",
"product_id": "MozillaThunderbird-78.6.0-8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-common-78.6.0-8.3.1.s390x",
"product": {
"name": "MozillaThunderbird-translations-common-78.6.0-8.3.1.s390x",
"product_id": "MozillaThunderbird-translations-common-78.6.0-8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-other-78.6.0-8.3.1.s390x",
"product": {
"name": "MozillaThunderbird-translations-other-78.6.0-8.3.1.s390x",
"product_id": "MozillaThunderbird-translations-other-78.6.0-8.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaThunderbird-78.6.0-8.3.1.x86_64",
"product": {
"name": "MozillaThunderbird-78.6.0-8.3.1.x86_64",
"product_id": "MozillaThunderbird-78.6.0-8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"product": {
"name": "MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"product_id": "MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64",
"product": {
"name": "MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64",
"product_id": "MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Workstation Extension 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Workstation Extension 15 SP2",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-we:15:sp2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-78.6.0-8.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP2",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64"
},
"product_reference": "MozillaThunderbird-78.6.0-8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP2",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64"
},
"product_reference": "MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP2",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
},
"product_reference": "MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-16042",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-16042"
}
],
"notes": [
{
"category": "general",
"text": "Uninitialized Use in V8 in Google Chrome prior to 87.0.4280.88 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-16042",
"url": "https://www.suse.com/security/cve/CVE-2020-16042"
},
{
"category": "external",
"summary": "SUSE Bug 1179576 for CVE-2020-16042",
"url": "https://bugzilla.suse.com/1179576"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-16042",
"url": "https://bugzilla.suse.com/1180039"
}
],
"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 Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-25T08:26:55Z",
"details": "important"
}
],
"title": "CVE-2020-16042"
},
{
"cve": "CVE-2020-26970",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26970"
}
],
"notes": [
{
"category": "general",
"text": "When reading SMTP server status codes, Thunderbird writes an integer value to a position on the stack that is intended to contain just one byte. Depending on processor architecture and stack layout, this leads to stack corruption that may be exploitable. This vulnerability affects Thunderbird \u003c 78.5.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26970",
"url": "https://www.suse.com/security/cve/CVE-2020-26970"
},
{
"category": "external",
"summary": "SUSE Bug 1179530 for CVE-2020-26970",
"url": "https://bugzilla.suse.com/1179530"
}
],
"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 Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-25T08:26:55Z",
"details": "critical"
}
],
"title": "CVE-2020-26970"
},
{
"cve": "CVE-2020-26971",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26971"
}
],
"notes": [
{
"category": "general",
"text": "Certain blit values provided by the user were not properly constrained leading to a heap buffer overflow on some video drivers. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26971",
"url": "https://www.suse.com/security/cve/CVE-2020-26971"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-26971",
"url": "https://bugzilla.suse.com/1180039"
}
],
"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 Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-25T08:26:55Z",
"details": "important"
}
],
"title": "CVE-2020-26971"
},
{
"cve": "CVE-2020-26973",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26973"
}
],
"notes": [
{
"category": "general",
"text": "Certain input to the CSS Sanitizer confused it, resulting in incorrect components being removed. This could have been used as a sanitizer bypass. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26973",
"url": "https://www.suse.com/security/cve/CVE-2020-26973"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-26973",
"url": "https://bugzilla.suse.com/1180039"
}
],
"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 Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-25T08:26:55Z",
"details": "important"
}
],
"title": "CVE-2020-26973"
},
{
"cve": "CVE-2020-26974",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26974"
}
],
"notes": [
{
"category": "general",
"text": "When flex-basis was used on a table wrapper, a StyleGenericFlexBasis object could have been incorrectly cast to the wrong type. This resulted in a heap user-after-free, memory corruption, and a potentially exploitable crash. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26974",
"url": "https://www.suse.com/security/cve/CVE-2020-26974"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-26974",
"url": "https://bugzilla.suse.com/1180039"
}
],
"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 Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-25T08:26:55Z",
"details": "important"
}
],
"title": "CVE-2020-26974"
},
{
"cve": "CVE-2020-26978",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26978"
}
],
"notes": [
{
"category": "general",
"text": "Using techniques that built on the slipstream research, a malicious webpage could have exposed both an internal network\u0027s hosts as well as services running on the user\u0027s local machine. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26978",
"url": "https://www.suse.com/security/cve/CVE-2020-26978"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-26978",
"url": "https://bugzilla.suse.com/1180039"
}
],
"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 Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-25T08:26:55Z",
"details": "important"
}
],
"title": "CVE-2020-26978"
},
{
"cve": "CVE-2020-35111",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-35111"
}
],
"notes": [
{
"category": "general",
"text": "When an extension with the proxy permission registered to receive \u003call_urls\u003e, the proxy.onRequest callback was not triggered for view-source URLs. While web content cannot navigate to such URLs, a user opening View Source could have inadvertently leaked their IP address. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-35111",
"url": "https://www.suse.com/security/cve/CVE-2020-35111"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-35111",
"url": "https://bugzilla.suse.com/1180039"
}
],
"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 Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-25T08:26:55Z",
"details": "important"
}
],
"title": "CVE-2020-35111"
},
{
"cve": "CVE-2020-35112",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-35112"
}
],
"notes": [
{
"category": "general",
"text": "If a user downloaded a file lacking an extension on Windows, and then \"Open\"-ed it from the downloads panel, if there was an executable file in the downloads directory with the same name but with an executable extension (such as .bat or .exe) that executable would have been launched instead. *Note: This issue only affected Windows operating systems. Other operating systems are unaffected.*. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-35112",
"url": "https://www.suse.com/security/cve/CVE-2020-35112"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-35112",
"url": "https://bugzilla.suse.com/1180039"
}
],
"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 Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-25T08:26:55Z",
"details": "important"
}
],
"title": "CVE-2020-35112"
},
{
"cve": "CVE-2020-35113",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-35113"
}
],
"notes": [
{
"category": "general",
"text": "Mozilla developers reported memory safety bugs present in Firefox 83 and Firefox ESR 78.5. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox \u003c 84, Thunderbird \u003c 78.6, and Firefox ESR \u003c 78.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-35113",
"url": "https://www.suse.com/security/cve/CVE-2020-35113"
},
{
"category": "external",
"summary": "SUSE Bug 1180039 for CVE-2020-35113",
"url": "https://bugzilla.suse.com/1180039"
}
],
"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 Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-common-78.6.0-8.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP2:MozillaThunderbird-translations-other-78.6.0-8.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-12-25T08:26:55Z",
"details": "important"
}
],
"title": "CVE-2020-35113"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…