Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-28103 (GCVE-0-2024-28103)
Vulnerability from cvelistv5 – Published: 2024-06-04 19:47 – Updated: 2024-12-06 13:09
VLAI
EPSS
Title
Action Pack is missing security headers on non-HTML responses
Summary
Action Pack is a framework for handling and responding to web requests. Since 6.1.0, the application configurable Permissions-Policy is only served on responses with an HTML related Content-Type. This vulnerability is fixed in 6.1.7.8, 7.0.8.2, and 7.1.3.3.
Severity
5.4 (Medium)
CWE
- CWE-20 - Improper Input Validation
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/rails/rails/security/advisorie… | x_refsource_CONFIRM |
| https://github.com/rails/rails/commit/35858f1d9d5… | x_refsource_MISC |
Impacted products
{
"containers": {
"adp": [
{
"affected": [
{
"cpes": [
"cpe:2.3:a:rails:rails:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "rails",
"vendor": "rails",
"versions": [
{
"lessThan": "6.1.78",
"status": "affected",
"version": "6.1.0.0",
"versionType": "custom"
}
]
},
{
"cpes": [
"cpe:2.3:a:rails:rails:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "rails",
"vendor": "rails",
"versions": [
{
"lessThan": "7.0.8.4",
"status": "affected",
"version": "7.0.0.0",
"versionType": "custom"
}
]
},
{
"cpes": [
"cpe:2.3:a:rails:rails:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "rails",
"vendor": "rails",
"versions": [
{
"lessThan": "7.1.3.4",
"status": "affected",
"version": "7.1.0.0",
"versionType": "custom"
}
]
},
{
"cpes": [
"cpe:2.3:a:rails:rails:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "rails",
"vendor": "rails",
"versions": [
{
"lessThan": "7.2.0.beta2",
"status": "affected",
"version": "7.2.0.beta1",
"versionType": "custom"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-28103",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-06-20T16:17:47.516776Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-06-20T16:31:41.257Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2024-12-06T13:09:28.269Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/rails/rails/security/advisories/GHSA-fwhr-88qx-h9g7",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/rails/rails/security/advisories/GHSA-fwhr-88qx-h9g7"
},
{
"name": "https://github.com/rails/rails/commit/35858f1d9d57f6c4050a8d9ab754bd5d088b4523",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/rails/rails/commit/35858f1d9d57f6c4050a8d9ab754bd5d088b4523"
},
{
"url": "https://security.netapp.com/advisory/ntap-20241206-0002/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "rails",
"vendor": "rails",
"versions": [
{
"status": "affected",
"version": "\u003e= 6.1.0.0, \u003c 6.1.7.8"
},
{
"status": "affected",
"version": "\u003e= 7.0.0.0, \u003c 7.0.8.4"
},
{
"status": "affected",
"version": "\u003e= 7.1.0.0, \u003c 7.1.3.4"
},
{
"status": "affected",
"version": "\u003e= 7.2.0.beta1, \u003c 7.2.0.beta2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Action Pack is a framework for handling and responding to web requests. Since 6.1.0, the application configurable Permissions-Policy is only served on responses with an HTML related Content-Type. This vulnerability is fixed in 6.1.7.8, 7.0.8.2, and 7.1.3.3."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-20",
"description": "CWE-20: Improper Input Validation",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-06-04T19:49:49.370Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/rails/rails/security/advisories/GHSA-fwhr-88qx-h9g7",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/rails/rails/security/advisories/GHSA-fwhr-88qx-h9g7"
},
{
"name": "https://github.com/rails/rails/commit/35858f1d9d57f6c4050a8d9ab754bd5d088b4523",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/rails/rails/commit/35858f1d9d57f6c4050a8d9ab754bd5d088b4523"
}
],
"source": {
"advisory": "GHSA-fwhr-88qx-h9g7",
"discovery": "UNKNOWN"
},
"title": "Action Pack is missing security headers on non-HTML responses"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-28103",
"datePublished": "2024-06-04T19:47:44.199Z",
"dateReserved": "2024-03-04T14:19:14.058Z",
"dateUpdated": "2024-12-06T13:09:28.269Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-28103",
"date": "2026-05-29",
"epss": "0.00832",
"percentile": "0.74889"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-28103\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-06-04T20:15:10.237\",\"lastModified\":\"2024-12-06T14:15:20.130\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Action Pack is a framework for handling and responding to web requests. Since 6.1.0, the application configurable Permissions-Policy is only served on responses with an HTML related Content-Type. This vulnerability is fixed in 6.1.7.8, 7.0.8.2, and 7.1.3.3.\"},{\"lang\":\"es\",\"value\":\"Action Pack es un framework para manejar y responder a solicitudes web. Desde 6.1.0, la Pol\u00edtica de permisos configurable de la aplicaci\u00f3n solo se ofrece en respuestas con un tipo de contenido relacionado con HTML. Esta vulnerabilidad se solucion\u00f3 en 6.1.7.8, 7.0.8.2 y 7.1.3.3.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":2.5},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rubyonrails:rails:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.1.0\",\"versionEndExcluding\":\"6.1.7.8\",\"matchCriteriaId\":\"D2C17A69-A50E-4AB4-B607-CB917EB6B944\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rubyonrails:rails:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.0.0\",\"versionEndExcluding\":\"7.0.8.4\",\"matchCriteriaId\":\"1998127B-0A85-41FB-A20C-EAEBBB0BE534\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rubyonrails:rails:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.1.0\",\"versionEndExcluding\":\"7.1.3.4\",\"matchCriteriaId\":\"EEC8C716-9842-478E-B714-06C0DD1CDB1C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rubyonrails:rails:7.2.0:beta1:*:*:*:*:*:*\",\"matchCriteriaId\":\"5B5E3A5F-5ACA-4A9C-A934-BB8AEB639D3B\"}]}]}],\"references\":[{\"url\":\"https://github.com/rails/rails/commit/35858f1d9d57f6c4050a8d9ab754bd5d088b4523\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rails/rails/security/advisories/GHSA-fwhr-88qx-h9g7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/rails/rails/commit/35858f1d9d57f6c4050a8d9ab754bd5d088b4523\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rails/rails/security/advisories/GHSA-fwhr-88qx-h9g7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20241206-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/rails/rails/security/advisories/GHSA-fwhr-88qx-h9g7\", \"name\": \"https://github.com/rails/rails/security/advisories/GHSA-fwhr-88qx-h9g7\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/rails/rails/commit/35858f1d9d57f6c4050a8d9ab754bd5d088b4523\", \"name\": \"https://github.com/rails/rails/commit/35858f1d9d57f6c4050a8d9ab754bd5d088b4523\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241206-0002/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-12-06T13:09:28.269Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-28103\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-06-20T16:17:47.516776Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:rails:rails:*:*:*:*:*:*:*:*\"], \"vendor\": \"rails\", \"product\": \"rails\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.1.0.0\", \"lessThan\": \"6.1.78\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}, {\"cpes\": [\"cpe:2.3:a:rails:rails:*:*:*:*:*:*:*:*\"], \"vendor\": \"rails\", \"product\": \"rails\", \"versions\": [{\"status\": \"affected\", \"version\": \"7.0.0.0\", \"lessThan\": \"7.0.8.4\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}, {\"cpes\": [\"cpe:2.3:a:rails:rails:*:*:*:*:*:*:*:*\"], \"vendor\": \"rails\", \"product\": \"rails\", \"versions\": [{\"status\": \"affected\", \"version\": \"7.1.0.0\", \"lessThan\": \"7.1.3.4\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}, {\"cpes\": [\"cpe:2.3:a:rails:rails:*:*:*:*:*:*:*:*\"], \"vendor\": \"rails\", \"product\": \"rails\", \"versions\": [{\"status\": \"affected\", \"version\": \"7.2.0.beta1\", \"lessThan\": \"7.2.0.beta2\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-06-20T16:22:00.528Z\"}}], \"cna\": {\"title\": \"Action Pack is missing security headers on non-HTML responses\", \"source\": {\"advisory\": \"GHSA-fwhr-88qx-h9g7\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.4, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"rails\", \"product\": \"rails\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 6.1.0.0, \u003c 6.1.7.8\"}, {\"status\": \"affected\", \"version\": \"\u003e= 7.0.0.0, \u003c 7.0.8.4\"}, {\"status\": \"affected\", \"version\": \"\u003e= 7.1.0.0, \u003c 7.1.3.4\"}, {\"status\": \"affected\", \"version\": \"\u003e= 7.2.0.beta1, \u003c 7.2.0.beta2\"}]}], \"references\": [{\"url\": \"https://github.com/rails/rails/security/advisories/GHSA-fwhr-88qx-h9g7\", \"name\": \"https://github.com/rails/rails/security/advisories/GHSA-fwhr-88qx-h9g7\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/rails/rails/commit/35858f1d9d57f6c4050a8d9ab754bd5d088b4523\", \"name\": \"https://github.com/rails/rails/commit/35858f1d9d57f6c4050a8d9ab754bd5d088b4523\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Action Pack is a framework for handling and responding to web requests. Since 6.1.0, the application configurable Permissions-Policy is only served on responses with an HTML related Content-Type. This vulnerability is fixed in 6.1.7.8, 7.0.8.2, and 7.1.3.3.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-20\", \"description\": \"CWE-20: Improper Input Validation\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-06-04T19:49:49.370Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-28103\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-06T13:09:28.269Z\", \"dateReserved\": \"2024-03-04T14:19:14.058Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-06-04T19:47:44.199Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
OPENSUSE-SU-2025:15110-1
Vulnerability from csaf_opensuse - Published: 2025-05-17 00:00 - Updated: 2025-05-17 00:00Summary
ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3 on GA media
Severity
Moderate
Notes
Title of the patch: ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3 on GA media
Description of the patch: These are all security issues fixed in the ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2025-15110
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.9 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.4 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
26 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15110",
"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-2025_15110-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23633 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23633/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-22792 page",
"url": "https://www.suse.com/security/cve/CVE-2023-22792/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-22795 page",
"url": "https://www.suse.com/security/cve/CVE-2023-22795/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-22797 page",
"url": "https://www.suse.com/security/cve/CVE-2023-22797/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-26143 page",
"url": "https://www.suse.com/security/cve/CVE-2024-26143/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-28103 page",
"url": "https://www.suse.com/security/cve/CVE-2024-28103/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41128 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41128/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47887 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47887/"
}
],
"title": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3 on GA media",
"tracking": {
"current_release_date": "2025-05-17T00:00:00Z",
"generator": {
"date": "2025-05-17T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15110-1",
"initial_release_date": "2025-05-17T00:00:00Z",
"revision_history": [
{
"date": "2025-05-17T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"product": {
"name": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"product_id": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"product": {
"name": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"product_id": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"product": {
"name": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"product_id": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64",
"product": {
"name": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64",
"product_id": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64"
},
"product_reference": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le"
},
"product_reference": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x"
},
"product_reference": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
},
"product_reference": "ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23633",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23633"
}
],
"notes": [
{
"category": "general",
"text": "Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is *not* notified of a `close`, `ActionDispatch::Executor` will not know to reset thread local state for the next request. This can lead to data being leaked to subsequent requests.This has been fixed in Rails 7.0.2.1, 6.1.4.5, 6.0.4.5, and 5.2.6.1. Upgrading is highly recommended, but to work around this problem a middleware described in GHSA-wh98-p28r-vrc9 can be used.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23633",
"url": "https://www.suse.com/security/cve/CVE-2022-23633"
},
{
"category": "external",
"summary": "SUSE Bug 1196182 for CVE-2022-23633",
"url": "https://bugzilla.suse.com/1196182"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-23633"
},
{
"cve": "CVE-2023-22792",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-22792"
}
],
"notes": [
{
"category": "general",
"text": "A regular expression based DoS vulnerability in Action Dispatch \u003c6.0.6.1,\u003c 6.1.7.1, and \u003c7.0.4.1. Specially crafted cookies, in combination with a specially crafted X_FORWARDED_HOST header can cause the regular expression engine to enter a state of catastrophic backtracking. This can cause the process to use large amounts of CPU and memory, leading to a possible DoS vulnerability All users running an affected release should either upgrade or use one of the workarounds immediately.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-22792",
"url": "https://www.suse.com/security/cve/CVE-2023-22792"
},
{
"category": "external",
"summary": "SUSE Bug 1207455 for CVE-2023-22792",
"url": "https://bugzilla.suse.com/1207455"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-22792"
},
{
"cve": "CVE-2023-22795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-22795"
}
],
"notes": [
{
"category": "general",
"text": "A regular expression based DoS vulnerability in Action Dispatch \u003c6.1.7.1 and \u003c7.0.4.1 related to the If-None-Match header. A specially crafted HTTP If-None-Match header can cause the regular expression engine to enter a state of catastrophic backtracking, when on a version of Ruby below 3.2.0. This can cause the process to use large amounts of CPU and memory, leading to a possible DoS vulnerability All users running an affected release should either upgrade or use one of the workarounds immediately.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-22795",
"url": "https://www.suse.com/security/cve/CVE-2023-22795"
},
{
"category": "external",
"summary": "SUSE Bug 1207451 for CVE-2023-22795",
"url": "https://bugzilla.suse.com/1207451"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-22795"
},
{
"cve": "CVE-2023-22797",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-22797"
}
],
"notes": [
{
"category": "general",
"text": "An open redirect vulnerability is fixed in Rails 7.0.4.1 with the new protection against open redirects from calling redirect_to with untrusted user input. In prior versions the developer was fully responsible for only providing trusted input. However the check introduced could allow an attacker to bypass with a carefully crafted URL resulting in an open redirect vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-22797",
"url": "https://www.suse.com/security/cve/CVE-2023-22797"
},
{
"category": "external",
"summary": "SUSE Bug 1207449 for CVE-2023-22797",
"url": "https://bugzilla.suse.com/1207449"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-22797"
},
{
"cve": "CVE-2024-26143",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-26143"
}
],
"notes": [
{
"category": "general",
"text": "Rails is a web-application framework. There is a possible XSS vulnerability when using the translation helpers in Action Controller. Applications using translation methods like translate, or t on a controller, with a key ending in \"_html\", a :default key which contains untrusted user input, and the resulting string is used in a view, may be susceptible to an XSS vulnerability. The vulnerability is fixed in 7.1.3.1 and 7.0.8.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-26143",
"url": "https://www.suse.com/security/cve/CVE-2024-26143"
},
{
"category": "external",
"summary": "SUSE Bug 1220522 for CVE-2024-26143",
"url": "https://bugzilla.suse.com/1220522"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.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:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-26143"
},
{
"cve": "CVE-2024-28103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-28103"
}
],
"notes": [
{
"category": "general",
"text": "Action Pack is a framework for handling and responding to web requests. Since 6.1.0, the application configurable Permissions-Policy is only served on responses with an HTML related Content-Type. This vulnerability is fixed in 6.1.7.8, 7.0.8.2, and 7.1.3.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-28103",
"url": "https://www.suse.com/security/cve/CVE-2024-28103"
},
{
"category": "external",
"summary": "SUSE Bug 1225996 for CVE-2024-28103",
"url": "https://bugzilla.suse.com/1225996"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-28103"
},
{
"cve": "CVE-2024-41128",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41128"
}
],
"notes": [
{
"category": "general",
"text": "Action Pack is a framework for handling and responding to web requests. Starting in version 3.1.0 and prior to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, and 7.2.1.1, there is a possible ReDoS vulnerability in the query parameter filtering routines of Action Dispatch. Carefully crafted query parameters can cause query parameter filtering to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade to version 6.1.7.9, 7.0.8.5, 7.1.4.1, or 7.2.1.1 or apply the relevant patch immediately. One may use Ruby 3.2 as a workaround. Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 depends on Ruby 3.2 or greater so is unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41128",
"url": "https://www.suse.com/security/cve/CVE-2024-41128"
},
{
"category": "external",
"summary": "SUSE Bug 1231730 for CVE-2024-41128",
"url": "https://bugzilla.suse.com/1231730"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-41128"
},
{
"cve": "CVE-2024-47887",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47887"
}
],
"notes": [
{
"category": "general",
"text": "Action Pack is a framework for handling and responding to web requests. Starting in version 4.0.0 and prior to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, and 7.2.1.1, there is a possible ReDoS vulnerability in Action Controller\u0027s HTTP Token authentication. For applications using HTTP Token authentication via `authenticate_or_request_with_http_token` or similar, a carefully crafted header may cause header parsing to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, or 7.2.1.1 or apply the relevant patch immediately. One may choose to use Ruby 3.2 as a workaround.Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 depends on Ruby 3.2 or greater so is unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47887",
"url": "https://www.suse.com/security/cve/CVE-2024-47887"
},
{
"category": "external",
"summary": "SUSE Bug 1231729 for CVE-2024-47887",
"url": "https://bugzilla.suse.com/1231729"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-actionpack-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-47887"
}
]
}
OPENSUSE-SU-2025:15124-1
Vulnerability from csaf_opensuse - Published: 2025-05-17 00:00 - Updated: 2025-05-17 00:00Summary
ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3 on GA media
Severity
Moderate
Notes
Title of the patch: ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3 on GA media
Description of the patch: These are all security issues fixed in the ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2025-15124
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.4 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
not set
5.9 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
27 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15124",
"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-2025_15124-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:15124-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3C5WPU2RXUSPKAI3EANLIGCY34ZDBZ4Y/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:15124-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3C5WPU2RXUSPKAI3EANLIGCY34ZDBZ4Y/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-38037 page",
"url": "https://www.suse.com/security/cve/CVE-2023-38037/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-26143 page",
"url": "https://www.suse.com/security/cve/CVE-2024-26143/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-28103 page",
"url": "https://www.suse.com/security/cve/CVE-2024-28103/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-34341 page",
"url": "https://www.suse.com/security/cve/CVE-2024-34341/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41128 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41128/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47887 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47887/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47888 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47888/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47889 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47889/"
}
],
"title": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3 on GA media",
"tracking": {
"current_release_date": "2025-05-17T00:00:00Z",
"generator": {
"date": "2025-05-17T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15124-1",
"initial_release_date": "2025-05-17T00:00:00Z",
"revision_history": [
{
"date": "2025-05-17T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"product": {
"name": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"product_id": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"product": {
"name": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"product_id": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"product": {
"name": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"product_id": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64",
"product": {
"name": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64",
"product_id": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64"
},
"product_reference": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le"
},
"product_reference": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x"
},
"product_reference": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
},
"product_reference": "ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-38037",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-38037"
}
],
"notes": [
{
"category": "general",
"text": "ActiveSupport::EncryptedFile writes contents that will be encrypted to a\r\ntemporary file. The temporary file\u0027s permissions are defaulted to the user\u0027s\r\ncurrent `umask` settings, meaning that it\u0027s possible for other users on the\r\nsame system to read the contents of the temporary file.\r\n\r\nAttackers that have access to the file system could possibly read the contents\r\nof this temporary file while a user is editing it.\r\n\r\nAll users running an affected release should either upgrade or use one of the\r\nworkarounds immediately.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-38037",
"url": "https://www.suse.com/security/cve/CVE-2023-38037"
},
{
"category": "external",
"summary": "SUSE Bug 1214807 for CVE-2023-38037",
"url": "https://bugzilla.suse.com/1214807"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-38037"
},
{
"cve": "CVE-2024-26143",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-26143"
}
],
"notes": [
{
"category": "general",
"text": "Rails is a web-application framework. There is a possible XSS vulnerability when using the translation helpers in Action Controller. Applications using translation methods like translate, or t on a controller, with a key ending in \"_html\", a :default key which contains untrusted user input, and the resulting string is used in a view, may be susceptible to an XSS vulnerability. The vulnerability is fixed in 7.1.3.1 and 7.0.8.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-26143",
"url": "https://www.suse.com/security/cve/CVE-2024-26143"
},
{
"category": "external",
"summary": "SUSE Bug 1220522 for CVE-2024-26143",
"url": "https://bugzilla.suse.com/1220522"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.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:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-26143"
},
{
"cve": "CVE-2024-28103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-28103"
}
],
"notes": [
{
"category": "general",
"text": "Action Pack is a framework for handling and responding to web requests. Since 6.1.0, the application configurable Permissions-Policy is only served on responses with an HTML related Content-Type. This vulnerability is fixed in 6.1.7.8, 7.0.8.2, and 7.1.3.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-28103",
"url": "https://www.suse.com/security/cve/CVE-2024-28103"
},
{
"category": "external",
"summary": "SUSE Bug 1225996 for CVE-2024-28103",
"url": "https://bugzilla.suse.com/1225996"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-28103"
},
{
"cve": "CVE-2024-34341",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-34341"
}
],
"notes": [
{
"category": "general",
"text": "Trix is a rich text editor. The Trix editor, versions prior to 2.1.1, is vulnerable to arbitrary code execution when copying and pasting content from the web or other documents with markup into the editor. The vulnerability stems from improper sanitization of pasted content, allowing an attacker to embed malicious scripts which are executed within the context of the application. Users should upgrade to Trix editor version 2.1.1 or later, which incorporates proper sanitization of input from copied content.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-34341",
"url": "https://www.suse.com/security/cve/CVE-2024-34341"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "not set"
}
],
"title": "CVE-2024-34341"
},
{
"cve": "CVE-2024-41128",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41128"
}
],
"notes": [
{
"category": "general",
"text": "Action Pack is a framework for handling and responding to web requests. Starting in version 3.1.0 and prior to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, and 7.2.1.1, there is a possible ReDoS vulnerability in the query parameter filtering routines of Action Dispatch. Carefully crafted query parameters can cause query parameter filtering to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade to version 6.1.7.9, 7.0.8.5, 7.1.4.1, or 7.2.1.1 or apply the relevant patch immediately. One may use Ruby 3.2 as a workaround. Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 depends on Ruby 3.2 or greater so is unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41128",
"url": "https://www.suse.com/security/cve/CVE-2024-41128"
},
{
"category": "external",
"summary": "SUSE Bug 1231730 for CVE-2024-41128",
"url": "https://bugzilla.suse.com/1231730"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-41128"
},
{
"cve": "CVE-2024-47887",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47887"
}
],
"notes": [
{
"category": "general",
"text": "Action Pack is a framework for handling and responding to web requests. Starting in version 4.0.0 and prior to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, and 7.2.1.1, there is a possible ReDoS vulnerability in Action Controller\u0027s HTTP Token authentication. For applications using HTTP Token authentication via `authenticate_or_request_with_http_token` or similar, a carefully crafted header may cause header parsing to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, or 7.2.1.1 or apply the relevant patch immediately. One may choose to use Ruby 3.2 as a workaround.Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 depends on Ruby 3.2 or greater so is unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47887",
"url": "https://www.suse.com/security/cve/CVE-2024-47887"
},
{
"category": "external",
"summary": "SUSE Bug 1231729 for CVE-2024-47887",
"url": "https://bugzilla.suse.com/1231729"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-47887"
},
{
"cve": "CVE-2024-47888",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47888"
}
],
"notes": [
{
"category": "general",
"text": "Action Text brings rich text content and editing to Rails. Starting in version 6.0.0 and prior to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, and 7.2.1.1, there is a possible ReDoS vulnerability in the `plain_text_for_blockquote_node helper` in Action Text. Carefully crafted text can cause the `plain_text_for_blockquote_node` helper to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, or 7.2.1.1 or apply the relevant patch immediately. As a workaround, users can avoid calling `plain_text_for_blockquote_node` or upgrade to Ruby 3.2. Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 depends on Ruby 3.2 or greater so is unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47888",
"url": "https://www.suse.com/security/cve/CVE-2024-47888"
},
{
"category": "external",
"summary": "SUSE Bug 1231724 for CVE-2024-47888",
"url": "https://bugzilla.suse.com/1231724"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-47888"
},
{
"cve": "CVE-2024-47889",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47889"
}
],
"notes": [
{
"category": "general",
"text": "Action Mailer is a framework for designing email service layers. Starting in version 3.0.0 and prior to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, and 7.2.1.1, there is a possible ReDoS vulnerability in the block_format helper in Action Mailer. Carefully crafted text can cause the block_format helper to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, or 7.2.1.1 or apply the relevant patch immediately. As a workaround, users can avoid calling the `block_format` helper or upgrade to Ruby 3.2. Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 requires Ruby 3.2 or greater so is unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47889",
"url": "https://www.suse.com/security/cve/CVE-2024-47889"
},
{
"category": "external",
"summary": "SUSE Bug 1231723 for CVE-2024-47889",
"url": "https://bugzilla.suse.com/1231723"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rails-7.0-7.0.8.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-47889"
}
]
}
SUSE-SU-2024:1973-1
Vulnerability from csaf_suse - Published: 2024-06-11 07:35 - Updated: 2024-06-11 07:35Summary
Security update for rmt-server
Severity
Moderate
Notes
Title of the patch: Security update for rmt-server
Description of the patch: This update for rmt-server fixes the following issues:
- Update to version 2.17
- CVE-2024-28103: Fixed Permissions-Policy that was only served on responses with an HTML related Content-Type. (bsc#1225997)
Patchnames: SUSE-2024-1973,SUSE-SLE-Module-Public-Cloud-15-SP2-2024-1973,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-1973,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-1973,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-1973
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-2.17-150200.3.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-2.17-150200.3.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-config-2.17-150200.3.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-config-2.17-150200.3.45.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\n\n- Update to version 2.17\n- CVE-2024-28103: Fixed Permissions-Policy that was only served on responses with an HTML related Content-Type. (bsc#1225997)\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1973,SUSE-SLE-Module-Public-Cloud-15-SP2-2024-1973,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-1973,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-1973,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-1973",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_1973-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1973-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241973-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1973-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-June/035542.html"
},
{
"category": "self",
"summary": "SUSE Bug 1203171",
"url": "https://bugzilla.suse.com/1203171"
},
{
"category": "self",
"summary": "SUSE Bug 1225997",
"url": "https://bugzilla.suse.com/1225997"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-28103 page",
"url": "https://www.suse.com/security/cve/CVE-2024-28103/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2024-06-11T07:35:03Z",
"generator": {
"date": "2024-06-11T07:35:03Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1973-1",
"initial_release_date": "2024-06-11T07:35:03Z",
"revision_history": [
{
"date": "2024-06-11T07:35:03Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150200.3.45.1.aarch64",
"product": {
"name": "rmt-server-2.17-150200.3.45.1.aarch64",
"product_id": "rmt-server-2.17-150200.3.45.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150200.3.45.1.aarch64",
"product": {
"name": "rmt-server-config-2.17-150200.3.45.1.aarch64",
"product_id": "rmt-server-config-2.17-150200.3.45.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150200.3.45.1.aarch64",
"product": {
"name": "rmt-server-pubcloud-2.17-150200.3.45.1.aarch64",
"product_id": "rmt-server-pubcloud-2.17-150200.3.45.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150200.3.45.1.ppc64le",
"product": {
"name": "rmt-server-2.17-150200.3.45.1.ppc64le",
"product_id": "rmt-server-2.17-150200.3.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150200.3.45.1.ppc64le",
"product": {
"name": "rmt-server-config-2.17-150200.3.45.1.ppc64le",
"product_id": "rmt-server-config-2.17-150200.3.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150200.3.45.1.ppc64le",
"product": {
"name": "rmt-server-pubcloud-2.17-150200.3.45.1.ppc64le",
"product_id": "rmt-server-pubcloud-2.17-150200.3.45.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150200.3.45.1.s390x",
"product": {
"name": "rmt-server-2.17-150200.3.45.1.s390x",
"product_id": "rmt-server-2.17-150200.3.45.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150200.3.45.1.s390x",
"product": {
"name": "rmt-server-config-2.17-150200.3.45.1.s390x",
"product_id": "rmt-server-config-2.17-150200.3.45.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150200.3.45.1.s390x",
"product": {
"name": "rmt-server-pubcloud-2.17-150200.3.45.1.s390x",
"product_id": "rmt-server-pubcloud-2.17-150200.3.45.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150200.3.45.1.x86_64",
"product": {
"name": "rmt-server-2.17-150200.3.45.1.x86_64",
"product_id": "rmt-server-2.17-150200.3.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150200.3.45.1.x86_64",
"product": {
"name": "rmt-server-config-2.17-150200.3.45.1.x86_64",
"product_id": "rmt-server-config-2.17-150200.3.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150200.3.45.1.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.17-150200.3.45.1.x86_64",
"product_id": "rmt-server-pubcloud-2.17-150200.3.45.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150200.3.45.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.17-150200.3.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150200.3.45.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.17-150200.3.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150200.3.45.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.17-150200.3.45.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150200.3.45.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.17-150200.3.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150200.3.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.aarch64"
},
"product_reference": "rmt-server-2.17-150200.3.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150200.3.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.x86_64"
},
"product_reference": "rmt-server-2.17-150200.3.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150200.3.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.aarch64"
},
"product_reference": "rmt-server-config-2.17-150200.3.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150200.3.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150200.3.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150200.3.45.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.aarch64"
},
"product_reference": "rmt-server-2.17-150200.3.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150200.3.45.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.ppc64le"
},
"product_reference": "rmt-server-2.17-150200.3.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150200.3.45.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.s390x"
},
"product_reference": "rmt-server-2.17-150200.3.45.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150200.3.45.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.x86_64"
},
"product_reference": "rmt-server-2.17-150200.3.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150200.3.45.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.aarch64"
},
"product_reference": "rmt-server-config-2.17-150200.3.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150200.3.45.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.ppc64le"
},
"product_reference": "rmt-server-config-2.17-150200.3.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150200.3.45.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.s390x"
},
"product_reference": "rmt-server-config-2.17-150200.3.45.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150200.3.45.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150200.3.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150200.3.45.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-2.17-150200.3.45.1.ppc64le"
},
"product_reference": "rmt-server-2.17-150200.3.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150200.3.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-2.17-150200.3.45.1.x86_64"
},
"product_reference": "rmt-server-2.17-150200.3.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150200.3.45.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-config-2.17-150200.3.45.1.ppc64le"
},
"product_reference": "rmt-server-config-2.17-150200.3.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150200.3.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-config-2.17-150200.3.45.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150200.3.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-28103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-28103"
}
],
"notes": [
{
"category": "general",
"text": "Action Pack is a framework for handling and responding to web requests. Since 6.1.0, the application configurable Permissions-Policy is only served on responses with an HTML related Content-Type. This vulnerability is fixed in 6.1.7.8, 7.0.8.2, and 7.1.3.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-config-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-config-2.17-150200.3.45.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-28103",
"url": "https://www.suse.com/security/cve/CVE-2024-28103"
},
{
"category": "external",
"summary": "SUSE Bug 1225996 for CVE-2024-28103",
"url": "https://bugzilla.suse.com/1225996"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-config-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-config-2.17-150200.3.45.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP2:rmt-server-pubcloud-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:rmt-server-config-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-2.17-150200.3.45.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-config-2.17-150200.3.45.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:rmt-server-config-2.17-150200.3.45.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-11T07:35:03Z",
"details": "moderate"
}
],
"title": "CVE-2024-28103"
}
]
}
SUSE-SU-2024:1974-1
Vulnerability from csaf_suse - Published: 2024-06-11 07:35 - Updated: 2024-06-11 07:35Summary
Security update for rmt-server
Severity
Moderate
Notes
Title of the patch: Security update for rmt-server
Description of the patch: This update for rmt-server fixes the following issues:
- Update to version 2.17
- CVE-2024-28103: Fixed Permissions-Policy that was only served on responses with an HTML related Content-Type. (bsc#1225997)
Patchnames: SUSE-2024-1974,SUSE-SLE-Module-Public-Cloud-15-SP5-2024-1974,SUSE-SLE-Module-Public-Cloud-15-SP6-2024-1974,SUSE-SLE-Module-Server-Applications-15-SP5-2024-1974,SUSE-SLE-Module-Server-Applications-15-SP6-2024-1974,openSUSE-SLE-15.5-2024-1974,openSUSE-SLE-15.6-2024-1974
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
48 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\n\n- Update to version 2.17\n- CVE-2024-28103: Fixed Permissions-Policy that was only served on responses with an HTML related Content-Type. (bsc#1225997)\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1974,SUSE-SLE-Module-Public-Cloud-15-SP5-2024-1974,SUSE-SLE-Module-Public-Cloud-15-SP6-2024-1974,SUSE-SLE-Module-Server-Applications-15-SP5-2024-1974,SUSE-SLE-Module-Server-Applications-15-SP6-2024-1974,openSUSE-SLE-15.5-2024-1974,openSUSE-SLE-15.6-2024-1974",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_1974-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1974-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241974-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1974-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-June/035541.html"
},
{
"category": "self",
"summary": "SUSE Bug 1203171",
"url": "https://bugzilla.suse.com/1203171"
},
{
"category": "self",
"summary": "SUSE Bug 1225997",
"url": "https://bugzilla.suse.com/1225997"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-28103 page",
"url": "https://www.suse.com/security/cve/CVE-2024-28103/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2024-06-11T07:35:26Z",
"generator": {
"date": "2024-06-11T07:35:26Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1974-1",
"initial_release_date": "2024-06-11T07:35:26Z",
"revision_history": [
{
"date": "2024-06-11T07:35:26Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150500.3.16.1.aarch64",
"product": {
"name": "rmt-server-2.17-150500.3.16.1.aarch64",
"product_id": "rmt-server-2.17-150500.3.16.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150500.3.16.1.aarch64",
"product": {
"name": "rmt-server-config-2.17-150500.3.16.1.aarch64",
"product_id": "rmt-server-config-2.17-150500.3.16.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"product": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"product_id": "rmt-server-pubcloud-2.17-150500.3.16.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150500.3.16.1.ppc64le",
"product": {
"name": "rmt-server-2.17-150500.3.16.1.ppc64le",
"product_id": "rmt-server-2.17-150500.3.16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150500.3.16.1.ppc64le",
"product": {
"name": "rmt-server-config-2.17-150500.3.16.1.ppc64le",
"product_id": "rmt-server-config-2.17-150500.3.16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"product": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"product_id": "rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150500.3.16.1.s390x",
"product": {
"name": "rmt-server-2.17-150500.3.16.1.s390x",
"product_id": "rmt-server-2.17-150500.3.16.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150500.3.16.1.s390x",
"product": {
"name": "rmt-server-config-2.17-150500.3.16.1.s390x",
"product_id": "rmt-server-config-2.17-150500.3.16.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"product": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"product_id": "rmt-server-pubcloud-2.17-150500.3.16.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150500.3.16.1.x86_64",
"product": {
"name": "rmt-server-2.17-150500.3.16.1.x86_64",
"product_id": "rmt-server-2.17-150500.3.16.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150500.3.16.1.x86_64",
"product": {
"name": "rmt-server-config-2.17-150500.3.16.1.x86_64",
"product_id": "rmt-server-config-2.17-150500.3.16.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"product_id": "rmt-server-pubcloud-2.17-150500.3.16.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.aarch64"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.ppc64le"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.s390x"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.x86_64"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.aarch64"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.ppc64le"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.s390x"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.aarch64"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.ppc64le"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.s390x"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.x86_64"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.aarch64"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.ppc64le"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.s390x"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.aarch64"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.ppc64le"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.s390x"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.x86_64"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.aarch64"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.ppc64le"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.s390x"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.aarch64"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.ppc64le"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.s390x"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150500.3.16.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.x86_64"
},
"product_reference": "rmt-server-2.17-150500.3.16.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.aarch64"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.ppc64le"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.s390x"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150500.3.16.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150500.3.16.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150500.3.16.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-28103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-28103"
}
],
"notes": [
{
"category": "general",
"text": "Action Pack is a framework for handling and responding to web requests. Since 6.1.0, the application configurable Permissions-Policy is only served on responses with an HTML related Content-Type. This vulnerability is fixed in 6.1.7.8, 7.0.8.2, and 7.1.3.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-28103",
"url": "https://www.suse.com/security/cve/CVE-2024-28103"
},
{
"category": "external",
"summary": "SUSE Bug 1225996 for CVE-2024-28103",
"url": "https://bugzilla.suse.com/1225996"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:rmt-server-config-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.17-150500.3.16.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.5:rmt-server-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.5:rmt-server-config-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.5:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.6:rmt-server-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.17-150500.3.16.1.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.17-150500.3.16.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-11T07:35:26Z",
"details": "moderate"
}
],
"title": "CVE-2024-28103"
}
]
}
SUSE-SU-2024:1986-1
Vulnerability from csaf_suse - Published: 2024-06-11 11:47 - Updated: 2024-06-11 11:47Summary
Security update for rmt-server
Severity
Moderate
Notes
Title of the patch: Security update for rmt-server
Description of the patch: This update for rmt-server fixes the following issues:
- Update to version 2.17
- CVE-2024-28103: Fixed Permissions-Policy that was only served on responses with an HTML related Content-Type. (bsc#1225997)
Patchnames: SUSE-2024-1986,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-1986,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-1986,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-1986,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-1986,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-1986,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-1986,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-1986
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.17-150400.3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.17-150400.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.17-150400.3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.17-150400.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.17-150400.3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.17-150400.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.17-150400.3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.17-150400.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rmt-server-2.17-150400.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rmt-server-config-2.17-150400.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\n\n- Update to version 2.17\n- CVE-2024-28103: Fixed Permissions-Policy that was only served on responses with an HTML related Content-Type. (bsc#1225997)\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1986,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-1986,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-1986,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-1986,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-1986,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-1986,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-1986,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-1986",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_1986-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1986-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241986-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1986-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-June/035549.html"
},
{
"category": "self",
"summary": "SUSE Bug 1203171",
"url": "https://bugzilla.suse.com/1203171"
},
{
"category": "self",
"summary": "SUSE Bug 1225997",
"url": "https://bugzilla.suse.com/1225997"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-28103 page",
"url": "https://www.suse.com/security/cve/CVE-2024-28103/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2024-06-11T11:47:29Z",
"generator": {
"date": "2024-06-11T11:47:29Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1986-1",
"initial_release_date": "2024-06-11T11:47:29Z",
"revision_history": [
{
"date": "2024-06-11T11:47:29Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150400.3.25.1.aarch64",
"product": {
"name": "rmt-server-2.17-150400.3.25.1.aarch64",
"product_id": "rmt-server-2.17-150400.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150400.3.25.1.aarch64",
"product": {
"name": "rmt-server-config-2.17-150400.3.25.1.aarch64",
"product_id": "rmt-server-config-2.17-150400.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150400.3.25.1.aarch64",
"product": {
"name": "rmt-server-pubcloud-2.17-150400.3.25.1.aarch64",
"product_id": "rmt-server-pubcloud-2.17-150400.3.25.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150400.3.25.1.ppc64le",
"product": {
"name": "rmt-server-2.17-150400.3.25.1.ppc64le",
"product_id": "rmt-server-2.17-150400.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150400.3.25.1.ppc64le",
"product": {
"name": "rmt-server-config-2.17-150400.3.25.1.ppc64le",
"product_id": "rmt-server-config-2.17-150400.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150400.3.25.1.ppc64le",
"product": {
"name": "rmt-server-pubcloud-2.17-150400.3.25.1.ppc64le",
"product_id": "rmt-server-pubcloud-2.17-150400.3.25.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150400.3.25.1.s390x",
"product": {
"name": "rmt-server-2.17-150400.3.25.1.s390x",
"product_id": "rmt-server-2.17-150400.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150400.3.25.1.s390x",
"product": {
"name": "rmt-server-config-2.17-150400.3.25.1.s390x",
"product_id": "rmt-server-config-2.17-150400.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150400.3.25.1.s390x",
"product": {
"name": "rmt-server-pubcloud-2.17-150400.3.25.1.s390x",
"product_id": "rmt-server-pubcloud-2.17-150400.3.25.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150400.3.25.1.x86_64",
"product": {
"name": "rmt-server-2.17-150400.3.25.1.x86_64",
"product_id": "rmt-server-2.17-150400.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150400.3.25.1.x86_64",
"product": {
"name": "rmt-server-config-2.17-150400.3.25.1.x86_64",
"product_id": "rmt-server-config-2.17-150400.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150400.3.25.1.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.17-150400.3.25.1.x86_64",
"product_id": "rmt-server-pubcloud-2.17-150400.3.25.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150400.3.25.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.17-150400.3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150400.3.25.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.17-150400.3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150400.3.25.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.17-150400.3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150400.3.25.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.17-150400.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.17-150400.3.25.1.aarch64"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.17-150400.3.25.1.x86_64"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.17-150400.3.25.1.aarch64"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.17-150400.3.25.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.aarch64"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.x86_64"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.aarch64"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.aarch64"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.ppc64le"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.s390x"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.x86_64"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.aarch64"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.ppc64le"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.s390x"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.17-150400.3.25.1.ppc64le"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.17-150400.3.25.1.x86_64"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.17-150400.3.25.1.ppc64le"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.17-150400.3.25.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:rmt-server-2.17-150400.3.25.1.x86_64"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:rmt-server-config-2.17-150400.3.25.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.ppc64le"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.s390x"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150400.3.25.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.x86_64"
},
"product_reference": "rmt-server-2.17-150400.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.ppc64le"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.s390x"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150400.3.25.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150400.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-28103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-28103"
}
],
"notes": [
{
"category": "general",
"text": "Action Pack is a framework for handling and responding to web requests. Since 6.1.0, the application configurable Permissions-Policy is only served on responses with an HTML related Content-Type. This vulnerability is fixed in 6.1.7.8, 7.0.8.2, and 7.1.3.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-28103",
"url": "https://www.suse.com/security/cve/CVE-2024-28103"
},
{
"category": "external",
"summary": "SUSE Bug 1225996 for CVE-2024-28103",
"url": "https://bugzilla.suse.com/1225996"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.17-150400.3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.17-150400.3.25.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.17-150400.3.25.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.17-150400.3.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-11T11:47:29Z",
"details": "moderate"
}
],
"title": "CVE-2024-28103"
}
]
}
SUSE-SU-2024:2140-1
Vulnerability from csaf_suse - Published: 2024-06-21 11:34 - Updated: 2024-06-21 11:34Summary
Security update for rmt-server
Severity
Moderate
Notes
Title of the patch: Security update for rmt-server
Description of the patch: This update for rmt-server fixes the following issues:
- Update to version 2.17
- CVE-2024-28103: Fixed Permissions-Policy that was only served on responses with an HTML related Content-Type. (bsc#1225997)
Patchnames: SUSE-2024-2140,SUSE-SLE-Module-Public-Cloud-15-SP3-2024-2140,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-2140,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-2140,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-2140,SUSE-Storage-7.1-2024-2140
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:rmt-server-2.17-150300.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:rmt-server-2.17-150300.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:rmt-server-config-2.17-150300.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:rmt-server-config-2.17-150300.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.17-150300.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.17-150300.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.17-150300.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.17-150300.3.37.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\n\n- Update to version 2.17\n- CVE-2024-28103: Fixed Permissions-Policy that was only served on responses with an HTML related Content-Type. (bsc#1225997)\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2140,SUSE-SLE-Module-Public-Cloud-15-SP3-2024-2140,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-2140,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-2140,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-2140,SUSE-Storage-7.1-2024-2140",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_2140-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2140-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242140-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2140-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-June/035677.html"
},
{
"category": "self",
"summary": "SUSE Bug 1203171",
"url": "https://bugzilla.suse.com/1203171"
},
{
"category": "self",
"summary": "SUSE Bug 1225997",
"url": "https://bugzilla.suse.com/1225997"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-28103 page",
"url": "https://www.suse.com/security/cve/CVE-2024-28103/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2024-06-21T11:34:35Z",
"generator": {
"date": "2024-06-21T11:34:35Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2140-1",
"initial_release_date": "2024-06-21T11:34:35Z",
"revision_history": [
{
"date": "2024-06-21T11:34:35Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150300.3.37.1.aarch64",
"product": {
"name": "rmt-server-2.17-150300.3.37.1.aarch64",
"product_id": "rmt-server-2.17-150300.3.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150300.3.37.1.aarch64",
"product": {
"name": "rmt-server-config-2.17-150300.3.37.1.aarch64",
"product_id": "rmt-server-config-2.17-150300.3.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150300.3.37.1.aarch64",
"product": {
"name": "rmt-server-pubcloud-2.17-150300.3.37.1.aarch64",
"product_id": "rmt-server-pubcloud-2.17-150300.3.37.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150300.3.37.1.ppc64le",
"product": {
"name": "rmt-server-2.17-150300.3.37.1.ppc64le",
"product_id": "rmt-server-2.17-150300.3.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150300.3.37.1.ppc64le",
"product": {
"name": "rmt-server-config-2.17-150300.3.37.1.ppc64le",
"product_id": "rmt-server-config-2.17-150300.3.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150300.3.37.1.ppc64le",
"product": {
"name": "rmt-server-pubcloud-2.17-150300.3.37.1.ppc64le",
"product_id": "rmt-server-pubcloud-2.17-150300.3.37.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150300.3.37.1.s390x",
"product": {
"name": "rmt-server-2.17-150300.3.37.1.s390x",
"product_id": "rmt-server-2.17-150300.3.37.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150300.3.37.1.s390x",
"product": {
"name": "rmt-server-config-2.17-150300.3.37.1.s390x",
"product_id": "rmt-server-config-2.17-150300.3.37.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150300.3.37.1.s390x",
"product": {
"name": "rmt-server-pubcloud-2.17-150300.3.37.1.s390x",
"product_id": "rmt-server-pubcloud-2.17-150300.3.37.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.17-150300.3.37.1.x86_64",
"product": {
"name": "rmt-server-2.17-150300.3.37.1.x86_64",
"product_id": "rmt-server-2.17-150300.3.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.17-150300.3.37.1.x86_64",
"product": {
"name": "rmt-server-config-2.17-150300.3.37.1.x86_64",
"product_id": "rmt-server-config-2.17-150300.3.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.17-150300.3.37.1.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.17-150300.3.37.1.x86_64",
"product_id": "rmt-server-pubcloud-2.17-150300.3.37.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150300.3.37.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.17-150300.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150300.3.37.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.17-150300.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150300.3.37.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.17-150300.3.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.17-150300.3.37.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.17-150300.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150300.3.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.aarch64"
},
"product_reference": "rmt-server-2.17-150300.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150300.3.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.x86_64"
},
"product_reference": "rmt-server-2.17-150300.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150300.3.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.aarch64"
},
"product_reference": "rmt-server-config-2.17-150300.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150300.3.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150300.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150300.3.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.aarch64"
},
"product_reference": "rmt-server-2.17-150300.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150300.3.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.ppc64le"
},
"product_reference": "rmt-server-2.17-150300.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150300.3.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.s390x"
},
"product_reference": "rmt-server-2.17-150300.3.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150300.3.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.x86_64"
},
"product_reference": "rmt-server-2.17-150300.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150300.3.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.aarch64"
},
"product_reference": "rmt-server-config-2.17-150300.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150300.3.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.ppc64le"
},
"product_reference": "rmt-server-config-2.17-150300.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150300.3.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.s390x"
},
"product_reference": "rmt-server-config-2.17-150300.3.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150300.3.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150300.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150300.3.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.17-150300.3.37.1.ppc64le"
},
"product_reference": "rmt-server-2.17-150300.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150300.3.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.17-150300.3.37.1.x86_64"
},
"product_reference": "rmt-server-2.17-150300.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150300.3.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.17-150300.3.37.1.ppc64le"
},
"product_reference": "rmt-server-config-2.17-150300.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150300.3.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.17-150300.3.37.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150300.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150300.3.37.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:rmt-server-2.17-150300.3.37.1.aarch64"
},
"product_reference": "rmt-server-2.17-150300.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.17-150300.3.37.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:rmt-server-2.17-150300.3.37.1.x86_64"
},
"product_reference": "rmt-server-2.17-150300.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150300.3.37.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:rmt-server-config-2.17-150300.3.37.1.aarch64"
},
"product_reference": "rmt-server-config-2.17-150300.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.17-150300.3.37.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:rmt-server-config-2.17-150300.3.37.1.x86_64"
},
"product_reference": "rmt-server-config-2.17-150300.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-28103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-28103"
}
],
"notes": [
{
"category": "general",
"text": "Action Pack is a framework for handling and responding to web requests. Since 6.1.0, the application configurable Permissions-Policy is only served on responses with an HTML related Content-Type. This vulnerability is fixed in 6.1.7.8, 7.0.8.2, and 7.1.3.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:rmt-server-2.17-150300.3.37.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.17-150300.3.37.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.17-150300.3.37.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.17-150300.3.37.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-28103",
"url": "https://www.suse.com/security/cve/CVE-2024-28103"
},
{
"category": "external",
"summary": "SUSE Bug 1225996 for CVE-2024-28103",
"url": "https://bugzilla.suse.com/1225996"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:rmt-server-2.17-150300.3.37.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.17-150300.3.37.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.17-150300.3.37.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.17-150300.3.37.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:rmt-server-2.17-150300.3.37.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.17-150300.3.37.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.17-150300.3.37.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.17-150300.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.17-150300.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.17-150300.3.37.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-21T11:34:35Z",
"details": "moderate"
}
],
"title": "CVE-2024-28103"
}
]
}
WID-SEC-W-2024-1292
Vulnerability from csaf_certbund - Published: 2024-06-04 22:00 - Updated: 2025-07-16 22:00Summary
Ruby on Rails: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Ruby on Rails ist ein in der Programmiersprache Ruby geschriebenes und quelloffenes Web Application Framework.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Ruby on Rails ausnutzen, um Sicherheitsvorkehrungen zu umgehen und um einen Cross-Site Scripting Angriff durchzuführen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Ruby on Rails <7.1.3.4
Open Source / Ruby on Rails
|
<7.1.3.4 | ||
|
Open Source Ruby on Rails <7.0.8.4
Open Source / Ruby on Rails
|
<7.0.8.4 | ||
|
Open Source Ruby on Rails <6.1.7.8
Open Source / Ruby on Rails
|
<6.1.7.8 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Ruby on Rails <7.1.3.4
Open Source / Ruby on Rails
|
<7.1.3.4 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Ruby on Rails <7.2.0.beta2
Open Source / Ruby on Rails
|
<7.2.0.beta2 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
References
10 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Ruby on Rails ist ein in der Programmiersprache Ruby geschriebenes und quelloffenes Web Application Framework.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Ruby on Rails ausnutzen, um Sicherheitsvorkehrungen zu umgehen und um einen Cross-Site Scripting Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-1292 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1292.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-1292 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1292"
},
{
"category": "external",
"summary": "Rails Security Releases vom 2024-06-04",
"url": "https://rubyonrails.org/2024/6/4/Rails-Versions-6-1-7-8-7-0-8-4-and-7-1-3-4-have-been-released"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1973-1 vom 2024-06-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018691.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1974-1 vom 2024-06-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018690.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1986-1 vom 2024-06-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018697.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2140-1 vom 2024-06-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018780.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5881 vom 2025-03-17",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00043.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15124-1 vom 2025-05-18",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/3C5WPU2RXUSPKAI3EANLIGCY34ZDBZ4Y/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-203B7DB566 vom 2025-07-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-203b7db566"
}
],
"source_lang": "en-US",
"title": "Ruby on Rails: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-07-16T22:00:00.000+00:00",
"generator": {
"date": "2025-07-17T06:22:52.718+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2024-1292",
"initial_release_date": "2024-06-04T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-06-04T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-06-10T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-06-11T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-06-23T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-17T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-05-18T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-07-16T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Fedora aufgenommen"
}
],
"status": "final",
"version": "7"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c6.1.7.8",
"product": {
"name": "Open Source Ruby on Rails \u003c6.1.7.8",
"product_id": "T035205"
}
},
{
"category": "product_version",
"name": "6.1.7.8",
"product": {
"name": "Open Source Ruby on Rails 6.1.7.8",
"product_id": "T035205-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:rubyonrails:ruby_on_rails:6.1.7.8"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.0.8.4",
"product": {
"name": "Open Source Ruby on Rails \u003c7.0.8.4",
"product_id": "T035206"
}
},
{
"category": "product_version",
"name": "7.0.8.4",
"product": {
"name": "Open Source Ruby on Rails 7.0.8.4",
"product_id": "T035206-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:rubyonrails:ruby_on_rails:7.0.8.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.1.3.4",
"product": {
"name": "Open Source Ruby on Rails \u003c7.1.3.4",
"product_id": "T035207"
}
},
{
"category": "product_version",
"name": "7.1.3.4",
"product": {
"name": "Open Source Ruby on Rails 7.1.3.4",
"product_id": "T035207-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:rubyonrails:ruby_on_rails:7.1.3.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.2.0.beta2",
"product": {
"name": "Open Source Ruby on Rails \u003c7.2.0.beta2",
"product_id": "T035213"
}
},
{
"category": "product_version_range",
"name": "\u003c7.2.0.beta2",
"product": {
"name": "Open Source Ruby on Rails \u003c7.2.0.beta2",
"product_id": "T035213-fixed"
}
}
],
"category": "product_name",
"name": "Ruby on Rails"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-28103",
"product_status": {
"known_affected": [
"T035207",
"T035206",
"T035205",
"2951",
"T002207",
"T027843",
"74185"
]
},
"release_date": "2024-06-04T22:00:00.000+00:00",
"title": "CVE-2024-28103"
},
{
"cve": "CVE-2024-32464",
"product_status": {
"known_affected": [
"T035207",
"2951",
"T002207",
"T027843",
"T035213",
"74185"
]
},
"release_date": "2024-06-04T22:00:00.000+00:00",
"title": "CVE-2024-32464"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…