Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2019-16770 (GCVE-0-2019-16770)
Vulnerability from cvelistv5 – Published: 2019-12-05 19:35 – Updated: 2024-08-05 01:24
VLAI?
EPSS
Title
Potential DOS attack in Puma
Summary
In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma's reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2.
Severity ?
5.3 (Medium)
CWE
- CWE-770 - Allocation of Resources Without Limits or Throttling
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/puma/puma/security/advisories/… | x_refsource_CONFIRM |
| https://lists.debian.org/debian-lts-announce/2022… | mailing-listx_refsource_MLIST |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-05T01:24:48.578Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994"
},
{
"name": "[debian-lts-announce] 20220525 [SECURITY] [DLA 3023-1] puma security update",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "puma",
"vendor": "puma",
"versions": [
{
"lessThan": "4.3.1",
"status": "affected",
"version": "\u003c 4.3.1",
"versionType": "custom"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770 Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-05-26T00:06:11.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994"
},
{
"name": "[debian-lts-announce] 20220525 [SECURITY] [DLA 3023-1] puma security update",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html"
}
],
"source": {
"advisory": "GHSA-7xx3-m584-x994",
"discovery": "UNKNOWN"
},
"title": "Potential DOS attack in Puma",
"workarounds": [
{
"lang": "en",
"value": "Reverse proxies in front of Puma could be configured to always allow less than X keepalive connections to a Puma cluster or process, where X is the number of threads configured in Puma\u0027s thread pool."
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2019-16770",
"STATE": "PUBLIC",
"TITLE": "Potential DOS attack in Puma"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "puma",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "\u003c 4.3.1",
"version_value": "4.3.1"
}
]
}
}
]
},
"vendor_name": "puma"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-770 Allocation of Resources Without Limits or Throttling"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994",
"refsource": "CONFIRM",
"url": "https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994"
},
{
"name": "[debian-lts-announce] 20220525 [SECURITY] [DLA 3023-1] puma security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html"
}
]
},
"source": {
"advisory": "GHSA-7xx3-m584-x994",
"discovery": "UNKNOWN"
},
"work_around": [
{
"lang": "en",
"value": "Reverse proxies in front of Puma could be configured to always allow less than X keepalive connections to a Puma cluster or process, where X is the number of threads configured in Puma\u0027s thread pool."
}
]
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2019-16770",
"datePublished": "2019-12-05T19:35:14.000Z",
"dateReserved": "2019-09-24T00:00:00.000Z",
"dateUpdated": "2024-08-05T01:24:48.578Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2019-16770",
"date": "2026-05-24",
"epss": "0.01587",
"percentile": "0.81857"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:puma:puma:*:*:*:*:*:ruby:*:*\", \"versionStartIncluding\": \"3.0.0\", \"versionEndExcluding\": \"3.12.2\", \"matchCriteriaId\": \"F07EBCE0-597F-4CC0-BD4F-93F97B05A684\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:puma:puma:*:*:*:*:*:ruby:*:*\", \"versionStartIncluding\": \"4.0.0\", \"versionEndExcluding\": \"4.3.1\", \"matchCriteriaId\": \"2E92BCF2-211F-4B03-AC15-4053953FB112\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2.\"}, {\"lang\": \"es\", \"value\": \"En Puma, anterior a las versiones 3.12.2 y 4.3.1, un cliente con mal comportamiento podr\\u00eda utilizar solicitudes de keepalive para monopolizar el reactor de Puma y crear un ataque de denegaci\\u00f3n de servicio. Si se abren m\\u00e1s conexiones keepalive a Puma que hilos disponibles, las conexiones adicionales esperar\\u00e1n permanentemente si el atacante env\\u00eda solicitudes con la suficiente frecuencia. Esta vulnerabilidad est\\u00e1 reparada en Puma 4.3.1 y 3.12.2.\"}]",
"id": "CVE-2019-16770",
"lastModified": "2024-11-21T04:31:09.323",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 1.4}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 3.6}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:L/Au:N/C:N/I:N/A:P\", \"baseScore\": 5.0, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"LOW\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"PARTIAL\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 10.0, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2019-12-05T20:15:10.093",
"references": "[{\"url\": \"https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mitigation\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mitigation\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-770\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-770\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2019-16770\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2019-12-05T20:15:10.093\",\"lastModified\":\"2024-11-21T04:31:09.323\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2.\"},{\"lang\":\"es\",\"value\":\"En Puma, anterior a las versiones 3.12.2 y 4.3.1, un cliente con mal comportamiento podr\u00eda utilizar solicitudes de keepalive para monopolizar el reactor de Puma y crear un ataque de denegaci\u00f3n de servicio. Si se abren m\u00e1s conexiones keepalive a Puma que hilos disponibles, las conexiones adicionales esperar\u00e1n permanentemente si el atacante env\u00eda solicitudes con la suficiente frecuencia. Esta vulnerabilidad est\u00e1 reparada en Puma 4.3.1 y 3.12.2.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:N/A:P\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:puma:puma:*:*:*:*:*:ruby:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.12.2\",\"matchCriteriaId\":\"F07EBCE0-597F-4CC0-BD4F-93F97B05A684\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:puma:puma:*:*:*:*:*:ruby:*:*\",\"versionStartIncluding\":\"4.0.0\",\"versionEndExcluding\":\"4.3.1\",\"matchCriteriaId\":\"2E92BCF2-211F-4B03-AC15-4053953FB112\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]}],\"references\":[{\"url\":\"https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}"
}
}
CNVD-2019-45157
Vulnerability from cnvd - Published: 2019-12-13
VLAI Severity ?
Title
Puma拒绝服务漏洞
Description
Puma是一款针对高并发应用的Web服务器。
Puma中存在安全漏洞。攻击者可利用该漏洞造成拒绝服务。
Severity
中
Patch Name
Puma拒绝服务漏洞的补丁
Patch Description
Puma是一款针对高并发应用的Web服务器。
Puma中存在安全漏洞。攻击者可利用该漏洞造成拒绝服务。目前,供应商发布了安全公告及相关补丁信息,修复了此漏洞。
Formal description
目前厂商已发布升级补丁以修复漏洞,补丁获取链接: https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994
Reference
https://nvd.nist.gov/vuln/detail/CVE-2019-16770
Impacted products
| Name | Puma Puma <4.3.2 |
|---|
{
"cves": {
"cve": {
"cveNumber": "CVE-2019-16770"
}
},
"description": "Puma\u662f\u4e00\u6b3e\u9488\u5bf9\u9ad8\u5e76\u53d1\u5e94\u7528\u7684Web\u670d\u52a1\u5668\u3002\n\nPuma\u4e2d\u5b58\u5728\u5b89\u5168\u6f0f\u6d1e\u3002\u653b\u51fb\u8005\u53ef\u5229\u7528\u8be5\u6f0f\u6d1e\u9020\u6210\u62d2\u7edd\u670d\u52a1\u3002",
"formalWay": "\u76ee\u524d\u5382\u5546\u5df2\u53d1\u5e03\u5347\u7ea7\u8865\u4e01\u4ee5\u4fee\u590d\u6f0f\u6d1e\uff0c\u8865\u4e01\u83b7\u53d6\u94fe\u63a5\uff1a\r\nhttps://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2019-45157",
"openTime": "2019-12-13",
"patchDescription": "Puma\u662f\u4e00\u6b3e\u9488\u5bf9\u9ad8\u5e76\u53d1\u5e94\u7528\u7684Web\u670d\u52a1\u5668\u3002\r\n\r\nPuma\u4e2d\u5b58\u5728\u5b89\u5168\u6f0f\u6d1e\u3002\u653b\u51fb\u8005\u53ef\u5229\u7528\u8be5\u6f0f\u6d1e\u9020\u6210\u62d2\u7edd\u670d\u52a1\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002",
"patchName": "Puma\u62d2\u7edd\u670d\u52a1\u6f0f\u6d1e\u7684\u8865\u4e01",
"products": {
"product": "Puma Puma \u003c4.3.2"
},
"referenceLink": "https://nvd.nist.gov/vuln/detail/CVE-2019-16770",
"serverity": "\u4e2d",
"submitTime": "2019-12-09",
"title": "Puma\u62d2\u7edd\u670d\u52a1\u6f0f\u6d1e"
}
FKIE_CVE-2019-16770
Vulnerability from fkie_nvd - Published: 2019-12-05 20:15 - Updated: 2024-11-21 04:31
Severity ?
5.3 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Summary
In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma's reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2.
References
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994 | Mitigation, Third Party Advisory | |
| security-advisories@github.com | https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994 | Mitigation, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html | Mailing List, Third Party Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:puma:puma:*:*:*:*:*:ruby:*:*",
"matchCriteriaId": "F07EBCE0-597F-4CC0-BD4F-93F97B05A684",
"versionEndExcluding": "3.12.2",
"versionStartIncluding": "3.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:puma:puma:*:*:*:*:*:ruby:*:*",
"matchCriteriaId": "2E92BCF2-211F-4B03-AC15-4053953FB112",
"versionEndExcluding": "4.3.1",
"versionStartIncluding": "4.0.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*",
"matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2."
},
{
"lang": "es",
"value": "En Puma, anterior a las versiones 3.12.2 y 4.3.1, un cliente con mal comportamiento podr\u00eda utilizar solicitudes de keepalive para monopolizar el reactor de Puma y crear un ataque de denegaci\u00f3n de servicio. Si se abren m\u00e1s conexiones keepalive a Puma que hilos disponibles, las conexiones adicionales esperar\u00e1n permanentemente si el atacante env\u00eda solicitudes con la suficiente frecuencia. Esta vulnerabilidad est\u00e1 reparada en Puma 4.3.1 y 3.12.2."
}
],
"id": "CVE-2019-16770",
"lastModified": "2024-11-21T04:31:09.323",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 5.0,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 1.4,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2019-12-05T20:15:10.093",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-770"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-770"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-7XX3-M584-X994
Vulnerability from github – Published: 2019-12-05 19:26 – Updated: 2021-01-08 19:12
VLAI?
Summary
A poorly-behaved client could use keepalive requests to monopolize Puma's reactor and create a denial of service attack
Details
Keepalive thread overload/DoS
Impact
A poorly-behaved client could use keepalive requests to monopolize Puma's reactor and create a denial of service attack.
If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough.
Patches
This vulnerability is patched in Puma 4.3.1 and 3.12.2.
Workarounds
Reverse proxies in front of Puma could be configured to always allow less than X keepalive connections to a Puma cluster or process, where X is the number of threads configured in Puma's thread pool.
For more information
If you have any questions or comments about this advisory:
- Open an issue at puma.
Severity ?
5.3 (Medium)
{
"affected": [
{
"package": {
"ecosystem": "RubyGems",
"name": "puma"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.12.2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "RubyGems",
"name": "puma"
},
"ranges": [
{
"events": [
{
"introduced": "4.0.0"
},
{
"fixed": "4.3.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2019-16770"
],
"database_specific": {
"cwe_ids": [
"CWE-770"
],
"github_reviewed": true,
"github_reviewed_at": "2020-06-16T21:23:51Z",
"nvd_published_at": "2019-12-05T20:15:00Z",
"severity": "MODERATE"
},
"details": "## Keepalive thread overload/DoS\n\n### Impact\n\nA poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack.\n\nIf more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough.\n\n### Patches\n\nThis vulnerability is patched in Puma 4.3.1 and 3.12.2.\n\n### Workarounds\n\nReverse proxies in front of Puma could be configured to always allow less than X keepalive connections to a Puma cluster or process, where X is the number of threads configured in Puma\u0027s thread pool.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue at [puma](github.com/puma/puma).",
"id": "GHSA-7xx3-m584-x994",
"modified": "2021-01-08T19:12:47Z",
"published": "2019-12-05T19:26:37Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16770"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-7xx3-m584-x994"
},
{
"type": "WEB",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/puma/CVE-2019-16770.yml"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
}
],
"summary": "A poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack"
}
GSD-2019-16770
Vulnerability from gsd - Updated: 2019-12-05 00:00Details
A poorly-behaved client could use keepalive requests to monopolize
Puma's reactor and create a denial of service attack.
If more keepalive connections to Puma are opened than there are
threads available, additional connections will wait permanently if
the attacker sends requests frequently enough.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2019-16770",
"description": "In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2.",
"id": "GSD-2019-16770",
"references": [
"https://www.suse.com/security/cve/CVE-2019-16770.html"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"affected": [
{
"package": {
"ecosystem": "RubyGems",
"name": "puma",
"purl": "pkg:gem/puma"
}
}
],
"aliases": [
"CVE-2019-16770",
"GHSA-7xx3-m584-x994"
],
"details": "A poorly-behaved client could use keepalive requests to monopolize\nPuma\u0027s reactor and create a denial of service attack.\n\nIf more keepalive connections to Puma are opened than there are\nthreads available, additional connections will wait permanently if\nthe attacker sends requests frequently enough.\n",
"id": "GSD-2019-16770",
"modified": "2019-12-05T00:00:00.000Z",
"published": "2019-12-05T00:00:00.000Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": 6.8,
"type": "CVSS_V2"
},
{
"score": 8.8,
"type": "CVSS_V3"
}
],
"summary": "Keepalive thread overload/DoS in puma"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2019-16770",
"STATE": "PUBLIC",
"TITLE": "Potential DOS attack in Puma"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "puma",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "\u003c 4.3.1",
"version_value": "4.3.1"
}
]
}
}
]
},
"vendor_name": "puma"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-770 Allocation of Resources Without Limits or Throttling"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994",
"refsource": "CONFIRM",
"url": "https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994"
},
{
"name": "[debian-lts-announce] 20220525 [SECURITY] [DLA 3023-1] puma security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html"
}
]
},
"source": {
"advisory": "GHSA-7xx3-m584-x994",
"discovery": "UNKNOWN"
},
"work_around": [
{
"lang": "eng",
"value": "Reverse proxies in front of Puma could be configured to always allow less than X keepalive connections to a Puma cluster or process, where X is the number of threads configured in Puma\u0027s thread pool."
}
]
},
"github.com/rubysec/ruby-advisory-db": {
"cve": "2019-16770",
"cvss_v2": 6.8,
"cvss_v3": 8.8,
"date": "2019-12-05",
"description": "A poorly-behaved client could use keepalive requests to monopolize\nPuma\u0027s reactor and create a denial of service attack.\n\nIf more keepalive connections to Puma are opened than there are\nthreads available, additional connections will wait permanently if\nthe attacker sends requests frequently enough.\n",
"gem": "puma",
"ghsa": "7xx3-m584-x994",
"patched_versions": [
"~\u003e 3.12.2",
"\u003e= 4.3.1"
],
"title": "Keepalive thread overload/DoS in puma",
"url": "https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994"
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003e=3.0.0 \u003c3.12.2||\u003e=4.0.0 \u003c4.3.1",
"affected_versions": "All versions starting from 3.0.0 before 3.12.2, all versions starting from 4.0.0 before 4.3.1",
"cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"cwe_ids": [
"CWE-1035",
"CWE-770",
"CWE-937"
],
"date": "2019-12-19",
"description": "In GitLab Puma, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough.",
"fixed_versions": [
"3.12.2",
"4.3.1"
],
"identifier": "CVE-2019-16770",
"identifiers": [
"CVE-2019-16770",
"GHSA-7xx3-m584-x994"
],
"not_impacted": "All versions before 3.0.0, all versions starting from 3.12.2 before 4.0.0, all versions starting from 4.3.1",
"package_slug": "gem/gitlab-puma",
"pubdate": "2019-12-05",
"solution": "Upgrade to versions 3.12.2, 4.3.1 or above.",
"title": "Allocation of Resources Without Limits or Throttling",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2019-16770"
],
"uuid": "c94fccf6-ebf7-470a-bc2e-a04760158034"
},
{
"affected_range": "\u003e=3.0.0 \u003c3.12.2||\u003e=4.0.0 \u003c4.3.1",
"affected_versions": "All versions starting from 3.0.0 before 3.12.2, all versions starting from 4.0.0 before 4.3.1",
"cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"cwe_ids": [
"CWE-1035",
"CWE-770",
"CWE-937"
],
"date": "2019-12-19",
"description": "In Puma, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough.",
"fixed_versions": [
"3.12.2",
"4.3.1"
],
"identifier": "CVE-2019-16770",
"identifiers": [
"CVE-2019-16770",
"GHSA-7xx3-m584-x994"
],
"not_impacted": "All versions before 3.0.0, all versions starting from 3.12.2 before 4.0.0, all versions starting from 4.3.1",
"package_slug": "gem/puma",
"pubdate": "2019-12-05",
"solution": "Upgrade to versions 3.12.2, 4.3.1 or above.",
"title": "Allocation of Resources Without Limits or Throttling",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2019-16770"
],
"uuid": "855d4255-6625-4349-b9d9-b8df7a97e7f5"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:puma:puma:*:*:*:*:*:ruby:*:*",
"cpe_name": [],
"versionEndExcluding": "3.12.2",
"versionStartIncluding": "3.0.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:puma:puma:*:*:*:*:*:ruby:*:*",
"cpe_name": [],
"versionEndExcluding": "4.3.1",
"versionStartIncluding": "4.0.0",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2019-16770"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-770"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994",
"refsource": "CONFIRM",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/puma/puma/security/advisories/GHSA-7xx3-m584-x994"
},
{
"name": "[debian-lts-announce] 20220525 [SECURITY] [DLA 3023-1] puma security update",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 5.0,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
},
"lastModifiedDate": "2022-10-08T02:42Z",
"publishedDate": "2019-12-05T20:15Z"
}
}
}
OPENSUSE-SU-2020:1993-1
Vulnerability from csaf_opensuse - Published: 2020-11-21 11:23 - Updated: 2020-11-21 11:23Summary
Security update for rmt-server
Severity
Important
Notes
Title of the patch: Security update for rmt-server
Description of the patch: This update for rmt-server fixes the following issues:
Update to version 2.6.5:
- Solved potential bug of SCC repository URLs changing over time. RMT
now self heals by removing the previous invalid repository and
creating the correct one.
- Add web server settings to /etc/rmt.conf:
Now it's possible to configure the minimum and maximum threads count as well
the number of web server workers to be booted through /etc/rmt.conf.
- Instead of using an MD5 of URLs for custom repository friendly_ids,
RMT now builds an ID from the name.
- Fix RMT file caching based on timestamps:
Previously, RMT sent GET requests with the header 'If-Modified-Since' to a
repository server and if the response had a 304 (Not Modified), it would copy
a file from the local cache instead of downloading. However, if the local file
timestamp accidentally changed to a date newer than the one on the repository
server, RMT would have an outdated file, which caused some errors.
Now, RMT makes HEAD requests to the repositories servers and inspect the
'Last-Modified' header to decide whether to download a file or copy it from
cache, by comparing the equalness of timestamps.
- Fixed an issue where relative paths supplied to `rmt-cli import repos`
caused the command to fail.
- Friendlier IDs for custom repositories:
In an effort to simplify the handling of SCC and custom repositories,
RMT now has friendly IDs. For SCC repositories, it's the same SCC ID
as before. For custom repositories, it can either be user provided
or RMT generated (MD5 of the provided URL).
Benefits:
* `rmt-cli mirror repositories` now works for custom repositories.
* Custom repository IDs can be the same across RMT instances.
* No more confusing 'SCC ID' vs 'ID' in `rmt-cli` output.
Deprecation Warnings:
* RMT now uses a different ID for custom repositories than before.
RMT still supports that old ID, but it's recommended to start
using the new ID to ensure future compatibility.
- Updated rails and puma dependencies for security fixes.
This update was imported from the SUSE:SLE-15-SP2:Update update project.
Patchnames: openSUSE-2020-1993
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.8 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.4 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.8 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
9.8 (Critical)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
5.4 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.8 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
67 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\nUpdate to version 2.6.5:\n- Solved potential bug of SCC repository URLs changing over time. RMT\n now self heals by removing the previous invalid repository and\n creating the correct one.\n- Add web server settings to /etc/rmt.conf:\n Now it\u0027s possible to configure the minimum and maximum threads count as well\n the number of web server workers to be booted through /etc/rmt.conf.\n- Instead of using an MD5 of URLs for custom repository friendly_ids,\n RMT now builds an ID from the name.\n- Fix RMT file caching based on timestamps:\n Previously, RMT sent GET requests with the header \u0027If-Modified-Since\u0027 to a\n repository server and if the response had a 304 (Not Modified), it would copy\n a file from the local cache instead of downloading. However, if the local file\n timestamp accidentally changed to a date newer than the one on the repository\n server, RMT would have an outdated file, which caused some errors.\n Now, RMT makes HEAD requests to the repositories servers and inspect the\n \u0027Last-Modified\u0027 header to decide whether to download a file or copy it from\n cache, by comparing the equalness of timestamps.\n- Fixed an issue where relative paths supplied to `rmt-cli import repos`\n caused the command to fail.\n- Friendlier IDs for custom repositories:\n In an effort to simplify the handling of SCC and custom repositories,\n RMT now has friendly IDs. For SCC repositories, it\u0027s the same SCC ID\n as before. For custom repositories, it can either be user provided\n or RMT generated (MD5 of the provided URL).\n Benefits:\n * `rmt-cli mirror repositories` now works for custom repositories.\n * Custom repository IDs can be the same across RMT instances.\n * No more confusing \u0027SCC ID\u0027 vs \u0027ID\u0027 in `rmt-cli` output.\n Deprecation Warnings:\n * RMT now uses a different ID for custom repositories than before.\n RMT still supports that old ID, but it\u0027s recommended to start\n using the new ID to ensure future compatibility.\n- Updated rails and puma dependencies for security fixes.\n\nThis update was imported from the SUSE:SLE-15-SP2:Update update project.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2020-1993",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2020_1993-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2020:1993-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/2W26GJJ7QXIADWB6ZCQWC2BUZD2ALYVT/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2020:1993-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/2W26GJJ7QXIADWB6ZCQWC2BUZD2ALYVT/"
},
{
"category": "self",
"summary": "SUSE Bug 1165548",
"url": "https://bugzilla.suse.com/1165548"
},
{
"category": "self",
"summary": "SUSE Bug 1168554",
"url": "https://bugzilla.suse.com/1168554"
},
{
"category": "self",
"summary": "SUSE Bug 1172177",
"url": "https://bugzilla.suse.com/1172177"
},
{
"category": "self",
"summary": "SUSE Bug 1172182",
"url": "https://bugzilla.suse.com/1172182"
},
{
"category": "self",
"summary": "SUSE Bug 1172184",
"url": "https://bugzilla.suse.com/1172184"
},
{
"category": "self",
"summary": "SUSE Bug 1172186",
"url": "https://bugzilla.suse.com/1172186"
},
{
"category": "self",
"summary": "SUSE Bug 1173351",
"url": "https://bugzilla.suse.com/1173351"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16770 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16770/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5418 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5418/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5419 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5419/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5420 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5420/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-11076 page",
"url": "https://www.suse.com/security/cve/CVE-2020-11076/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-11077 page",
"url": "https://www.suse.com/security/cve/CVE-2020-11077/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15169 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15169/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-5247 page",
"url": "https://www.suse.com/security/cve/CVE-2020-5247/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-5249 page",
"url": "https://www.suse.com/security/cve/CVE-2020-5249/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-5267 page",
"url": "https://www.suse.com/security/cve/CVE-2020-5267/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8164 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8164/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8165 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8165/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8166 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8166/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8167 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8167/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8184 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8184/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8185 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8185/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2020-11-21T11:23:05Z",
"generator": {
"date": "2020-11-21T11:23:05Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2020:1993-1",
"initial_release_date": "2020-11-21T11:23:05Z",
"revision_history": [
{
"date": "2020-11-21T11:23:05Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.6.5-lp152.2.3.1.x86_64",
"product": {
"name": "rmt-server-2.6.5-lp152.2.3.1.x86_64",
"product_id": "rmt-server-2.6.5-lp152.2.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"product": {
"name": "rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"product_id": "rmt-server-config-2.6.5-lp152.2.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64",
"product_id": "rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.2",
"product": {
"name": "openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.6.5-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64"
},
"product_reference": "rmt-server-2.6.5-lp152.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.6.5-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64"
},
"product_reference": "rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-16770",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16770"
}
],
"notes": [
{
"category": "general",
"text": "In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16770",
"url": "https://www.suse.com/security/cve/CVE-2019-16770"
},
{
"category": "external",
"summary": "SUSE Bug 1158675 for CVE-2019-16770",
"url": "https://bugzilla.suse.com/1158675"
},
{
"category": "external",
"summary": "SUSE Bug 1188527 for CVE-2019-16770",
"url": "https://bugzilla.suse.com/1188527"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "important"
}
],
"title": "CVE-2019-16770"
},
{
"cve": "CVE-2019-5418",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5418"
}
],
"notes": [
{
"category": "general",
"text": "There is a File Content Disclosure vulnerability in Action View \u003c5.2.2.1, \u003c5.1.6.2, \u003c5.0.7.2, \u003c4.2.11.1 and v3 where specially crafted accept headers can cause contents of arbitrary files on the target system\u0027s filesystem to be exposed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5418",
"url": "https://www.suse.com/security/cve/CVE-2019-5418"
},
{
"category": "external",
"summary": "SUSE Bug 1129272 for CVE-2019-5418",
"url": "https://bugzilla.suse.com/1129272"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "moderate"
}
],
"title": "CVE-2019-5418"
},
{
"cve": "CVE-2019-5419",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5419"
}
],
"notes": [
{
"category": "general",
"text": "There is a possible denial of service vulnerability in Action View (Rails) \u003c5.2.2.1, \u003c5.1.6.2, \u003c5.0.7.2, \u003c4.2.11.1 where specially crafted accept headers can cause action view to consume 100% cpu and make the server unresponsive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5419",
"url": "https://www.suse.com/security/cve/CVE-2019-5419"
},
{
"category": "external",
"summary": "SUSE Bug 1129271 for CVE-2019-5419",
"url": "https://bugzilla.suse.com/1129271"
},
{
"category": "external",
"summary": "SUSE Bug 1203810 for CVE-2019-5419",
"url": "https://bugzilla.suse.com/1203810"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "moderate"
}
],
"title": "CVE-2019-5419"
},
{
"cve": "CVE-2019-5420",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5420"
}
],
"notes": [
{
"category": "general",
"text": "A remote code execution vulnerability in development mode Rails \u003c5.2.2.1, \u003c6.0.0.beta3 can allow an attacker to guess the automatically generated development mode secret token. This secret token can be used in combination with other Rails internals to escalate to a remote code execution exploit.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5420",
"url": "https://www.suse.com/security/cve/CVE-2019-5420"
},
{
"category": "external",
"summary": "SUSE Bug 1129268 for CVE-2019-5420",
"url": "https://bugzilla.suse.com/1129268"
},
{
"category": "external",
"summary": "SUSE Bug 1203810 for CVE-2019-5420",
"url": "https://bugzilla.suse.com/1203810"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "important"
}
],
"title": "CVE-2019-5420"
},
{
"cve": "CVE-2020-11076",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-11076"
}
],
"notes": [
{
"category": "general",
"text": "In Puma (RubyGem) before 4.3.4 and 3.12.5, an attacker could smuggle an HTTP response, by using an invalid transfer-encoding header. The problem has been fixed in Puma 3.12.5 and Puma 4.3.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-11076",
"url": "https://www.suse.com/security/cve/CVE-2020-11076"
},
{
"category": "external",
"summary": "SUSE Bug 1172175 for CVE-2020-11076",
"url": "https://bugzilla.suse.com/1172175"
},
{
"category": "external",
"summary": "SUSE Bug 1172176 for CVE-2020-11076",
"url": "https://bugzilla.suse.com/1172176"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "moderate"
}
],
"title": "CVE-2020-11076"
},
{
"cve": "CVE-2020-11077",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-11077"
}
],
"notes": [
{
"category": "general",
"text": "In Puma (RubyGem) before 4.3.5 and 3.12.6, a client could smuggle a request through a proxy, causing the proxy to send a response back to another unknown client. If the proxy uses persistent connections and the client adds another request in via HTTP pipelining, the proxy may mistake it as the first request\u0027s body. Puma, however, would see it as two requests, and when processing the second request, send back a response that the proxy does not expect. If the proxy has reused the persistent connection to Puma to send another request for a different client, the second response from the first client will be sent to the second client. This is a similar but different vulnerability from CVE-2020-11076. The problem has been fixed in Puma 3.12.6 and Puma 4.3.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-11077",
"url": "https://www.suse.com/security/cve/CVE-2020-11077"
},
{
"category": "external",
"summary": "SUSE Bug 1172175 for CVE-2020-11077",
"url": "https://bugzilla.suse.com/1172175"
},
{
"category": "external",
"summary": "SUSE Bug 1172176 for CVE-2020-11077",
"url": "https://bugzilla.suse.com/1172176"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "moderate"
}
],
"title": "CVE-2020-11077"
},
{
"cve": "CVE-2020-15169",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15169"
}
],
"notes": [
{
"category": "general",
"text": "In Action View before versions 5.2.4.4 and 6.0.3.3 there is a potential Cross-Site Scripting (XSS) vulnerability in Action View\u0027s translation helpers. Views that allow the user to control the default (not found) value of the `t` and `translate` helpers could be susceptible to XSS attacks. When an HTML-unsafe string is passed as the default for a missing translation key named html or ending in _html, the default string is incorrectly marked as HTML-safe and not escaped. This is patched in versions 6.0.3.3 and 5.2.4.4. A workaround without upgrading is proposed in the source advisory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15169",
"url": "https://www.suse.com/security/cve/CVE-2020-15169"
},
{
"category": "external",
"summary": "SUSE Bug 1176421 for CVE-2020-15169",
"url": "https://bugzilla.suse.com/1176421"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "important"
}
],
"title": "CVE-2020-15169"
},
{
"cve": "CVE-2020-5247",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-5247"
}
],
"notes": [
{
"category": "general",
"text": "In Puma (RubyGem) before 4.3.2 and before 3.12.3, if an application using Puma allows untrusted input in a response header, an attacker can use newline characters (i.e. `CR`, `LF` or`/r`, `/n`) to end the header and inject malicious content, such as additional headers or an entirely new response body. This vulnerability is known as HTTP Response Splitting. While not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS). This is related to CVE-2019-16254, which fixed this vulnerability for the WEBrick Ruby web server. This has been fixed in versions 4.3.2 and 3.12.3 by checking all headers for line endings and rejecting headers with those characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-5247",
"url": "https://www.suse.com/security/cve/CVE-2020-5247"
},
{
"category": "external",
"summary": "SUSE Bug 1165402 for CVE-2020-5247",
"url": "https://bugzilla.suse.com/1165402"
},
{
"category": "external",
"summary": "SUSE Bug 1165524 for CVE-2020-5247",
"url": "https://bugzilla.suse.com/1165524"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "moderate"
}
],
"title": "CVE-2020-5247"
},
{
"cve": "CVE-2020-5249",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-5249"
}
],
"notes": [
{
"category": "general",
"text": "In Puma (RubyGem) before 4.3.3 and 3.12.4, if an application using Puma allows untrusted input in an early-hints header, an attacker can use a carriage return character to end the header and inject malicious content, such as additional headers or an entirely new response body. This vulnerability is known as HTTP Response Splitting. While not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS). This is related to CVE-2020-5247, which fixed this vulnerability but only for regular responses. This has been fixed in 4.3.3 and 3.12.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-5249",
"url": "https://www.suse.com/security/cve/CVE-2020-5249"
},
{
"category": "external",
"summary": "SUSE Bug 1165524 for CVE-2020-5249",
"url": "https://bugzilla.suse.com/1165524"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "moderate"
}
],
"title": "CVE-2020-5249"
},
{
"cve": "CVE-2020-5267",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-5267"
}
],
"notes": [
{
"category": "general",
"text": "In ActionView before versions 6.0.2.2 and 5.2.4.2, there is a possible XSS vulnerability in ActionView\u0027s JavaScript literal escape helpers. Views that use the `j` or `escape_javascript` methods may be susceptible to XSS attacks. The issue is fixed in versions 6.0.2.2 and 5.2.4.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-5267",
"url": "https://www.suse.com/security/cve/CVE-2020-5267"
},
{
"category": "external",
"summary": "SUSE Bug 1167240 for CVE-2020-5267",
"url": "https://bugzilla.suse.com/1167240"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "moderate"
}
],
"title": "CVE-2020-5267"
},
{
"cve": "CVE-2020-8164",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8164"
}
],
"notes": [
{
"category": "general",
"text": "A deserialization of untrusted data vulnerability exists in rails \u003c 5.2.4.3, rails \u003c 6.0.3.1 which can allow an attacker to supply information can be inadvertently leaked fromStrong Parameters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8164",
"url": "https://www.suse.com/security/cve/CVE-2020-8164"
},
{
"category": "external",
"summary": "SUSE Bug 1172177 for CVE-2020-8164",
"url": "https://bugzilla.suse.com/1172177"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "important"
}
],
"title": "CVE-2020-8164"
},
{
"cve": "CVE-2020-8165",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8165"
}
],
"notes": [
{
"category": "general",
"text": "A deserialization of untrusted data vulnernerability exists in rails \u003c 5.2.4.3, rails \u003c 6.0.3.1 that can allow an attacker to unmarshal user-provided objects in MemCacheStore and RedisCacheStore potentially resulting in an RCE.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8165",
"url": "https://www.suse.com/security/cve/CVE-2020-8165"
},
{
"category": "external",
"summary": "SUSE Bug 1172186 for CVE-2020-8165",
"url": "https://bugzilla.suse.com/1172186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "critical"
}
],
"title": "CVE-2020-8165"
},
{
"cve": "CVE-2020-8166",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8166"
}
],
"notes": [
{
"category": "general",
"text": "A CSRF forgery vulnerability exists in rails \u003c 5.2.5, rails \u003c 6.0.4 that makes it possible for an attacker to, given a global CSRF token such as the one present in the authenticity_token meta tag, forge a per-form CSRF token.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8166",
"url": "https://www.suse.com/security/cve/CVE-2020-8166"
},
{
"category": "external",
"summary": "SUSE Bug 1172182 for CVE-2020-8166",
"url": "https://bugzilla.suse.com/1172182"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "low"
}
],
"title": "CVE-2020-8166"
},
{
"cve": "CVE-2020-8167",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8167"
}
],
"notes": [
{
"category": "general",
"text": "A CSRF vulnerability exists in rails \u003c= 6.0.3 rails-ujs module that could allow attackers to send CSRF tokens to wrong domains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8167",
"url": "https://www.suse.com/security/cve/CVE-2020-8167"
},
{
"category": "external",
"summary": "SUSE Bug 1172184 for CVE-2020-8167",
"url": "https://bugzilla.suse.com/1172184"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "moderate"
}
],
"title": "CVE-2020-8167"
},
{
"cve": "CVE-2020-8184",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8184"
}
],
"notes": [
{
"category": "general",
"text": "A reliance on cookies without validation/integrity check security vulnerability exists in rack \u003c 2.2.3, rack \u003c 2.1.4 that makes it is possible for an attacker to forge a secure or host-only cookie prefix.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8184",
"url": "https://www.suse.com/security/cve/CVE-2020-8184"
},
{
"category": "external",
"summary": "SUSE Bug 1173351 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1173351"
},
{
"category": "external",
"summary": "SUSE Bug 1177352 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1177352"
},
{
"category": "external",
"summary": "SUSE Bug 1193081 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1193081"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "moderate"
}
],
"title": "CVE-2020-8184"
},
{
"cve": "CVE-2020-8185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8185"
}
],
"notes": [
{
"category": "general",
"text": "A denial of service vulnerability exists in Rails \u003c6.0.3.2 that allowed an untrusted user to run any pending migrations on a Rails app running in production.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8185",
"url": "https://www.suse.com/security/cve/CVE-2020-8185"
},
{
"category": "external",
"summary": "SUSE Bug 1173564 for CVE-2020-8185",
"url": "https://bugzilla.suse.com/1173564"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:rmt-server-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-config-2.6.5-lp152.2.3.1.x86_64",
"openSUSE Leap 15.2:rmt-server-pubcloud-2.6.5-lp152.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-21T11:23:05Z",
"details": "moderate"
}
],
"title": "CVE-2020-8185"
}
]
}
OPENSUSE-SU-2020:2000-1
Vulnerability from csaf_opensuse - Published: 2020-11-23 09:30 - Updated: 2020-11-23 09:30Summary
Security update for rmt-server
Severity
Important
Notes
Title of the patch: Security update for rmt-server
Description of the patch: This update for rmt-server fixes the following issues:
- Version 2.6.5
- Solved potential bug of SCC repository URLs changing over time. RMT
now self heals by removing the previous invalid repository and
creating the correct one.
- Version 2.6.4
- Add web server settings to /etc/rmt.conf:
Now it's possible to configure the minimum and maximum threads count as well
the number of web server workers to be booted through /etc/rmt.conf.
- Version 2.6.3
- Instead of using an MD5 of URLs for custom repository friendly_ids,
RMT now builds an ID from the name.
- Version 2.6.2
- Fix RMT file caching based on timestamps:
Previously, RMT sent GET requests with the header 'If-Modified-Since' to a
repository server and if the response had a 304 (Not Modified), it would copy
a file from the local cache instead of downloading. However, if the local file
timestamp accidentally changed to a date newer than the one on the repository
server, RMT would have an outdated file, which caused some errors.
Now, RMT makes HEAD requests to the repositories servers and inspect the
'Last-Modified' header to decide whether to download a file or copy it from
cache, by comparing the equalness of timestamps.
- Version 2.6.1
- Fixed an issue where relative paths supplied to `rmt-cli import repos`
caused the command to fail.
- Version 2.6.0
- Friendlier IDs for custom repositories:
In an effort to simplify the handling of SCC and custom repositories,
RMT now has friendly IDs. For SCC repositories, it's the same SCC ID
as before. For custom repositories, it can either be user provided
or RMT generated (MD5 of the provided URL).
Benefits:
* `rmt-cli mirror repositories` now works for custom repositories.
* Custom repository IDs can be the same across RMT instances.
* No more confusing 'SCC ID' vs 'ID' in `rmt-cli` output.
Deprecation Warnings:
* RMT now uses a different ID for custom repositories than before.
RMT still supports that old ID, but it's recommended to start
using the new ID to ensure future compatibility.
- Version 2.5.20
- Updated rails from 6.0.3.2 to 6.0.3.3:
- actionview (CVE-2020-15169)
- Version 2.5.19
- RMT now has the ability to remove local systems with the command
`rmt-cli systems remove`.
- Version 2.5.18
- Fixed exit code for `rmt-cli mirror` and its subcommands. Now it exits with 1
whenever an error occurs during mirroring
- Improved message logging for `rtm-cli mirror`. Instead of logging an error
when it occurs, the command summarize all errors at the end of execution. Now
log messages have colors to better identify failure/success.
- Version 2.5.17
- RMT no longer provides the installer updates repository to systems via its
zypper service. This repository is used during the installation process, as
it provides an up-to-date installation experience, but it has no use on an
already installed system.
- Version 2.5.16
- Updated RMT's rails and puma dependencies.
- puma (CVE-2020-11076, CVE-2020-11077, CVE-2020-5249, CVE-2020-5247
CVE-2019-16770)
- actionpack (CVE-2020-8185, CVE-2020-8164, CVE-2020-8166)
- actionview (CVE-2020-8167, CVE-2020-5267, CVE-2019-5418, CVE-2019-5419)
- activesupport (CVE-2020-8165)
- railties (CVE-2019-5420)
- Version 2.5.15
- RMT now checks if repositories are fully mirrored during the
activation process. Previously, RMT only checked if the repositories
were enabled to be mirrored, but not that they were actually mirrored.
In this case, RMTs were not able to provide the repository data which
systems assumed it had.
- Version 2.5.14
- Enable 'Installer-Updates' repositories by default
- Fixed deprecation warning when thor encountered an error. Also,
instead of returning 0 for thor errors, rmt-cli will return 1
instead.
- Version 2.5.13
- Added `rmt-cli repos clean` command to remove locally mirrored files
of repositories which are not marked to be mirrored.
- Previously, RMT didn't track deduplicated files in its database. Now,
to accommodate `rmt-cli repos clean`, RMT will track all mirrored
files.
- Move the nginx reload to the configuration package which contain
nginx config files, don't reload nginx unconditionally from main
package.
- Version 2.5.12
- Update rack to version 2.2.3 (CVE-2020-8184: bsc#1173351)
- Update Rails to version 5.2.4.3:
- actionpack (CVE-2020-8164: bsc#1172177)
- actionpack (CVE-2020-8166: bsc#1172182)
- activesupport (CVE-2020-8165: bsc#1172186)
- actionview (CVE-2020-8167: bsc#1172184)
- Version 2.5.11
- rmt-server-pubcloud:
- SLES11 EOL
- Extension activation verification based on the available subscriptions
- Added a manual instance verification script
- Version 2.5.10
- Support rmt-server to run with Ruby 2.7 (Factory/Tumbleweed):
- Bump gem 'config' version from 1.7.2 to 2.2.1 to fix incompatibility Ruby
2.7 OpenStruct class;
- Bump gem 'typhoeus' version from 1.3.1 to 1.4.0 in order to also bump gem
'ethon' version, which caused a 'rb_safe_level' warning on Ruby 2.7;
- Fix 'last arg as keyword arg' Ruby 2.7 warning on source code;
- Disable 'deprecated' warnings from Ruby 2.7; Rails 5.1 generates a lot of
warnings with Ruby 2.7, mainly due to 'capturing the given block with
Proc.new', which is deprecated;
- Improve RPM spec to consider only the distribution default Ruby version
configured in OBS;
- Improve RPM spec to remove Ruby 2.7 warnings regarding 'bundler.
- Move nginx/vhosts.d directory to correct sub-package. They
are needed together with nginx, not rmt-server.
- Fix dependencies especially for containerized usage:
- mariadb and nginx are not hard requires, could run on another host
- Fix generic dependencies:
- systemd ordering was missing
- shadow is required for pre-install
- Version 2.5.9
- rmt-server-pubcloud: enforce strict authentication
- Version 2.5.8
- Use repomd_parser gem to remove repository metadata parsing code.
This update was imported from the SUSE:SLE-15-SP1:Update update project.
Patchnames: openSUSE-2020-2000
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.8 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.4 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.8 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
9.8 (Critical)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
5.4 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.8 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
65 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\n- Version 2.6.5\n- Solved potential bug of SCC repository URLs changing over time. RMT\n now self heals by removing the previous invalid repository and\n creating the correct one.\n\n- Version 2.6.4\n- Add web server settings to /etc/rmt.conf:\n Now it\u0027s possible to configure the minimum and maximum threads count as well\n the number of web server workers to be booted through /etc/rmt.conf.\n\n- Version 2.6.3\n- Instead of using an MD5 of URLs for custom repository friendly_ids,\n RMT now builds an ID from the name.\n\n- Version 2.6.2\n- Fix RMT file caching based on timestamps:\n Previously, RMT sent GET requests with the header \u0027If-Modified-Since\u0027 to a\n repository server and if the response had a 304 (Not Modified), it would copy\n a file from the local cache instead of downloading. However, if the local file\n timestamp accidentally changed to a date newer than the one on the repository\n server, RMT would have an outdated file, which caused some errors.\n Now, RMT makes HEAD requests to the repositories servers and inspect the\n \u0027Last-Modified\u0027 header to decide whether to download a file or copy it from\n cache, by comparing the equalness of timestamps.\n \n\n- Version 2.6.1\n- Fixed an issue where relative paths supplied to `rmt-cli import repos`\n caused the command to fail.\n\n- Version 2.6.0\n- Friendlier IDs for custom repositories:\n In an effort to simplify the handling of SCC and custom repositories,\n RMT now has friendly IDs. For SCC repositories, it\u0027s the same SCC ID\n as before. For custom repositories, it can either be user provided\n or RMT generated (MD5 of the provided URL).\n Benefits:\n * `rmt-cli mirror repositories` now works for custom repositories.\n * Custom repository IDs can be the same across RMT instances.\n * No more confusing \u0027SCC ID\u0027 vs \u0027ID\u0027 in `rmt-cli` output.\n Deprecation Warnings:\n * RMT now uses a different ID for custom repositories than before.\n RMT still supports that old ID, but it\u0027s recommended to start\n using the new ID to ensure future compatibility.\n\n- Version 2.5.20\n- Updated rails from 6.0.3.2 to 6.0.3.3:\n - actionview (CVE-2020-15169)\n\n- Version 2.5.19\n- RMT now has the ability to remove local systems with the command\n `rmt-cli systems remove`.\n\n- Version 2.5.18\n- Fixed exit code for `rmt-cli mirror` and its subcommands. Now it exits with 1\n whenever an error occurs during mirroring\n- Improved message logging for `rtm-cli mirror`. Instead of logging an error\n when it occurs, the command summarize all errors at the end of execution. Now\n log messages have colors to better identify failure/success.\n\n- Version 2.5.17\n- RMT no longer provides the installer updates repository to systems via its\n zypper service. This repository is used during the installation process, as\n it provides an up-to-date installation experience, but it has no use on an\n already installed system.\n\n- Version 2.5.16\n- Updated RMT\u0027s rails and puma dependencies.\n - puma (CVE-2020-11076, CVE-2020-11077, CVE-2020-5249, CVE-2020-5247\n CVE-2019-16770)\n - actionpack (CVE-2020-8185, CVE-2020-8164, CVE-2020-8166)\n - actionview (CVE-2020-8167, CVE-2020-5267, CVE-2019-5418, CVE-2019-5419)\n - activesupport (CVE-2020-8165)\n - railties (CVE-2019-5420)\n\n- Version 2.5.15\n- RMT now checks if repositories are fully mirrored during the\n activation process. Previously, RMT only checked if the repositories\n were enabled to be mirrored, but not that they were actually mirrored.\n In this case, RMTs were not able to provide the repository data which\n systems assumed it had.\n\n- Version 2.5.14\n- Enable \u0027Installer-Updates\u0027 repositories by default\n\n- Fixed deprecation warning when thor encountered an error. Also,\n instead of returning 0 for thor errors, rmt-cli will return 1\n instead.\n\n- Version 2.5.13\n- Added `rmt-cli repos clean` command to remove locally mirrored files\n of repositories which are not marked to be mirrored.\n- Previously, RMT didn\u0027t track deduplicated files in its database. Now,\n to accommodate `rmt-cli repos clean`, RMT will track all mirrored\n files.\n\n- Move the nginx reload to the configuration package which contain\n nginx config files, don\u0027t reload nginx unconditionally from main\n package.\n\n- Version 2.5.12\n- Update rack to version 2.2.3 (CVE-2020-8184: bsc#1173351)\n- Update Rails to version 5.2.4.3:\n - actionpack (CVE-2020-8164: bsc#1172177)\n - actionpack (CVE-2020-8166: bsc#1172182)\n - activesupport (CVE-2020-8165: bsc#1172186)\n - actionview (CVE-2020-8167: bsc#1172184)\n\n- Version 2.5.11\n- rmt-server-pubcloud:\n - SLES11 EOL\n - Extension activation verification based on the available subscriptions\n - Added a manual instance verification script\n\n- Version 2.5.10\n- Support rmt-server to run with Ruby 2.7 (Factory/Tumbleweed):\n - Bump gem \u0027config\u0027 version from 1.7.2 to 2.2.1 to fix incompatibility Ruby\n 2.7 OpenStruct class;\n - Bump gem \u0027typhoeus\u0027 version from 1.3.1 to 1.4.0 in order to also bump gem\n \u0027ethon\u0027 version, which caused a \u0027rb_safe_level\u0027 warning on Ruby 2.7;\n - Fix \u0027last arg as keyword arg\u0027 Ruby 2.7 warning on source code;\n - Disable \u0027deprecated\u0027 warnings from Ruby 2.7; Rails 5.1 generates a lot of\n warnings with Ruby 2.7, mainly due to \u0027capturing the given block with\n Proc.new\u0027, which is deprecated;\n - Improve RPM spec to consider only the distribution default Ruby version\n configured in OBS;\n - Improve RPM spec to remove Ruby 2.7 warnings regarding \u0027bundler.\n\n- Move nginx/vhosts.d directory to correct sub-package. They\n are needed together with nginx, not rmt-server.\n- Fix dependencies especially for containerized usage:\n - mariadb and nginx are not hard requires, could run on another host\n- Fix generic dependencies:\n - systemd ordering was missing\n - shadow is required for pre-install\n\n- Version 2.5.9\n- rmt-server-pubcloud: enforce strict authentication\n\n- Version 2.5.8\n- Use repomd_parser gem to remove repository metadata parsing code.\n\nThis update was imported from the SUSE:SLE-15-SP1:Update update project.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2020-2000",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2020_2000-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2020:2000-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7MCDUWQEXA3XGI7X2XPATA7YTNVDYTSF/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2020:2000-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7MCDUWQEXA3XGI7X2XPATA7YTNVDYTSF/"
},
{
"category": "self",
"summary": "SUSE Bug 1172177",
"url": "https://bugzilla.suse.com/1172177"
},
{
"category": "self",
"summary": "SUSE Bug 1172182",
"url": "https://bugzilla.suse.com/1172182"
},
{
"category": "self",
"summary": "SUSE Bug 1172184",
"url": "https://bugzilla.suse.com/1172184"
},
{
"category": "self",
"summary": "SUSE Bug 1172186",
"url": "https://bugzilla.suse.com/1172186"
},
{
"category": "self",
"summary": "SUSE Bug 1173351",
"url": "https://bugzilla.suse.com/1173351"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16770 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16770/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5418 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5418/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5419 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5419/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5420 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5420/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-11076 page",
"url": "https://www.suse.com/security/cve/CVE-2020-11076/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-11077 page",
"url": "https://www.suse.com/security/cve/CVE-2020-11077/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15169 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15169/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-5247 page",
"url": "https://www.suse.com/security/cve/CVE-2020-5247/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-5249 page",
"url": "https://www.suse.com/security/cve/CVE-2020-5249/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-5267 page",
"url": "https://www.suse.com/security/cve/CVE-2020-5267/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8164 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8164/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8165 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8165/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8166 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8166/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8167 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8167/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8184 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8184/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8185 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8185/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2020-11-23T09:30:24Z",
"generator": {
"date": "2020-11-23T09:30:24Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2020:2000-1",
"initial_release_date": "2020-11-23T09:30:24Z",
"revision_history": [
{
"date": "2020-11-23T09:30:24Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.6.5-lp151.2.18.2.x86_64",
"product": {
"name": "rmt-server-2.6.5-lp151.2.18.2.x86_64",
"product_id": "rmt-server-2.6.5-lp151.2.18.2.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"product": {
"name": "rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"product_id": "rmt-server-config-2.6.5-lp151.2.18.2.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64",
"product_id": "rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.1",
"product": {
"name": "openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.6.5-lp151.2.18.2.x86_64 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64"
},
"product_reference": "rmt-server-2.6.5-lp151.2.18.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.6.5-lp151.2.18.2.x86_64 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64"
},
"product_reference": "rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-16770",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16770"
}
],
"notes": [
{
"category": "general",
"text": "In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16770",
"url": "https://www.suse.com/security/cve/CVE-2019-16770"
},
{
"category": "external",
"summary": "SUSE Bug 1158675 for CVE-2019-16770",
"url": "https://bugzilla.suse.com/1158675"
},
{
"category": "external",
"summary": "SUSE Bug 1188527 for CVE-2019-16770",
"url": "https://bugzilla.suse.com/1188527"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "important"
}
],
"title": "CVE-2019-16770"
},
{
"cve": "CVE-2019-5418",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5418"
}
],
"notes": [
{
"category": "general",
"text": "There is a File Content Disclosure vulnerability in Action View \u003c5.2.2.1, \u003c5.1.6.2, \u003c5.0.7.2, \u003c4.2.11.1 and v3 where specially crafted accept headers can cause contents of arbitrary files on the target system\u0027s filesystem to be exposed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5418",
"url": "https://www.suse.com/security/cve/CVE-2019-5418"
},
{
"category": "external",
"summary": "SUSE Bug 1129272 for CVE-2019-5418",
"url": "https://bugzilla.suse.com/1129272"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "moderate"
}
],
"title": "CVE-2019-5418"
},
{
"cve": "CVE-2019-5419",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5419"
}
],
"notes": [
{
"category": "general",
"text": "There is a possible denial of service vulnerability in Action View (Rails) \u003c5.2.2.1, \u003c5.1.6.2, \u003c5.0.7.2, \u003c4.2.11.1 where specially crafted accept headers can cause action view to consume 100% cpu and make the server unresponsive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5419",
"url": "https://www.suse.com/security/cve/CVE-2019-5419"
},
{
"category": "external",
"summary": "SUSE Bug 1129271 for CVE-2019-5419",
"url": "https://bugzilla.suse.com/1129271"
},
{
"category": "external",
"summary": "SUSE Bug 1203810 for CVE-2019-5419",
"url": "https://bugzilla.suse.com/1203810"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "moderate"
}
],
"title": "CVE-2019-5419"
},
{
"cve": "CVE-2019-5420",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5420"
}
],
"notes": [
{
"category": "general",
"text": "A remote code execution vulnerability in development mode Rails \u003c5.2.2.1, \u003c6.0.0.beta3 can allow an attacker to guess the automatically generated development mode secret token. This secret token can be used in combination with other Rails internals to escalate to a remote code execution exploit.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5420",
"url": "https://www.suse.com/security/cve/CVE-2019-5420"
},
{
"category": "external",
"summary": "SUSE Bug 1129268 for CVE-2019-5420",
"url": "https://bugzilla.suse.com/1129268"
},
{
"category": "external",
"summary": "SUSE Bug 1203810 for CVE-2019-5420",
"url": "https://bugzilla.suse.com/1203810"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "important"
}
],
"title": "CVE-2019-5420"
},
{
"cve": "CVE-2020-11076",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-11076"
}
],
"notes": [
{
"category": "general",
"text": "In Puma (RubyGem) before 4.3.4 and 3.12.5, an attacker could smuggle an HTTP response, by using an invalid transfer-encoding header. The problem has been fixed in Puma 3.12.5 and Puma 4.3.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-11076",
"url": "https://www.suse.com/security/cve/CVE-2020-11076"
},
{
"category": "external",
"summary": "SUSE Bug 1172175 for CVE-2020-11076",
"url": "https://bugzilla.suse.com/1172175"
},
{
"category": "external",
"summary": "SUSE Bug 1172176 for CVE-2020-11076",
"url": "https://bugzilla.suse.com/1172176"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "moderate"
}
],
"title": "CVE-2020-11076"
},
{
"cve": "CVE-2020-11077",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-11077"
}
],
"notes": [
{
"category": "general",
"text": "In Puma (RubyGem) before 4.3.5 and 3.12.6, a client could smuggle a request through a proxy, causing the proxy to send a response back to another unknown client. If the proxy uses persistent connections and the client adds another request in via HTTP pipelining, the proxy may mistake it as the first request\u0027s body. Puma, however, would see it as two requests, and when processing the second request, send back a response that the proxy does not expect. If the proxy has reused the persistent connection to Puma to send another request for a different client, the second response from the first client will be sent to the second client. This is a similar but different vulnerability from CVE-2020-11076. The problem has been fixed in Puma 3.12.6 and Puma 4.3.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-11077",
"url": "https://www.suse.com/security/cve/CVE-2020-11077"
},
{
"category": "external",
"summary": "SUSE Bug 1172175 for CVE-2020-11077",
"url": "https://bugzilla.suse.com/1172175"
},
{
"category": "external",
"summary": "SUSE Bug 1172176 for CVE-2020-11077",
"url": "https://bugzilla.suse.com/1172176"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "moderate"
}
],
"title": "CVE-2020-11077"
},
{
"cve": "CVE-2020-15169",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15169"
}
],
"notes": [
{
"category": "general",
"text": "In Action View before versions 5.2.4.4 and 6.0.3.3 there is a potential Cross-Site Scripting (XSS) vulnerability in Action View\u0027s translation helpers. Views that allow the user to control the default (not found) value of the `t` and `translate` helpers could be susceptible to XSS attacks. When an HTML-unsafe string is passed as the default for a missing translation key named html or ending in _html, the default string is incorrectly marked as HTML-safe and not escaped. This is patched in versions 6.0.3.3 and 5.2.4.4. A workaround without upgrading is proposed in the source advisory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15169",
"url": "https://www.suse.com/security/cve/CVE-2020-15169"
},
{
"category": "external",
"summary": "SUSE Bug 1176421 for CVE-2020-15169",
"url": "https://bugzilla.suse.com/1176421"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "important"
}
],
"title": "CVE-2020-15169"
},
{
"cve": "CVE-2020-5247",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-5247"
}
],
"notes": [
{
"category": "general",
"text": "In Puma (RubyGem) before 4.3.2 and before 3.12.3, if an application using Puma allows untrusted input in a response header, an attacker can use newline characters (i.e. `CR`, `LF` or`/r`, `/n`) to end the header and inject malicious content, such as additional headers or an entirely new response body. This vulnerability is known as HTTP Response Splitting. While not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS). This is related to CVE-2019-16254, which fixed this vulnerability for the WEBrick Ruby web server. This has been fixed in versions 4.3.2 and 3.12.3 by checking all headers for line endings and rejecting headers with those characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-5247",
"url": "https://www.suse.com/security/cve/CVE-2020-5247"
},
{
"category": "external",
"summary": "SUSE Bug 1165402 for CVE-2020-5247",
"url": "https://bugzilla.suse.com/1165402"
},
{
"category": "external",
"summary": "SUSE Bug 1165524 for CVE-2020-5247",
"url": "https://bugzilla.suse.com/1165524"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "moderate"
}
],
"title": "CVE-2020-5247"
},
{
"cve": "CVE-2020-5249",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-5249"
}
],
"notes": [
{
"category": "general",
"text": "In Puma (RubyGem) before 4.3.3 and 3.12.4, if an application using Puma allows untrusted input in an early-hints header, an attacker can use a carriage return character to end the header and inject malicious content, such as additional headers or an entirely new response body. This vulnerability is known as HTTP Response Splitting. While not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS). This is related to CVE-2020-5247, which fixed this vulnerability but only for regular responses. This has been fixed in 4.3.3 and 3.12.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-5249",
"url": "https://www.suse.com/security/cve/CVE-2020-5249"
},
{
"category": "external",
"summary": "SUSE Bug 1165524 for CVE-2020-5249",
"url": "https://bugzilla.suse.com/1165524"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "moderate"
}
],
"title": "CVE-2020-5249"
},
{
"cve": "CVE-2020-5267",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-5267"
}
],
"notes": [
{
"category": "general",
"text": "In ActionView before versions 6.0.2.2 and 5.2.4.2, there is a possible XSS vulnerability in ActionView\u0027s JavaScript literal escape helpers. Views that use the `j` or `escape_javascript` methods may be susceptible to XSS attacks. The issue is fixed in versions 6.0.2.2 and 5.2.4.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-5267",
"url": "https://www.suse.com/security/cve/CVE-2020-5267"
},
{
"category": "external",
"summary": "SUSE Bug 1167240 for CVE-2020-5267",
"url": "https://bugzilla.suse.com/1167240"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "moderate"
}
],
"title": "CVE-2020-5267"
},
{
"cve": "CVE-2020-8164",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8164"
}
],
"notes": [
{
"category": "general",
"text": "A deserialization of untrusted data vulnerability exists in rails \u003c 5.2.4.3, rails \u003c 6.0.3.1 which can allow an attacker to supply information can be inadvertently leaked fromStrong Parameters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8164",
"url": "https://www.suse.com/security/cve/CVE-2020-8164"
},
{
"category": "external",
"summary": "SUSE Bug 1172177 for CVE-2020-8164",
"url": "https://bugzilla.suse.com/1172177"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "important"
}
],
"title": "CVE-2020-8164"
},
{
"cve": "CVE-2020-8165",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8165"
}
],
"notes": [
{
"category": "general",
"text": "A deserialization of untrusted data vulnernerability exists in rails \u003c 5.2.4.3, rails \u003c 6.0.3.1 that can allow an attacker to unmarshal user-provided objects in MemCacheStore and RedisCacheStore potentially resulting in an RCE.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8165",
"url": "https://www.suse.com/security/cve/CVE-2020-8165"
},
{
"category": "external",
"summary": "SUSE Bug 1172186 for CVE-2020-8165",
"url": "https://bugzilla.suse.com/1172186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "critical"
}
],
"title": "CVE-2020-8165"
},
{
"cve": "CVE-2020-8166",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8166"
}
],
"notes": [
{
"category": "general",
"text": "A CSRF forgery vulnerability exists in rails \u003c 5.2.5, rails \u003c 6.0.4 that makes it possible for an attacker to, given a global CSRF token such as the one present in the authenticity_token meta tag, forge a per-form CSRF token.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8166",
"url": "https://www.suse.com/security/cve/CVE-2020-8166"
},
{
"category": "external",
"summary": "SUSE Bug 1172182 for CVE-2020-8166",
"url": "https://bugzilla.suse.com/1172182"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "low"
}
],
"title": "CVE-2020-8166"
},
{
"cve": "CVE-2020-8167",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8167"
}
],
"notes": [
{
"category": "general",
"text": "A CSRF vulnerability exists in rails \u003c= 6.0.3 rails-ujs module that could allow attackers to send CSRF tokens to wrong domains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8167",
"url": "https://www.suse.com/security/cve/CVE-2020-8167"
},
{
"category": "external",
"summary": "SUSE Bug 1172184 for CVE-2020-8167",
"url": "https://bugzilla.suse.com/1172184"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "moderate"
}
],
"title": "CVE-2020-8167"
},
{
"cve": "CVE-2020-8184",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8184"
}
],
"notes": [
{
"category": "general",
"text": "A reliance on cookies without validation/integrity check security vulnerability exists in rack \u003c 2.2.3, rack \u003c 2.1.4 that makes it is possible for an attacker to forge a secure or host-only cookie prefix.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8184",
"url": "https://www.suse.com/security/cve/CVE-2020-8184"
},
{
"category": "external",
"summary": "SUSE Bug 1173351 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1173351"
},
{
"category": "external",
"summary": "SUSE Bug 1177352 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1177352"
},
{
"category": "external",
"summary": "SUSE Bug 1193081 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1193081"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "moderate"
}
],
"title": "CVE-2020-8184"
},
{
"cve": "CVE-2020-8185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8185"
}
],
"notes": [
{
"category": "general",
"text": "A denial of service vulnerability exists in Rails \u003c6.0.3.2 that allowed an untrusted user to run any pending migrations on a Rails app running in production.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8185",
"url": "https://www.suse.com/security/cve/CVE-2020-8185"
},
{
"category": "external",
"summary": "SUSE Bug 1173564 for CVE-2020-8185",
"url": "https://bugzilla.suse.com/1173564"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:rmt-server-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-config-2.6.5-lp151.2.18.2.x86_64",
"openSUSE Leap 15.1:rmt-server-pubcloud-2.6.5-lp151.2.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-23T09:30:24Z",
"details": "moderate"
}
],
"title": "CVE-2020-8185"
}
]
}
OPENSUSE-SU-2024:10589-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
rmt-server-2.6.13-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: rmt-server-2.6.13-1.1 on GA media
Description of the patch: These are all security issues fixed in the rmt-server-2.6.13-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-10589
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.4 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.6 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.4 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
9.8 (Critical)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
5.4 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.8 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
58 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "rmt-server-2.6.13-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the rmt-server-2.6.13-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-10589",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_10589-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-14404 page",
"url": "https://www.suse.com/security/cve/CVE-2018-14404/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16468 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16470 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16470/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11068 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11068/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16770 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16770/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-18904 page",
"url": "https://www.suse.com/security/cve/CVE-2019-18904/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5419 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5419/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5420 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5420/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-11076 page",
"url": "https://www.suse.com/security/cve/CVE-2020-11076/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15169 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15169/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8164 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8164/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8165 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8165/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8166 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8166/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8167 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8167/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8184 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8184/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8185 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8185/"
}
],
"title": "rmt-server-2.6.13-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:10589-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.6.13-1.1.aarch64",
"product": {
"name": "rmt-server-2.6.13-1.1.aarch64",
"product_id": "rmt-server-2.6.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.6.13-1.1.aarch64",
"product": {
"name": "rmt-server-config-2.6.13-1.1.aarch64",
"product_id": "rmt-server-config-2.6.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.6.13-1.1.aarch64",
"product": {
"name": "rmt-server-pubcloud-2.6.13-1.1.aarch64",
"product_id": "rmt-server-pubcloud-2.6.13-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.6.13-1.1.ppc64le",
"product": {
"name": "rmt-server-2.6.13-1.1.ppc64le",
"product_id": "rmt-server-2.6.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.6.13-1.1.ppc64le",
"product": {
"name": "rmt-server-config-2.6.13-1.1.ppc64le",
"product_id": "rmt-server-config-2.6.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"product": {
"name": "rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"product_id": "rmt-server-pubcloud-2.6.13-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.6.13-1.1.s390x",
"product": {
"name": "rmt-server-2.6.13-1.1.s390x",
"product_id": "rmt-server-2.6.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.6.13-1.1.s390x",
"product": {
"name": "rmt-server-config-2.6.13-1.1.s390x",
"product_id": "rmt-server-config-2.6.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.6.13-1.1.s390x",
"product": {
"name": "rmt-server-pubcloud-2.6.13-1.1.s390x",
"product_id": "rmt-server-pubcloud-2.6.13-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.6.13-1.1.x86_64",
"product": {
"name": "rmt-server-2.6.13-1.1.x86_64",
"product_id": "rmt-server-2.6.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.6.13-1.1.x86_64",
"product": {
"name": "rmt-server-config-2.6.13-1.1.x86_64",
"product_id": "rmt-server-config-2.6.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.6.13-1.1.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.6.13-1.1.x86_64",
"product_id": "rmt-server-pubcloud-2.6.13-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.6.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64"
},
"product_reference": "rmt-server-2.6.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.6.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le"
},
"product_reference": "rmt-server-2.6.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.6.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x"
},
"product_reference": "rmt-server-2.6.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.6.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64"
},
"product_reference": "rmt-server-2.6.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.6.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64"
},
"product_reference": "rmt-server-config-2.6.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.6.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le"
},
"product_reference": "rmt-server-config-2.6.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.6.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x"
},
"product_reference": "rmt-server-config-2.6.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.6.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64"
},
"product_reference": "rmt-server-config-2.6.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.6.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.6.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.6.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.6.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.6.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.6.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.6.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-14404",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-14404"
}
],
"notes": [
{
"category": "general",
"text": "A NULL pointer dereference vulnerability exists in the xpath.c:xmlXPathCompOpEval() function of libxml2 through 2.9.8 when parsing an invalid XPath expression in the XPATH_OP_AND or XPATH_OP_OR case. Applications processing untrusted XSL format inputs with the use of the libxml2 library may be vulnerable to a denial of service attack due to a crash of the application.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-14404",
"url": "https://www.suse.com/security/cve/CVE-2018-14404"
},
{
"category": "external",
"summary": "SUSE Bug 1102046 for CVE-2018-14404",
"url": "https://bugzilla.suse.com/1102046"
},
{
"category": "external",
"summary": "SUSE Bug 1148896 for CVE-2018-14404",
"url": "https://bugzilla.suse.com/1148896"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-14404"
},
{
"cve": "CVE-2018-16468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16468"
}
],
"notes": [
{
"category": "general",
"text": "In the Loofah gem for Ruby, through v2.2.2, unsanitized JavaScript may occur in sanitized output when a crafted SVG element is republished.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16468",
"url": "https://www.suse.com/security/cve/CVE-2018-16468"
},
{
"category": "external",
"summary": "SUSE Bug 1113969 for CVE-2018-16468",
"url": "https://bugzilla.suse.com/1113969"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-16468"
},
{
"cve": "CVE-2018-16470",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16470"
}
],
"notes": [
{
"category": "general",
"text": "There is a possible DoS vulnerability in the multipart parser in Rack before 2.0.6. Specially crafted requests can cause the multipart parser to enter a pathological state, causing the parser to use CPU resources disproportionate to the request size.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16470",
"url": "https://www.suse.com/security/cve/CVE-2018-16470"
},
{
"category": "external",
"summary": "SUSE Bug 1114831 for CVE-2018-16470",
"url": "https://bugzilla.suse.com/1114831"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-16470"
},
{
"cve": "CVE-2019-11068",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11068"
}
],
"notes": [
{
"category": "general",
"text": "libxslt through 1.1.33 allows bypass of a protection mechanism because callers of xsltCheckRead and xsltCheckWrite permit access even upon receiving a -1 error code. xsltCheckRead can return -1 for a crafted URL that is not actually invalid and is subsequently loaded.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11068",
"url": "https://www.suse.com/security/cve/CVE-2019-11068"
},
{
"category": "external",
"summary": "SUSE Bug 1132160 for CVE-2019-11068",
"url": "https://bugzilla.suse.com/1132160"
},
{
"category": "external",
"summary": "SUSE Bug 1154212 for CVE-2019-11068",
"url": "https://bugzilla.suse.com/1154212"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-11068"
},
{
"cve": "CVE-2019-16770",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16770"
}
],
"notes": [
{
"category": "general",
"text": "In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16770",
"url": "https://www.suse.com/security/cve/CVE-2019-16770"
},
{
"category": "external",
"summary": "SUSE Bug 1158675 for CVE-2019-16770",
"url": "https://bugzilla.suse.com/1158675"
},
{
"category": "external",
"summary": "SUSE Bug 1188527 for CVE-2019-16770",
"url": "https://bugzilla.suse.com/1188527"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2019-16770"
},
{
"cve": "CVE-2019-18904",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-18904"
}
],
"notes": [
{
"category": "general",
"text": "A Uncontrolled Resource Consumption vulnerability in rmt of SUSE Linux Enterprise High Performance Computing 15-ESPOS, SUSE Linux Enterprise High Performance Computing 15-LTSS, SUSE Linux Enterprise Module for Public Cloud 15-SP1, SUSE Linux Enterprise Module for Server Applications 15, SUSE Linux Enterprise Module for Server Applications 15-SP1, SUSE Linux Enterprise Server 15-LTSS, SUSE Linux Enterprise Server for SAP 15; openSUSE Leap 15.1 allows remote attackers to cause DoS against rmt by requesting migrations. This issue affects: SUSE Linux Enterprise High Performance Computing 15-ESPOS rmt-server versions prior to 2.5.2-3.26.1. SUSE Linux Enterprise High Performance Computing 15-LTSS rmt-server versions prior to 2.5.2-3.26.1. SUSE Linux Enterprise Module for Public Cloud 15-SP1 rmt-server versions prior to 2.5.2-3.9.1. SUSE Linux Enterprise Module for Server Applications 15 rmt-server versions prior to 2.5.2-3.26.1. SUSE Linux Enterprise Module for Server Applications 15-SP1 rmt-server versions prior to 2.5.2-3.9.1. SUSE Linux Enterprise Server 15-LTSS rmt-server versions prior to 2.5.2-3.26.1. SUSE Linux Enterprise Server for SAP 15 rmt-server versions prior to 2.5.2-3.26.1. openSUSE Leap 15.1 rmt-server versions prior to 2.5.2-lp151.2.9.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-18904",
"url": "https://www.suse.com/security/cve/CVE-2019-18904"
},
{
"category": "external",
"summary": "SUSE Bug 1160922 for CVE-2019-18904",
"url": "https://bugzilla.suse.com/1160922"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2019-18904"
},
{
"cve": "CVE-2019-5419",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5419"
}
],
"notes": [
{
"category": "general",
"text": "There is a possible denial of service vulnerability in Action View (Rails) \u003c5.2.2.1, \u003c5.1.6.2, \u003c5.0.7.2, \u003c4.2.11.1 where specially crafted accept headers can cause action view to consume 100% cpu and make the server unresponsive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5419",
"url": "https://www.suse.com/security/cve/CVE-2019-5419"
},
{
"category": "external",
"summary": "SUSE Bug 1129271 for CVE-2019-5419",
"url": "https://bugzilla.suse.com/1129271"
},
{
"category": "external",
"summary": "SUSE Bug 1203810 for CVE-2019-5419",
"url": "https://bugzilla.suse.com/1203810"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-5419"
},
{
"cve": "CVE-2019-5420",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5420"
}
],
"notes": [
{
"category": "general",
"text": "A remote code execution vulnerability in development mode Rails \u003c5.2.2.1, \u003c6.0.0.beta3 can allow an attacker to guess the automatically generated development mode secret token. This secret token can be used in combination with other Rails internals to escalate to a remote code execution exploit.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5420",
"url": "https://www.suse.com/security/cve/CVE-2019-5420"
},
{
"category": "external",
"summary": "SUSE Bug 1129268 for CVE-2019-5420",
"url": "https://bugzilla.suse.com/1129268"
},
{
"category": "external",
"summary": "SUSE Bug 1203810 for CVE-2019-5420",
"url": "https://bugzilla.suse.com/1203810"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2019-5420"
},
{
"cve": "CVE-2020-11076",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-11076"
}
],
"notes": [
{
"category": "general",
"text": "In Puma (RubyGem) before 4.3.4 and 3.12.5, an attacker could smuggle an HTTP response, by using an invalid transfer-encoding header. The problem has been fixed in Puma 3.12.5 and Puma 4.3.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-11076",
"url": "https://www.suse.com/security/cve/CVE-2020-11076"
},
{
"category": "external",
"summary": "SUSE Bug 1172175 for CVE-2020-11076",
"url": "https://bugzilla.suse.com/1172175"
},
{
"category": "external",
"summary": "SUSE Bug 1172176 for CVE-2020-11076",
"url": "https://bugzilla.suse.com/1172176"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-11076"
},
{
"cve": "CVE-2020-15169",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15169"
}
],
"notes": [
{
"category": "general",
"text": "In Action View before versions 5.2.4.4 and 6.0.3.3 there is a potential Cross-Site Scripting (XSS) vulnerability in Action View\u0027s translation helpers. Views that allow the user to control the default (not found) value of the `t` and `translate` helpers could be susceptible to XSS attacks. When an HTML-unsafe string is passed as the default for a missing translation key named html or ending in _html, the default string is incorrectly marked as HTML-safe and not escaped. This is patched in versions 6.0.3.3 and 5.2.4.4. A workaround without upgrading is proposed in the source advisory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15169",
"url": "https://www.suse.com/security/cve/CVE-2020-15169"
},
{
"category": "external",
"summary": "SUSE Bug 1176421 for CVE-2020-15169",
"url": "https://bugzilla.suse.com/1176421"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-15169"
},
{
"cve": "CVE-2020-8164",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8164"
}
],
"notes": [
{
"category": "general",
"text": "A deserialization of untrusted data vulnerability exists in rails \u003c 5.2.4.3, rails \u003c 6.0.3.1 which can allow an attacker to supply information can be inadvertently leaked fromStrong Parameters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8164",
"url": "https://www.suse.com/security/cve/CVE-2020-8164"
},
{
"category": "external",
"summary": "SUSE Bug 1172177 for CVE-2020-8164",
"url": "https://bugzilla.suse.com/1172177"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-8164"
},
{
"cve": "CVE-2020-8165",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8165"
}
],
"notes": [
{
"category": "general",
"text": "A deserialization of untrusted data vulnernerability exists in rails \u003c 5.2.4.3, rails \u003c 6.0.3.1 that can allow an attacker to unmarshal user-provided objects in MemCacheStore and RedisCacheStore potentially resulting in an RCE.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8165",
"url": "https://www.suse.com/security/cve/CVE-2020-8165"
},
{
"category": "external",
"summary": "SUSE Bug 1172186 for CVE-2020-8165",
"url": "https://bugzilla.suse.com/1172186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2020-8165"
},
{
"cve": "CVE-2020-8166",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8166"
}
],
"notes": [
{
"category": "general",
"text": "A CSRF forgery vulnerability exists in rails \u003c 5.2.5, rails \u003c 6.0.4 that makes it possible for an attacker to, given a global CSRF token such as the one present in the authenticity_token meta tag, forge a per-form CSRF token.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8166",
"url": "https://www.suse.com/security/cve/CVE-2020-8166"
},
{
"category": "external",
"summary": "SUSE Bug 1172182 for CVE-2020-8166",
"url": "https://bugzilla.suse.com/1172182"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2020-8166"
},
{
"cve": "CVE-2020-8167",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8167"
}
],
"notes": [
{
"category": "general",
"text": "A CSRF vulnerability exists in rails \u003c= 6.0.3 rails-ujs module that could allow attackers to send CSRF tokens to wrong domains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8167",
"url": "https://www.suse.com/security/cve/CVE-2020-8167"
},
{
"category": "external",
"summary": "SUSE Bug 1172184 for CVE-2020-8167",
"url": "https://bugzilla.suse.com/1172184"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8167"
},
{
"cve": "CVE-2020-8184",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8184"
}
],
"notes": [
{
"category": "general",
"text": "A reliance on cookies without validation/integrity check security vulnerability exists in rack \u003c 2.2.3, rack \u003c 2.1.4 that makes it is possible for an attacker to forge a secure or host-only cookie prefix.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8184",
"url": "https://www.suse.com/security/cve/CVE-2020-8184"
},
{
"category": "external",
"summary": "SUSE Bug 1173351 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1173351"
},
{
"category": "external",
"summary": "SUSE Bug 1177352 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1177352"
},
{
"category": "external",
"summary": "SUSE Bug 1193081 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1193081"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8184"
},
{
"cve": "CVE-2020-8185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8185"
}
],
"notes": [
{
"category": "general",
"text": "A denial of service vulnerability exists in Rails \u003c6.0.3.2 that allowed an untrusted user to run any pending migrations on a Rails app running in production.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8185",
"url": "https://www.suse.com/security/cve/CVE-2020-8185"
},
{
"category": "external",
"summary": "SUSE Bug 1173564 for CVE-2020-8185",
"url": "https://bugzilla.suse.com/1173564"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-config-2.6.13-1.1.x86_64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.aarch64",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.s390x",
"openSUSE Tumbleweed:rmt-server-pubcloud-2.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8185"
}
]
}
OPENSUSE-SU-2024:11342-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
ruby2.7-rubygem-puma-5.4.0-1.2 on GA media
Severity
Moderate
Notes
Title of the patch: ruby2.7-rubygem-puma-5.4.0-1.2 on GA media
Description of the patch: These are all security issues fixed in the ruby2.7-rubygem-puma-5.4.0-1.2 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11342
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
10 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "ruby2.7-rubygem-puma-5.4.0-1.2 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby2.7-rubygem-puma-5.4.0-1.2 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11342",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11342-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16770 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16770/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-11076 page",
"url": "https://www.suse.com/security/cve/CVE-2020-11076/"
}
],
"title": "ruby2.7-rubygem-puma-5.4.0-1.2 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:11342-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-puma-5.4.0-1.2.aarch64",
"product": {
"name": "ruby2.7-rubygem-puma-5.4.0-1.2.aarch64",
"product_id": "ruby2.7-rubygem-puma-5.4.0-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-puma-5.4.0-1.2.aarch64",
"product": {
"name": "ruby3.0-rubygem-puma-5.4.0-1.2.aarch64",
"product_id": "ruby3.0-rubygem-puma-5.4.0-1.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le",
"product": {
"name": "ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le",
"product_id": "ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le",
"product": {
"name": "ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le",
"product_id": "ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-puma-5.4.0-1.2.s390x",
"product": {
"name": "ruby2.7-rubygem-puma-5.4.0-1.2.s390x",
"product_id": "ruby2.7-rubygem-puma-5.4.0-1.2.s390x"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-puma-5.4.0-1.2.s390x",
"product": {
"name": "ruby3.0-rubygem-puma-5.4.0-1.2.s390x",
"product_id": "ruby3.0-rubygem-puma-5.4.0-1.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-puma-5.4.0-1.2.x86_64",
"product": {
"name": "ruby2.7-rubygem-puma-5.4.0-1.2.x86_64",
"product_id": "ruby2.7-rubygem-puma-5.4.0-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-puma-5.4.0-1.2.x86_64",
"product": {
"name": "ruby3.0-rubygem-puma-5.4.0-1.2.x86_64",
"product_id": "ruby3.0-rubygem-puma-5.4.0-1.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-puma-5.4.0-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.aarch64"
},
"product_reference": "ruby2.7-rubygem-puma-5.4.0-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le"
},
"product_reference": "ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-puma-5.4.0-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.s390x"
},
"product_reference": "ruby2.7-rubygem-puma-5.4.0-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-puma-5.4.0-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.x86_64"
},
"product_reference": "ruby2.7-rubygem-puma-5.4.0-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-puma-5.4.0-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.aarch64"
},
"product_reference": "ruby3.0-rubygem-puma-5.4.0-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le"
},
"product_reference": "ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-puma-5.4.0-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.s390x"
},
"product_reference": "ruby3.0-rubygem-puma-5.4.0-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-puma-5.4.0-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.x86_64"
},
"product_reference": "ruby3.0-rubygem-puma-5.4.0-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-16770",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16770"
}
],
"notes": [
{
"category": "general",
"text": "In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16770",
"url": "https://www.suse.com/security/cve/CVE-2019-16770"
},
{
"category": "external",
"summary": "SUSE Bug 1158675 for CVE-2019-16770",
"url": "https://bugzilla.suse.com/1158675"
},
{
"category": "external",
"summary": "SUSE Bug 1188527 for CVE-2019-16770",
"url": "https://bugzilla.suse.com/1188527"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2019-16770"
},
{
"cve": "CVE-2020-11076",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-11076"
}
],
"notes": [
{
"category": "general",
"text": "In Puma (RubyGem) before 4.3.4 and 3.12.5, an attacker could smuggle an HTTP response, by using an invalid transfer-encoding header. The problem has been fixed in Puma 3.12.5 and Puma 4.3.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-11076",
"url": "https://www.suse.com/security/cve/CVE-2020-11076"
},
{
"category": "external",
"summary": "SUSE Bug 1172175 for CVE-2020-11076",
"url": "https://bugzilla.suse.com/1172175"
},
{
"category": "external",
"summary": "SUSE Bug 1172176 for CVE-2020-11076",
"url": "https://bugzilla.suse.com/1172176"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-5.4.0-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-5.4.0-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-11076"
}
]
}
OPENSUSE-SU-2024:11343-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
ruby2.7-rubygem-puma-4-4.3.8-1.2 on GA media
Severity
Moderate
Notes
Title of the patch: ruby2.7-rubygem-puma-4-4.3.8-1.2 on GA media
Description of the patch: These are all security issues fixed in the ruby2.7-rubygem-puma-4-4.3.8-1.2 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11343
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
10 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "ruby2.7-rubygem-puma-4-4.3.8-1.2 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby2.7-rubygem-puma-4-4.3.8-1.2 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11343",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11343-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16770 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16770/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-11076 page",
"url": "https://www.suse.com/security/cve/CVE-2020-11076/"
}
],
"title": "ruby2.7-rubygem-puma-4-4.3.8-1.2 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:11343-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64",
"product": {
"name": "ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64",
"product_id": "ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64",
"product": {
"name": "ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64",
"product_id": "ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le",
"product": {
"name": "ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le",
"product_id": "ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le",
"product": {
"name": "ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le",
"product_id": "ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x",
"product": {
"name": "ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x",
"product_id": "ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x",
"product": {
"name": "ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x",
"product_id": "ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64",
"product": {
"name": "ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64",
"product_id": "ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64",
"product": {
"name": "ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64",
"product_id": "ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64"
},
"product_reference": "ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le"
},
"product_reference": "ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x"
},
"product_reference": "ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64"
},
"product_reference": "ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64"
},
"product_reference": "ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le"
},
"product_reference": "ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x"
},
"product_reference": "ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64"
},
"product_reference": "ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-16770",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16770"
}
],
"notes": [
{
"category": "general",
"text": "In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16770",
"url": "https://www.suse.com/security/cve/CVE-2019-16770"
},
{
"category": "external",
"summary": "SUSE Bug 1158675 for CVE-2019-16770",
"url": "https://bugzilla.suse.com/1158675"
},
{
"category": "external",
"summary": "SUSE Bug 1188527 for CVE-2019-16770",
"url": "https://bugzilla.suse.com/1188527"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2019-16770"
},
{
"cve": "CVE-2020-11076",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-11076"
}
],
"notes": [
{
"category": "general",
"text": "In Puma (RubyGem) before 4.3.4 and 3.12.5, an attacker could smuggle an HTTP response, by using an invalid transfer-encoding header. The problem has been fixed in Puma 3.12.5 and Puma 4.3.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-11076",
"url": "https://www.suse.com/security/cve/CVE-2020-11076"
},
{
"category": "external",
"summary": "SUSE Bug 1172175 for CVE-2020-11076",
"url": "https://bugzilla.suse.com/1172175"
},
{
"category": "external",
"summary": "SUSE Bug 1172176 for CVE-2020-11076",
"url": "https://bugzilla.suse.com/1172176"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-puma-4-4.3.8-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-puma-4-4.3.8-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-11076"
}
]
}
OPENSUSE-SU-2024:11830-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
ruby3.1-rubygem-puma-4-4.3.10-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: ruby3.1-rubygem-puma-4-4.3.10-1.1 on GA media
Description of the patch: These are all security issues fixed in the ruby3.1-rubygem-puma-4-4.3.10-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11830
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
13 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "ruby3.1-rubygem-puma-4-4.3.10-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby3.1-rubygem-puma-4-4.3.10-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11830",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11830-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16770 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16770/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-11076 page",
"url": "https://www.suse.com/security/cve/CVE-2020-11076/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41136 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41136/"
}
],
"title": "ruby3.1-rubygem-puma-4-4.3.10-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:11830-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64",
"product": {
"name": "ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64",
"product_id": "ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le",
"product": {
"name": "ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le",
"product_id": "ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x",
"product": {
"name": "ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x",
"product_id": "ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64",
"product": {
"name": "ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64",
"product_id": "ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64"
},
"product_reference": "ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le"
},
"product_reference": "ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x"
},
"product_reference": "ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64"
},
"product_reference": "ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-16770",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16770"
}
],
"notes": [
{
"category": "general",
"text": "In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma\u0027s reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16770",
"url": "https://www.suse.com/security/cve/CVE-2019-16770"
},
{
"category": "external",
"summary": "SUSE Bug 1158675 for CVE-2019-16770",
"url": "https://bugzilla.suse.com/1158675"
},
{
"category": "external",
"summary": "SUSE Bug 1188527 for CVE-2019-16770",
"url": "https://bugzilla.suse.com/1188527"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2019-16770"
},
{
"cve": "CVE-2020-11076",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-11076"
}
],
"notes": [
{
"category": "general",
"text": "In Puma (RubyGem) before 4.3.4 and 3.12.5, an attacker could smuggle an HTTP response, by using an invalid transfer-encoding header. The problem has been fixed in Puma 3.12.5 and Puma 4.3.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-11076",
"url": "https://www.suse.com/security/cve/CVE-2020-11076"
},
{
"category": "external",
"summary": "SUSE Bug 1172175 for CVE-2020-11076",
"url": "https://bugzilla.suse.com/1172175"
},
{
"category": "external",
"summary": "SUSE Bug 1172176 for CVE-2020-11076",
"url": "https://bugzilla.suse.com/1172176"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-11076"
},
{
"cve": "CVE-2021-41136",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41136"
}
],
"notes": [
{
"category": "general",
"text": "Puma is a HTTP 1.1 server for Ruby/Rack applications. Prior to versions 5.5.1 and 4.3.9, using `puma` with a proxy which forwards HTTP header values which contain the LF character could allow HTTP request smugggling. A client could smuggle a request through a proxy, causing the proxy to send a response back to another unknown client. The only proxy which has this behavior, as far as the Puma team is aware of, is Apache Traffic Server. If the proxy uses persistent connections and the client adds another request in via HTTP pipelining, the proxy may mistake it as the first request\u0027s body. Puma, however, would see it as two requests, and when processing the second request, send back a response that the proxy does not expect. If the proxy has reused the persistent connection to Puma to send another request for a different client, the second response from the first client will be sent to the second client. This vulnerability was patched in Puma 5.5.1 and 4.3.9. As a workaround, do not use Apache Traffic Server with `puma`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41136",
"url": "https://www.suse.com/security/cve/CVE-2021-41136"
},
{
"category": "external",
"summary": "SUSE Bug 1191681 for CVE-2021-41136",
"url": "https://bugzilla.suse.com/1191681"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.s390x",
"openSUSE Tumbleweed:ruby3.1-rubygem-puma-4-4.3.10-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2021-41136"
}
]
}
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…