Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2019-16782 (GCVE-0-2019-16782)
Vulnerability from cvelistv5 – Published: 2019-12-18 19:05 – Updated: 2024-08-05 01:24- CWE-208 - Information Exposure Through Timing Discrepancy
| URL | Tags |
|---|---|
| https://github.com/rack/rack/security/advisories/… | x_refsource_CONFIRM |
| https://github.com/rack/rack/commit/7fecaee81f599… | x_refsource_CONFIRM |
| http://www.openwall.com/lists/oss-security/2019/12/18/3 | mailing-listx_refsource_MLIST |
| http://www.openwall.com/lists/oss-security/2019/12/18/2 | mailing-listx_refsource_MLIST |
| http://www.openwall.com/lists/oss-security/2019/12/19/3 | mailing-listx_refsource_MLIST |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisoryx_refsource_FEDORA |
| http://lists.opensuse.org/opensuse-security-annou… | vendor-advisoryx_refsource_SUSE |
| http://www.openwall.com/lists/oss-security/2020/04/08/1 | mailing-listx_refsource_MLIST |
| http://www.openwall.com/lists/oss-security/2020/04/09/2 | mailing-listx_refsource_MLIST |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-05T01:24:48.031Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38"
},
{
"name": "[oss-security] 20191219 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/3"
},
{
"name": "[oss-security] 20191218 [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/2"
},
{
"name": "[oss-security] 20191218 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/19/3"
},
{
"name": "FEDORA-2020-57fc0d0156",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HZXMWILCICQLA2BYSP6I2CRMUG53YBLX/"
},
{
"name": "openSUSE-SU-2020:0214",
"tags": [
"vendor-advisory",
"x_refsource_SUSE",
"x_transferred"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00016.html"
},
{
"name": "[oss-security] 20200409 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2020/04/08/1"
},
{
"name": "[oss-security] 20200408 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2020/04/09/2"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "rack",
"vendor": "rack",
"versions": [
{
"status": "affected",
"version": "before 1.6.12 or 2.0.8"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-208",
"description": "CWE-208 Information Exposure Through Timing Discrepancy",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-04-09T14:06:01.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38"
},
{
"name": "[oss-security] 20191219 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/3"
},
{
"name": "[oss-security] 20191218 [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/2"
},
{
"name": "[oss-security] 20191218 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/19/3"
},
{
"name": "FEDORA-2020-57fc0d0156",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HZXMWILCICQLA2BYSP6I2CRMUG53YBLX/"
},
{
"name": "openSUSE-SU-2020:0214",
"tags": [
"vendor-advisory",
"x_refsource_SUSE"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00016.html"
},
{
"name": "[oss-security] 20200409 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "http://www.openwall.com/lists/oss-security/2020/04/08/1"
},
{
"name": "[oss-security] 20200408 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "http://www.openwall.com/lists/oss-security/2020/04/09/2"
}
],
"source": {
"advisory": "GHSA-hrqr-hxpp-chr3",
"discovery": "UNKNOWN"
},
"title": "Possible Information Leak / Session Hijack Vulnerability in Rack",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2019-16782",
"STATE": "PUBLIC",
"TITLE": "Possible Information Leak / Session Hijack Vulnerability in Rack"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "rack",
"version": {
"version_data": [
{
"version_value": "before 1.6.12 or 2.0.8"
}
]
}
}
]
},
"vendor_name": "rack"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-208 Information Exposure Through Timing Discrepancy"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3",
"refsource": "CONFIRM",
"url": "https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3"
},
{
"name": "https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38",
"refsource": "CONFIRM",
"url": "https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38"
},
{
"name": "[oss-security] 20191219 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/3"
},
{
"name": "[oss-security] 20191218 [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/2"
},
{
"name": "[oss-security] 20191218 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2019/12/19/3"
},
{
"name": "FEDORA-2020-57fc0d0156",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZXMWILCICQLA2BYSP6I2CRMUG53YBLX/"
},
{
"name": "openSUSE-SU-2020:0214",
"refsource": "SUSE",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00016.html"
},
{
"name": "[oss-security] 20200409 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2020/04/08/1"
},
{
"name": "[oss-security] 20200408 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2020/04/09/2"
}
]
},
"source": {
"advisory": "GHSA-hrqr-hxpp-chr3",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2019-16782",
"datePublished": "2019-12-18T19:05:14.000Z",
"dateReserved": "2019-09-24T00:00:00.000Z",
"dateUpdated": "2024-08-05T01:24:48.031Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2019-16782",
"date": "2026-05-21",
"epss": "0.00892",
"percentile": "0.75815"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:rack_project:rack:*:*:*:*:*:ruby:*:*\", \"versionEndExcluding\": \"1.6.12\", \"matchCriteriaId\": \"9D82859F-CE7F-46CD-B8AD-323A5DAF4DAF\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:rack_project:rack:*:*:*:*:*:ruby:*:*\", \"versionStartIncluding\": \"2.0.0\", \"versionEndExcluding\": \"2.0.8\", \"matchCriteriaId\": \"08C26D46-A794-46E5-B417-9FAC01552413\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"80F0FA5D-8D3B-4C0E-81E2-87998286AF33\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"B620311B-34A3-48A6-82DF-6F078D7A4493\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.\"}, {\"lang\": \"es\", \"value\": \"Se presenta una posible vulnerabilidad de fuga de informaci\\u00f3n y secuestro de sesi\\u00f3n en Rack (rack RubyGem). Esta vulnerabilidad est\\u00e1 parchada en las versiones 1.6.12 y 2.0.8. Los atacantes pueden ser capaces de encontrar y secuestrar sesiones utilizando ataques de sincronizaci\\u00f3n dirigidos al id de sesi\\u00f3n. Los id de sesi\\u00f3n com\\u00fanmente son almacenados e indexados a una base de datos que utiliza alg\\u00fan tipo de esquema para acelerar las b\\u00fasquedas de ese identificador de sesi\\u00f3n. Al medir cuidadosamente la cantidad de tiempo que toma buscar una sesi\\u00f3n, un atacante puede encontrar un id de sesi\\u00f3n v\\u00e1lida y secuestrar la sesi\\u00f3n. El id de sesi\\u00f3n en s\\u00ed puede ser generado aleatoriamente, pero la forma en que es indexada la sesi\\u00f3n por parte del almac\\u00e9n de respaldo no utiliza una comparaci\\u00f3n segura.\"}]",
"id": "CVE-2019-16782",
"lastModified": "2024-11-21T04:31:10.920",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N\", \"baseScore\": 6.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 4.0}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N\", \"baseScore\": 5.9, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 2.2, \"impactScore\": 3.6}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:M/Au:N/C:P/I:N/A:N\", \"baseScore\": 4.3, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"MEDIUM\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"PARTIAL\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 8.6, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2019-12-18T20:15:16.180",
"references": "[{\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00016.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2019/12/18/2\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2019/12/18/3\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2019/12/19/3\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2020/04/08/1\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2020/04/09/2\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HZXMWILCICQLA2BYSP6I2CRMUG53YBLX/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00016.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2019/12/18/2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2019/12/18/3\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2019/12/19/3\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2020/04/08/1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2020/04/09/2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HZXMWILCICQLA2BYSP6I2CRMUG53YBLX/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-208\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-203\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2019-16782\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2019-12-18T20:15:16.180\",\"lastModified\":\"2025-02-13T15:37:40.953\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.\"},{\"lang\":\"es\",\"value\":\"Se presenta una posible vulnerabilidad de fuga de informaci\u00f3n y secuestro de sesi\u00f3n en Rack (rack RubyGem). Esta vulnerabilidad est\u00e1 parchada en las versiones 1.6.12 y 2.0.8. Los atacantes pueden ser capaces de encontrar y secuestrar sesiones utilizando ataques de sincronizaci\u00f3n dirigidos al id de sesi\u00f3n. Los id de sesi\u00f3n com\u00fanmente son almacenados e indexados a una base de datos que utiliza alg\u00fan tipo de esquema para acelerar las b\u00fasquedas de ese identificador de sesi\u00f3n. Al medir cuidadosamente la cantidad de tiempo que toma buscar una sesi\u00f3n, un atacante puede encontrar un id de sesi\u00f3n v\u00e1lida y secuestrar la sesi\u00f3n. El id de sesi\u00f3n en s\u00ed puede ser generado aleatoriamente, pero la forma en que es indexada la sesi\u00f3n por parte del almac\u00e9n de respaldo no utiliza una comparaci\u00f3n segura.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N\",\"baseScore\":6.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":4.0},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:P/I:N/A:N\",\"baseScore\":4.3,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"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-208\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-203\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*\",\"versionEndExcluding\":\"1.6.12\",\"matchCriteriaId\":\"D920538B-B12B-4CB6-B04C-4ED0122B1ACE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*\",\"versionStartIncluding\":\"2.0.0\",\"versionEndExcluding\":\"2.0.8\",\"matchCriteriaId\":\"75BDB863-165A-4446-855E-25243469A538\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80F0FA5D-8D3B-4C0E-81E2-87998286AF33\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B620311B-34A3-48A6-82DF-6F078D7A4493\"}]}]}],\"references\":[{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00016.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2019/12/18/2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2019/12/18/3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2019/12/19/3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2020/04/08/1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2020/04/09/2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HZXMWILCICQLA2BYSP6I2CRMUG53YBLX/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00016.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2019/12/18/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2019/12/18/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2019/12/19/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2020/04/08/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2020/04/09/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HZXMWILCICQLA2BYSP6I2CRMUG53YBLX/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}"
}
}
CNVD-2020-22681
Vulnerability from cnvd - Published: 2020-04-13目前厂商已发布升级补丁以修复漏洞,补丁获取链接: https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3
| Name | Ruby Ruby |
|---|
{
"cves": {
"cve": {
"cveNumber": "CVE-2019-16782",
"cveUrl": "https://nvd.nist.gov/vuln/detail/CVE-2019-16782"
}
},
"description": "Ruby\u662f\u677e\u672c\u884c\u5f18\u8f6f\u4ef6\u5f00\u53d1\u8005\u7684\u4e00\u79cd\u8de8\u5e73\u53f0\u3001\u9762\u5411\u5bf9\u8c61\u7684\u52a8\u6001\u7c7b\u578b\u7f16\u7a0b\u8bed\u8a00\u3002\n\nRuby\u4e2d\u5b58\u5728\u5b89\u5168\u6f0f\u6d1e\u3002\u653b\u51fb\u8005\u53ef\u901a\u8fc7\u5bf9\u4f1a\u8bddID\u8fdb\u884c\u65f6\u5e8f\u653b\u51fb\u5229\u7528\u8be5\u6f0f\u6d1e\u52ab\u6301\u4f1a\u8bdd\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/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2020-22681",
"openTime": "2020-04-13",
"patchDescription": "Ruby\u662f\u677e\u672c\u884c\u5f18\u8f6f\u4ef6\u5f00\u53d1\u8005\u7684\u4e00\u79cd\u8de8\u5e73\u53f0\u3001\u9762\u5411\u5bf9\u8c61\u7684\u52a8\u6001\u7c7b\u578b\u7f16\u7a0b\u8bed\u8a00\u3002\r\n\r\nRuby\u4e2d\u5b58\u5728\u5b89\u5168\u6f0f\u6d1e\u3002\u653b\u51fb\u8005\u53ef\u901a\u8fc7\u5bf9\u4f1a\u8bddID\u8fdb\u884c\u65f6\u5e8f\u653b\u51fb\u5229\u7528\u8be5\u6f0f\u6d1e\u52ab\u6301\u4f1a\u8bdd\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": "Ruby\u4fe1\u606f\u6cc4\u9732\u6f0f\u6d1e\u7684\u8865\u4e01",
"products": {
"product": "Ruby Ruby"
},
"referenceLink": "http://www.openwall.com/lists/oss-security/2019/12/18/2",
"serverity": "\u4f4e",
"submitTime": "2019-12-27",
"title": "Ruby\u4fe1\u606f\u6cc4\u9732\u6f0f\u6d1e"
}
FKIE_CVE-2019-16782
Vulnerability from fkie_nvd - Published: 2019-12-18 20:15 - Updated: 2025-02-13 15:375.9 (Medium) - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*",
"matchCriteriaId": "D920538B-B12B-4CB6-B04C-4ED0122B1ACE",
"versionEndExcluding": "1.6.12",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*",
"matchCriteriaId": "75BDB863-165A-4446-855E-25243469A538",
"versionEndExcluding": "2.0.8",
"versionStartIncluding": "2.0.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*",
"matchCriteriaId": "80F0FA5D-8D3B-4C0E-81E2-87998286AF33",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*",
"matchCriteriaId": "B620311B-34A3-48A6-82DF-6F078D7A4493",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison."
},
{
"lang": "es",
"value": "Se presenta una posible vulnerabilidad de fuga de informaci\u00f3n y secuestro de sesi\u00f3n en Rack (rack RubyGem). Esta vulnerabilidad est\u00e1 parchada en las versiones 1.6.12 y 2.0.8. Los atacantes pueden ser capaces de encontrar y secuestrar sesiones utilizando ataques de sincronizaci\u00f3n dirigidos al id de sesi\u00f3n. Los id de sesi\u00f3n com\u00fanmente son almacenados e indexados a una base de datos que utiliza alg\u00fan tipo de esquema para acelerar las b\u00fasquedas de ese identificador de sesi\u00f3n. Al medir cuidadosamente la cantidad de tiempo que toma buscar una sesi\u00f3n, un atacante puede encontrar un id de sesi\u00f3n v\u00e1lida y secuestrar la sesi\u00f3n. El id de sesi\u00f3n en s\u00ed puede ser generado aleatoriamente, pero la forma en que es indexada la sesi\u00f3n por parte del almac\u00e9n de respaldo no utiliza una comparaci\u00f3n segura."
}
],
"id": "CVE-2019-16782",
"lastModified": "2025-02-13T15:37:40.953",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 4.0,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2019-12-18T20:15:16.180",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00016.html"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/2"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/3"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/19/3"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Patch",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2020/04/08/1"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2020/04/09/2"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HZXMWILCICQLA2BYSP6I2CRMUG53YBLX/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00016.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/3"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/19/3"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Patch",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2020/04/08/1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2020/04/09/2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HZXMWILCICQLA2BYSP6I2CRMUG53YBLX/"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-208"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-203"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-HRQR-HXPP-CHR3
Vulnerability from github – Published: 2019-12-18 19:01 – Updated: 2025-02-13 18:33There's a possible information leak / session hijack vulnerability in Rack. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session.
The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.
Impact
The session id stored in a cookie is the same id that is used when querying the backing session storage engine. Most storage mechanisms (for example a database) use some sort of indexing in order to speed up the lookup of that id. By carefully timing requests and session lookup failures, an attacker may be able to perform a timing attack to determine an existing session id and hijack that session.
Releases
The 1.6.12 and 2.0.8 releases are available at the normal locations.
Workarounds
There are no known workarounds.
Patches
To aid users who aren't able to upgrade immediately we have provided patches for the two supported release series. They are in git-am format and consist of a single changeset.
- 1-6-session-timing-attack.patch - Patch for 1.6 series
- 2-0-session-timing-attack.patch - Patch for 2.6 series
Credits
Thanks Will Leinweber for reporting this!
{
"affected": [
{
"package": {
"ecosystem": "RubyGems",
"name": "rack"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.6.12"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "RubyGems",
"name": "rack"
},
"ranges": [
{
"events": [
{
"introduced": "2.0.0"
},
{
"fixed": "2.0.8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2019-16782"
],
"database_specific": {
"cwe_ids": [
"CWE-203",
"CWE-208"
],
"github_reviewed": true,
"github_reviewed_at": "2019-12-18T19:01:07Z",
"nvd_published_at": "2019-12-18T20:15:00Z",
"severity": "MODERATE"
},
"details": "There\u0027s a possible information leak / session hijack vulnerability in Rack. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session.\n\nThe session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.\n\n### Impact\n\nThe session id stored in a cookie is the same id that is used when querying the backing session storage engine. Most storage mechanisms (for example a database) use some sort of indexing in order to speed up the lookup of that id. By carefully timing requests and session lookup failures, an attacker may be able to perform a timing attack to determine an existing session id and hijack that session.\n\n## Releases\n\nThe 1.6.12 and 2.0.8 releases are available at the normal locations.\n\n### Workarounds\n\nThere are no known workarounds.\n\n### Patches\n\nTo aid users who aren\u0027t able to upgrade immediately we have provided patches for\nthe two supported release series. They are in git-am format and consist of a\nsingle changeset.\n\n* 1-6-session-timing-attack.patch - Patch for 1.6 series\n* 2-0-session-timing-attack.patch - Patch for 2.6 series\n\n### Credits\n\nThanks Will Leinweber for reporting this!",
"id": "GHSA-hrqr-hxpp-chr3",
"modified": "2025-02-13T18:33:17Z",
"published": "2019-12-18T19:01:31Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16782"
},
{
"type": "WEB",
"url": "https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38"
},
{
"type": "PACKAGE",
"url": "https://github.com/rack/rack"
},
{
"type": "WEB",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2019-16782.yml"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HZXMWILCICQLA2BYSP6I2CRMUG53YBLX"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZXMWILCICQLA2BYSP6I2CRMUG53YBLX"
},
{
"type": "WEB",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00016.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/2"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/3"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2019/12/19/3"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2020/04/08/1"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2020/04/09/2"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"type": "CVSS_V3"
}
],
"summary": "Possible Information Leak / Session Hijack Vulnerability in Rack"
}
GSD-2019-16782
Vulnerability from gsd - Updated: 2019-12-18 00:00{
"GSD": {
"alias": "CVE-2019-16782",
"description": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.",
"id": "GSD-2019-16782",
"references": [
"https://www.suse.com/security/cve/CVE-2019-16782.html",
"https://access.redhat.com/errata/RHSA-2021:1313",
"https://access.redhat.com/errata/RHSA-2020:4366",
"https://access.redhat.com/errata/RHSA-2020:2480",
"https://advisories.mageia.org/CVE-2019-16782.html",
"https://ubuntu.com/security/CVE-2019-16782"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"affected": [
{
"package": {
"ecosystem": "RubyGems",
"name": "rack",
"purl": "pkg:gem/rack"
}
}
],
"aliases": [
"CVE-2019-16782",
"GHSA-hrqr-hxpp-chr3"
],
"details": "There\u0027s a possible information leak / session hijack vulnerability in Rack.\n\nAttackers may be able to find and hijack sessions by using timing attacks\ntargeting the session id. Session ids are usually stored and indexed in a\ndatabase that uses some kind of scheme for speeding up lookups of that\nsession id. By carefully measuring the amount of time it takes to look up\na session, an attacker may be able to find a valid session id and hijack\nthe session.\n\nThe session id itself may be generated randomly, but the way the session is\nindexed by the backing store does not use a secure comparison.\n\nImpact:\n\nThe session id stored in a cookie is the same id that is used when querying\nthe backing session storage engine. Most storage mechanisms (for example a\ndatabase) use some sort of indexing in order to speed up the lookup of that\nid. By carefully timing requests and session lookup failures, an attacker\nmay be able to perform a timing attack to determine an existing session id\nand hijack that session.",
"id": "GSD-2019-16782",
"modified": "2019-12-18T00:00:00.000Z",
"published": "2019-12-18T00:00:00.000Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": 6.3,
"type": "CVSS_V3"
}
],
"summary": "Possible information leak / session hijack vulnerability"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2019-16782",
"STATE": "PUBLIC",
"TITLE": "Possible Information Leak / Session Hijack Vulnerability in Rack"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "rack",
"version": {
"version_data": [
{
"version_value": "before 1.6.12 or 2.0.8"
}
]
}
}
]
},
"vendor_name": "rack"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-208 Information Exposure Through Timing Discrepancy"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3",
"refsource": "CONFIRM",
"url": "https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3"
},
{
"name": "https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38",
"refsource": "CONFIRM",
"url": "https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38"
},
{
"name": "[oss-security] 20191219 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/3"
},
{
"name": "[oss-security] 20191218 [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/2"
},
{
"name": "[oss-security] 20191218 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2019/12/19/3"
},
{
"name": "FEDORA-2020-57fc0d0156",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZXMWILCICQLA2BYSP6I2CRMUG53YBLX/"
},
{
"name": "openSUSE-SU-2020:0214",
"refsource": "SUSE",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00016.html"
},
{
"name": "[oss-security] 20200409 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2020/04/08/1"
},
{
"name": "[oss-security] 20200408 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2020/04/09/2"
}
]
},
"source": {
"advisory": "GHSA-hrqr-hxpp-chr3",
"discovery": "UNKNOWN"
}
},
"github.com/rubysec/ruby-advisory-db": {
"cve": "2019-16782",
"cvss_v3": 6.3,
"date": "2019-12-18",
"description": "There\u0027s a possible information leak / session hijack vulnerability in Rack.\n\nAttackers may be able to find and hijack sessions by using timing attacks\ntargeting the session id. Session ids are usually stored and indexed in a\ndatabase that uses some kind of scheme for speeding up lookups of that\nsession id. By carefully measuring the amount of time it takes to look up\na session, an attacker may be able to find a valid session id and hijack\nthe session.\n\nThe session id itself may be generated randomly, but the way the session is\nindexed by the backing store does not use a secure comparison.\n\nImpact:\n\nThe session id stored in a cookie is the same id that is used when querying\nthe backing session storage engine. Most storage mechanisms (for example a\ndatabase) use some sort of indexing in order to speed up the lookup of that\nid. By carefully timing requests and session lookup failures, an attacker\nmay be able to perform a timing attack to determine an existing session id\nand hijack that session.",
"gem": "rack",
"ghsa": "hrqr-hxpp-chr3",
"patched_versions": [
"~\u003e 1.6.12",
"\u003e= 2.0.8"
],
"title": "Possible information leak / session hijack vulnerability",
"url": "https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3"
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003c1.6.12||\u003e1.6.12 \u003c2.0.8",
"affected_versions": "All versions before 1.6.12, all versions after 1.6.12 before 2.0.8",
"cvss_v2": "AV:N/AC:M/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-200",
"CWE-937"
],
"date": "2019-12-28",
"description": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.",
"fixed_versions": [
"1.6.12",
"2.0.8"
],
"identifier": "CVE-2019-16782",
"identifiers": [
"CVE-2019-16782",
"GHSA-hrqr-hxpp-chr3"
],
"not_impacted": "Version 1.6.12, all versions starting from 2.0.8",
"package_slug": "gem/rack",
"pubdate": "2019-12-18",
"solution": "Upgrade to version 2.0.8 or above.",
"title": "Information Exposure",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2019-16782",
"https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3"
],
"uuid": "f3c4e135-0d7a-4ab9-a4ef-a331ef23c423"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:rack_project:rack:*:*:*:*:*:ruby:*:*",
"cpe_name": [],
"versionEndExcluding": "1.6.12",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:rack_project:rack:*:*:*:*:*:ruby:*:*",
"cpe_name": [],
"versionEndExcluding": "2.0.8",
"versionStartIncluding": "2.0.0",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2019-16782"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-203"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38",
"refsource": "CONFIRM",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/rack/rack/commit/7fecaee81f59926b6e1913511c90650e76673b38"
},
{
"name": "https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3",
"refsource": "CONFIRM",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3"
},
{
"name": "[oss-security] 20191218 [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/2"
},
{
"name": "[oss-security] 20191219 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/18/3"
},
{
"name": "[oss-security] 20191218 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2019/12/19/3"
},
{
"name": "FEDORA-2020-57fc0d0156",
"refsource": "FEDORA",
"tags": [
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZXMWILCICQLA2BYSP6I2CRMUG53YBLX/"
},
{
"name": "openSUSE-SU-2020:0214",
"refsource": "SUSE",
"tags": [
"Third Party Advisory"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00016.html"
},
{
"name": "[oss-security] 20200409 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Patch",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2020/04/08/1"
},
{
"name": "[oss-security] 20200408 Re: [CVE-2019-16782] Possible Information Leak / Session Hijack Vulnerability in Rack",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2020/04/09/2"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 3.6
}
},
"lastModifiedDate": "2021-11-02T18:04Z",
"publishedDate": "2019-12-18T20:15Z"
}
}
}
OPENSUSE-SU-2020:0214-1
Vulnerability from csaf_opensuse - Published: 2020-02-12 15:13 - Updated: 2020-02-12 15:13| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.1:ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rubygem-rack",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rubygem-rack to version 2.0.8 fixes the following issues:\n\n- CVE-2018-16471: Fixed a cross-site scripting (XSS) flaw via the scheme method on Rack::Request (bsc#1116600).\n- CVE-2019-16782: Fixed a possible information leak and session hijack vulnerability (bsc#1159548).\n\nThis update was imported from the SUSE:SLE-15:Update update project.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2020-214",
"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_0214-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2020:0214-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/PWBQQBBNBE3RHXMQEZDL7RQ4YUOWFJS5/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2020:0214-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/PWBQQBBNBE3RHXMQEZDL7RQ4YUOWFJS5/"
},
{
"category": "self",
"summary": "SUSE Bug 1114828",
"url": "https://bugzilla.suse.com/1114828"
},
{
"category": "self",
"summary": "SUSE Bug 1116600",
"url": "https://bugzilla.suse.com/1116600"
},
{
"category": "self",
"summary": "SUSE Bug 1159548",
"url": "https://bugzilla.suse.com/1159548"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16471 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16471/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16782 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16782/"
}
],
"title": "Security update for rubygem-rack",
"tracking": {
"current_release_date": "2020-02-12T15:13:37Z",
"generator": {
"date": "2020-02-12T15:13:37Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2020:0214-1",
"initial_release_date": "2020-02-12T15:13:37Z",
"revision_history": [
{
"date": "2020-02-12T15:13:37Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64",
"product": {
"name": "ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64",
"product_id": "ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64",
"product": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64",
"product_id": "ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64",
"product": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64",
"product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.1",
"product": {
"name": "openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64"
},
"product_reference": "ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64"
},
"product_reference": "ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-16471",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16471"
}
],
"notes": [
{
"category": "general",
"text": "There is a possible XSS vulnerability in Rack before 2.0.6 and 1.6.11. Carefully crafted requests can impact the data returned by the `scheme` method on `Rack::Request`. Applications that expect the scheme to be limited to \u0027http\u0027 or \u0027https\u0027 and do not escape the return value could be vulnerable to an XSS attack. Note that applications using the normal escaping mechanisms provided by Rails may not impacted, but applications that bypass the escaping mechanisms, or do not use them may be vulnerable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16471",
"url": "https://www.suse.com/security/cve/CVE-2018-16471"
},
{
"category": "external",
"summary": "SUSE Bug 1114828 for CVE-2018-16471",
"url": "https://bugzilla.suse.com/1114828"
},
{
"category": "external",
"summary": "SUSE Bug 1116600 for CVE-2018-16471",
"url": "https://bugzilla.suse.com/1116600"
},
{
"category": "external",
"summary": "SUSE Bug 1122178 for CVE-2018-16471",
"url": "https://bugzilla.suse.com/1122178"
}
],
"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:ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-02-12T15:13:37Z",
"details": "moderate"
}
],
"title": "CVE-2018-16471"
},
{
"cve": "CVE-2019-16782",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16782"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16782",
"url": "https://www.suse.com/security/cve/CVE-2019-16782"
},
{
"category": "external",
"summary": "SUSE Bug 1159548 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1159548"
},
{
"category": "external",
"summary": "SUSE Bug 1183174 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1183174"
}
],
"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:ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-2.0.8-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-doc-2.0.8-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:ruby2.5-rubygem-rack-testsuite-2.0.8-lp151.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-02-12T15:13:37Z",
"details": "moderate"
}
],
"title": "CVE-2019-16782"
}
]
}
OPENSUSE-SU-2024:11312-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
{
"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-actioncable-5.2-5.2.6-1.2 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11312",
"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_11312-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16782 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16782/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5418 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5418/"
}
],
"title": "ruby2.7-rubygem-actioncable-5.2-5.2.6-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:11312-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-actioncable-5.2-5.2.6-1.2.aarch64",
"product": {
"name": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"product_id": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"product": {
"name": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"product_id": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"product": {
"name": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"product_id": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"product": {
"name": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"product_id": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"product": {
"name": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"product_id": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"product": {
"name": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"product_id": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64",
"product": {
"name": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64",
"product_id": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.x86_64",
"product": {
"name": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.x86_64",
"product_id": "ruby3.0-rubygem-actioncable-5.2-5.2.6-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-actioncable-5.2-5.2.6-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.aarch64"
},
"product_reference": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le"
},
"product_reference": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x"
},
"product_reference": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64"
},
"product_reference": "ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64"
},
"product_reference": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le"
},
"product_reference": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x"
},
"product_reference": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.x86_64"
},
"product_reference": "ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-16782",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16782"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16782",
"url": "https://www.suse.com/security/cve/CVE-2019-16782"
},
{
"category": "external",
"summary": "SUSE Bug 1159548 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1159548"
},
{
"category": "external",
"summary": "SUSE Bug 1183174 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1183174"
}
],
"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-actioncable-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-16782"
},
{
"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 Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actioncable-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actioncable-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-5418"
}
]
}
OPENSUSE-SU-2024:11315-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
{
"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-actionmailer-5.2-5.2.6-1.2 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11315",
"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_11315-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16782 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16782/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5418 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5418/"
}
],
"title": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-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:11315-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-actionmailer-5.2-5.2.6-1.2.aarch64",
"product": {
"name": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"product_id": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"product": {
"name": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"product_id": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"product": {
"name": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"product_id": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"product": {
"name": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"product_id": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"product": {
"name": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"product_id": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"product": {
"name": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"product_id": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64",
"product": {
"name": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64",
"product_id": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64",
"product": {
"name": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64",
"product_id": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-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-actionmailer-5.2-5.2.6-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64"
},
"product_reference": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le"
},
"product_reference": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x"
},
"product_reference": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64"
},
"product_reference": "ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64"
},
"product_reference": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le"
},
"product_reference": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x"
},
"product_reference": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64"
},
"product_reference": "ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-16782",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16782"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16782",
"url": "https://www.suse.com/security/cve/CVE-2019-16782"
},
{
"category": "external",
"summary": "SUSE Bug 1159548 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1159548"
},
{
"category": "external",
"summary": "SUSE Bug 1183174 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1183174"
}
],
"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-actionmailer-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-16782"
},
{
"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 Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionmailer-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-5418"
}
]
}
OPENSUSE-SU-2024:11317-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
{
"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-actionpack-5.2-5.2.6-1.2 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11317",
"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_11317-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16782 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16782/"
},
{
"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-2020-8164 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8164/"
},
{
"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-2021-22885 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22885/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22904 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22904/"
}
],
"title": "ruby2.7-rubygem-actionpack-5.2-5.2.6-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:11317-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-actionpack-5.2-5.2.6-1.2.aarch64",
"product": {
"name": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"product_id": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"product": {
"name": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"product_id": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"product": {
"name": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"product_id": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"product": {
"name": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"product_id": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"product": {
"name": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"product_id": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"product": {
"name": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"product_id": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"product": {
"name": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"product_id": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"product": {
"name": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"product_id": "ruby3.0-rubygem-actionpack-5.2-5.2.6-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-actionpack-5.2-5.2.6-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64"
},
"product_reference": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le"
},
"product_reference": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x"
},
"product_reference": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64"
},
"product_reference": "ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64"
},
"product_reference": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le"
},
"product_reference": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x"
},
"product_reference": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64"
},
"product_reference": "ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-16782",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16782"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16782",
"url": "https://www.suse.com/security/cve/CVE-2019-16782"
},
{
"category": "external",
"summary": "SUSE Bug 1159548 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1159548"
},
{
"category": "external",
"summary": "SUSE Bug 1183174 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1183174"
}
],
"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-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-16782"
},
{
"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 Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-5418"
},
{
"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:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-8164"
},
{
"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:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2020-8166"
},
{
"cve": "CVE-2021-22885",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22885"
}
],
"notes": [
{
"category": "general",
"text": "A possible information disclosure / unintended method execution vulnerability in Action Pack \u003e= 2.0.0 when using the `redirect_to` or `polymorphic_url`helper with untrusted user input.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22885",
"url": "https://www.suse.com/security/cve/CVE-2021-22885"
},
{
"category": "external",
"summary": "SUSE Bug 1185715 for CVE-2021-22885",
"url": "https://bugzilla.suse.com/1185715"
}
],
"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-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-22885"
},
{
"cve": "CVE-2021-22904",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22904"
}
],
"notes": [
{
"category": "general",
"text": "The actionpack ruby gem before 6.1.3.2, 6.0.3.7, 5.2.4.6, 5.2.6 suffers from a possible denial of service vulnerability in the Token Authentication logic in Action Controller due to a too permissive regular expression. Impacted code uses `authenticate_or_request_with_http_token` or `authenticate_with_http_token` for request authentication.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22904",
"url": "https://www.suse.com/security/cve/CVE-2021-22904"
},
{
"category": "external",
"summary": "SUSE Bug 1185780 for CVE-2021-22904",
"url": "https://bugzilla.suse.com/1185780"
}
],
"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-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-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-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-22904"
}
]
}
OPENSUSE-SU-2024:11318-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 | — |
Vendor Fix
|
{
"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-actionpack-6.0-6.0.4-1.2 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11318",
"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_11318-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16782 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16782/"
},
{
"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-2020-8164 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8164/"
},
{
"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-8185 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8185/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8264 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8264/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22881 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22881/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22885 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22885/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22902 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22902/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22904 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22904/"
}
],
"title": "ruby2.7-rubygem-actionpack-6.0-6.0.4-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:11318-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-actionpack-6.0-6.0.4-1.2.aarch64",
"product": {
"name": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"product_id": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"product": {
"name": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"product_id": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"product": {
"name": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"product_id": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"product": {
"name": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"product_id": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"product": {
"name": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"product_id": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"product": {
"name": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"product_id": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"product": {
"name": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"product_id": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"product": {
"name": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"product_id": "ruby3.0-rubygem-actionpack-6.0-6.0.4-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-actionpack-6.0-6.0.4-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64"
},
"product_reference": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le"
},
"product_reference": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x"
},
"product_reference": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
},
"product_reference": "ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64"
},
"product_reference": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le"
},
"product_reference": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x"
},
"product_reference": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
},
"product_reference": "ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-16782",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16782"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16782",
"url": "https://www.suse.com/security/cve/CVE-2019-16782"
},
{
"category": "external",
"summary": "SUSE Bug 1159548 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1159548"
},
{
"category": "external",
"summary": "SUSE Bug 1183174 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1183174"
}
],
"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-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-16782"
},
{
"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 Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.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 Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.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 Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-5418"
},
{
"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:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.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 Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-8164"
},
{
"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:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.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 Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.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 Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2020-8166"
},
{
"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:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.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 Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.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 Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8185"
},
{
"cve": "CVE-2020-8264",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8264"
}
],
"notes": [
{
"category": "general",
"text": "In actionpack gem \u003e= 6.0.0, a possible XSS vulnerability exists when an application is running in development mode allowing an attacker to send or embed (in another page) a specially crafted URL which can allow the attacker to execute JavaScript in the context of the local application. This vulnerability is in the Actionable Exceptions middleware.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8264",
"url": "https://www.suse.com/security/cve/CVE-2020-8264"
},
{
"category": "external",
"summary": "SUSE Bug 1177521 for CVE-2020-8264",
"url": "https://bugzilla.suse.com/1177521"
}
],
"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-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8264"
},
{
"cve": "CVE-2021-22881",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22881"
}
],
"notes": [
{
"category": "general",
"text": "The Host Authorization middleware in Action Pack before 6.1.2.1, 6.0.3.5 suffers from an open redirect vulnerability. Specially crafted `Host` headers in combination with certain \"allowed host\" formats can cause the Host Authorization middleware in Action Pack to redirect users to a malicious website. Impacted applications will have allowed hosts with a leading dot. When an allowed host contains a leading dot, a specially crafted `Host` header can be used to redirect to a malicious website.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22881",
"url": "https://www.suse.com/security/cve/CVE-2021-22881"
},
{
"category": "external",
"summary": "SUSE Bug 1182160 for CVE-2021-22881",
"url": "https://bugzilla.suse.com/1182160"
},
{
"category": "external",
"summary": "SUSE Bug 1185772 for CVE-2021-22881",
"url": "https://bugzilla.suse.com/1185772"
},
{
"category": "external",
"summary": "SUSE Bug 1189627 for CVE-2021-22881",
"url": "https://bugzilla.suse.com/1189627"
},
{
"category": "external",
"summary": "SUSE Bug 1193764 for CVE-2021-22881",
"url": "https://bugzilla.suse.com/1193764"
}
],
"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-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-22881"
},
{
"cve": "CVE-2021-22885",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22885"
}
],
"notes": [
{
"category": "general",
"text": "A possible information disclosure / unintended method execution vulnerability in Action Pack \u003e= 2.0.0 when using the `redirect_to` or `polymorphic_url`helper with untrusted user input.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22885",
"url": "https://www.suse.com/security/cve/CVE-2021-22885"
},
{
"category": "external",
"summary": "SUSE Bug 1185715 for CVE-2021-22885",
"url": "https://bugzilla.suse.com/1185715"
}
],
"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-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-22885"
},
{
"cve": "CVE-2021-22902",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22902"
}
],
"notes": [
{
"category": "general",
"text": "The actionpack ruby gem (a framework for handling and responding to web requests in Rails) before 6.0.3.7, 6.1.3.2 suffers from a possible denial of service vulnerability in the Mime type parser of Action Dispatch. Carefully crafted Accept headers can cause the mime type parser in Action Dispatch to do catastrophic backtracking in the regular expression engine.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22902",
"url": "https://www.suse.com/security/cve/CVE-2021-22902"
},
{
"category": "external",
"summary": "SUSE Bug 1185771 for CVE-2021-22902",
"url": "https://bugzilla.suse.com/1185771"
}
],
"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-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.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 Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-22902"
},
{
"cve": "CVE-2021-22904",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22904"
}
],
"notes": [
{
"category": "general",
"text": "The actionpack ruby gem before 6.1.3.2, 6.0.3.7, 5.2.4.6, 5.2.6 suffers from a possible denial of service vulnerability in the Token Authentication logic in Action Controller due to a too permissive regular expression. Impacted code uses `authenticate_or_request_with_http_token` or `authenticate_with_http_token` for request authentication.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22904",
"url": "https://www.suse.com/security/cve/CVE-2021-22904"
},
{
"category": "external",
"summary": "SUSE Bug 1185780 for CVE-2021-22904",
"url": "https://bugzilla.suse.com/1185780"
}
],
"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-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-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-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionpack-6.0-6.0.4-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionpack-6.0-6.0.4-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-22904"
}
]
}
OPENSUSE-SU-2024:11320-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64 | — |
Vendor Fix
|
{
"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-actionview-5.2-5.2.6-1.2 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby2.7-rubygem-actionview-5.2-5.2.6-1.2 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11320",
"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_11320-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16782 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16782/"
},
{
"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-2020-15169 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15169/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8167 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8167/"
}
],
"title": "ruby2.7-rubygem-actionview-5.2-5.2.6-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:11320-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-actionview-5.2-5.2.6-1.2.aarch64",
"product": {
"name": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"product_id": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"product": {
"name": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"product_id": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"product": {
"name": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"product_id": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"product": {
"name": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"product_id": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"product": {
"name": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"product_id": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"product": {
"name": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"product_id": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"product": {
"name": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"product_id": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"product": {
"name": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"product_id": "ruby3.0-rubygem-actionview-5.2-5.2.6-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-actionview-5.2-5.2.6-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64"
},
"product_reference": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le"
},
"product_reference": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x"
},
"product_reference": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64"
},
"product_reference": "ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64"
},
"product_reference": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le"
},
"product_reference": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x"
},
"product_reference": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64"
},
"product_reference": "ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-16782",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16782"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16782",
"url": "https://www.suse.com/security/cve/CVE-2019-16782"
},
{
"category": "external",
"summary": "SUSE Bug 1159548 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1159548"
},
{
"category": "external",
"summary": "SUSE Bug 1183174 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1183174"
}
],
"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-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-16782"
},
{
"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 Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-5418"
},
{
"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:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-15169"
},
{
"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:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.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 Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby2.7-rubygem-actionview-5.2-5.2.6-1.2.x86_64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.aarch64",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.ppc64le",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.s390x",
"openSUSE Tumbleweed:ruby3.0-rubygem-actionview-5.2-5.2.6-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8167"
}
]
}
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.