Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-46727 (GCVE-0-2025-46727)
Vulnerability from cvelistv5 – Published: 2025-05-07 23:07 – Updated: 2025-05-08 14:01| URL | Tags | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-46727",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-05-08T14:00:33.554320Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-05-08T14:01:06.865Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "rack",
"vendor": "rack",
"versions": [
{
"status": "affected",
"version": "\u003c 2.2.14"
},
{
"status": "affected",
"version": "\u003e= 3.0, \u003c 3.0.16"
},
{
"status": "affected",
"version": "\u003e= 3.1, \u003c 3.1.14"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-05-07T23:07:40.563Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
},
{
"name": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"name": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"name": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
}
],
"source": {
"advisory": "GHSA-gjh7-p2fx-99vx",
"discovery": "UNKNOWN"
},
"title": "Unbounded-Parameter DoS in Rack::QueryParser"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-46727",
"datePublished": "2025-05-07T23:07:40.563Z",
"dateReserved": "2025-04-28T20:56:09.084Z",
"dateUpdated": "2025-05-08T14:01:06.865Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-46727\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-05-07T23:15:54.267\",\"lastModified\":\"2025-06-17T19:44:47.010\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.\"},{\"lang\":\"es\",\"value\":\"Rack es una interfaz modular de servidor web Ruby. En versiones anteriores a la 2.2.14, la 3.0.16 y la 3.1.14, `Rack::QueryParser` analiza cadenas de consulta y cuerpos `application/x-www-form-urlencoded` en estructuras de datos Ruby sin imponer ning\u00fan l\u00edmite en el n\u00famero de par\u00e1metros, lo que permite a los atacantes enviar solicitudes con una cantidad extremadamente grande de par\u00e1metros. La vulnerabilidad surge porque `Rack::QueryParser` itera sobre cada par clave-valor separado por `\u0026amp;` y lo a\u00f1ade a un hash sin imponer un l\u00edmite superior en el n\u00famero total de par\u00e1metros. Esto permite a un atacante enviar una sola solicitud con cientos de miles (o m\u00e1s) de par\u00e1metros, lo que consume demasiada memoria y CPU durante el an\u00e1lisis. Un atacante puede provocar una denegaci\u00f3n de servicio enviando solicitudes HTTP manipuladas espec\u00edficamente, lo que puede causar el agotamiento de la memoria o la sobrecarga de recursos de la CPU, bloqueando o bloqueando el servidor Rack. Esto provoca una interrupci\u00f3n total del servicio hasta que se reinicia el trabajador afectado. Las versiones 2.2.14, 3.0.16 y 3.1.14 solucionan el problema. Existen otras mitigaciones. Se puede usar middleware para imponer un tama\u00f1o m\u00e1ximo de cadena de consulta o un n\u00famero m\u00e1ximo de par\u00e1metros, o emplear un proxy inverso (como Nginx) para limitar el tama\u00f1o de las solicitudes y rechazar cadenas o cuerpos de consulta demasiado grandes. Limitar el tama\u00f1o del cuerpo de la solicitud y la longitud de las cadenas de consulta a nivel de servidor web o CDN es una mitigaci\u00f3n eficaz.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"},{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*\",\"versionEndExcluding\":\"2.2.14\",\"matchCriteriaId\":\"FEC7339A-778A-4139-B900-C42761EA6F08\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rack:rack:*:-:*:*:*:ruby:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.0.16\",\"matchCriteriaId\":\"5D926918-70AF-4922-9235-0189DF4395F6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rack:rack:*:-:*:*:*:ruby:*:*\",\"versionStartIncluding\":\"3.1.0\",\"versionEndExcluding\":\"3.1.14\",\"matchCriteriaId\":\"0D85D0E5-7372-44BF-8298-F22735F71211\"}]}]}],\"references\":[{\"url\":\"https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-46727\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-05-08T14:00:33.554320Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-05-08T14:00:46.517Z\"}}], \"cna\": {\"title\": \"Unbounded-Parameter DoS in Rack::QueryParser\", \"source\": {\"advisory\": \"GHSA-gjh7-p2fx-99vx\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"rack\", \"product\": \"rack\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 2.2.14\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.0, \u003c 3.0.16\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.1, \u003c 3.1.14\"}]}], \"references\": [{\"url\": \"https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx\", \"name\": \"https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712\", \"name\": \"https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3\", \"name\": \"https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74\", \"name\": \"https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-05-07T23:07:40.563Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-46727\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-08T14:01:06.865Z\", \"dateReserved\": \"2025-04-28T20:56:09.084Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-05-07T23:07:40.563Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2025:02329-1
Vulnerability from csaf_suse - Published: 2025-07-16 09:37 - Updated: 2025-07-16 09:37Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\n- Update to version 2.23\n- CVE-2025-46727: Fixed Unbounded-Parameter DoS in Rack:QueryParser. (bsc#1242893)\n- CVE-2025-32441: Fixed a bug where simultaneous rack requests can restore a deleted rack session. (bsc#1242898)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2329,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-2329,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2329,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2329,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2329,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2329,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-2329,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-2329",
"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-2025_02329-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02329-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502329-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02329-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040727.html"
},
{
"category": "self",
"summary": "SUSE Bug 1236600",
"url": "https://bugzilla.suse.com/1236600"
},
{
"category": "self",
"summary": "SUSE Bug 1236816",
"url": "https://bugzilla.suse.com/1236816"
},
{
"category": "self",
"summary": "SUSE Bug 1236836",
"url": "https://bugzilla.suse.com/1236836"
},
{
"category": "self",
"summary": "SUSE Bug 1237373",
"url": "https://bugzilla.suse.com/1237373"
},
{
"category": "self",
"summary": "SUSE Bug 1242893",
"url": "https://bugzilla.suse.com/1242893"
},
{
"category": "self",
"summary": "SUSE Bug 1242898",
"url": "https://bugzilla.suse.com/1242898"
},
{
"category": "self",
"summary": "SUSE Bug 1244166",
"url": "https://bugzilla.suse.com/1244166"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-32441 page",
"url": "https://www.suse.com/security/cve/CVE-2025-32441/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46727/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2025-07-16T09:37:49Z",
"generator": {
"date": "2025-07-16T09:37:49Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02329-1",
"initial_release_date": "2025-07-16T09:37:49Z",
"revision_history": [
{
"date": "2025-07-16T09:37:49Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150400.3.42.1.aarch64",
"product": {
"name": "rmt-server-2.23-150400.3.42.1.aarch64",
"product_id": "rmt-server-2.23-150400.3.42.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150400.3.42.1.aarch64",
"product": {
"name": "rmt-server-config-2.23-150400.3.42.1.aarch64",
"product_id": "rmt-server-config-2.23-150400.3.42.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"product": {
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"product_id": "rmt-server-pubcloud-2.23-150400.3.42.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150400.3.42.1.ppc64le",
"product": {
"name": "rmt-server-2.23-150400.3.42.1.ppc64le",
"product_id": "rmt-server-2.23-150400.3.42.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150400.3.42.1.ppc64le",
"product": {
"name": "rmt-server-config-2.23-150400.3.42.1.ppc64le",
"product_id": "rmt-server-config-2.23-150400.3.42.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"product": {
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"product_id": "rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150400.3.42.1.s390x",
"product": {
"name": "rmt-server-2.23-150400.3.42.1.s390x",
"product_id": "rmt-server-2.23-150400.3.42.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150400.3.42.1.s390x",
"product": {
"name": "rmt-server-config-2.23-150400.3.42.1.s390x",
"product_id": "rmt-server-config-2.23-150400.3.42.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"product": {
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"product_id": "rmt-server-pubcloud-2.23-150400.3.42.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150400.3.42.1.x86_64",
"product": {
"name": "rmt-server-2.23-150400.3.42.1.x86_64",
"product_id": "rmt-server-2.23-150400.3.42.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150400.3.42.1.x86_64",
"product": {
"name": "rmt-server-config-2.23-150400.3.42.1.x86_64",
"product_id": "rmt-server-config-2.23-150400.3.42.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"product_id": "rmt-server-pubcloud-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.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.23-150400.3.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.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.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.s390x"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.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.23-150400.3.42.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.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.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.23-150400.3.42.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-32441",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-32441"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-32441",
"url": "https://www.suse.com/security/cve/CVE-2025-32441"
},
{
"category": "external",
"summary": "SUSE Bug 1242897 for CVE-2025-32441",
"url": "https://bugzilla.suse.com/1242897"
}
],
"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.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T09:37:49Z",
"details": "moderate"
}
],
"title": "CVE-2025-32441"
},
{
"cve": "CVE-2025-46727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46727"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46727",
"url": "https://www.suse.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "SUSE Bug 1242891 for CVE-2025-46727",
"url": "https://bugzilla.suse.com/1242891"
}
],
"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.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T09:37:49Z",
"details": "important"
}
],
"title": "CVE-2025-46727"
}
]
}
SUSE-SU-2025:01586-2
Vulnerability from csaf_suse - Published: 2025-06-03 09:17 - Updated: 2025-06-03 09:17Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rubygem-rack",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rubygem-rack fixes the following issues:\n\n- CVE-2025-46727: possible memory exhaustion due to unbounded parameter parsing in Rack::QueryParser (bsc#1242894).\n- CVE-2025-32441: deleted sessions can be restored and occupied by unauthenticated users when the Rack::Session::Pool\n middleware is being used (bsc#1242899). \n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1586,SUSE-SLE-Product-HA-15-SP7-2025-1586",
"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-2025_01586-2.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:01586-2",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501586-2/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:01586-2",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021022.html"
},
{
"category": "self",
"summary": "SUSE Bug 1242894",
"url": "https://bugzilla.suse.com/1242894"
},
{
"category": "self",
"summary": "SUSE Bug 1242899",
"url": "https://bugzilla.suse.com/1242899"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-32441 page",
"url": "https://www.suse.com/security/cve/CVE-2025-32441/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46727/"
}
],
"title": "Security update for rubygem-rack",
"tracking": {
"current_release_date": "2025-06-03T09:17:02Z",
"generator": {
"date": "2025-06-03T09:17:02Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:01586-2",
"initial_release_date": "2025-06-03T09:17:02Z",
"revision_history": [
{
"date": "2025-06-03T09:17:02Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"product": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64",
"product": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64",
"product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64",
"product": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64",
"product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.i586",
"product": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.i586",
"product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.i586"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.i586",
"product": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.i586",
"product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.i586"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.i586",
"product": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.i586",
"product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"product": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le",
"product": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le",
"product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le",
"product": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le",
"product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"product": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x",
"product": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x",
"product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x",
"product": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x",
"product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"product": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64",
"product": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64",
"product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64",
"product": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64",
"product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Availability Extension 15 SP7",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension 15 SP7",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-ha:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-32441",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-32441"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-32441",
"url": "https://www.suse.com/security/cve/CVE-2025-32441"
},
{
"category": "external",
"summary": "SUSE Bug 1242897 for CVE-2025-32441",
"url": "https://bugzilla.suse.com/1242897"
}
],
"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 Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-03T09:17:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-32441"
},
{
"cve": "CVE-2025-46727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46727"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46727",
"url": "https://www.suse.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "SUSE Bug 1242891 for CVE-2025-46727",
"url": "https://bugzilla.suse.com/1242891"
}
],
"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 Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-03T09:17:02Z",
"details": "important"
}
],
"title": "CVE-2025-46727"
}
]
}
SUSE-SU-2025:02429-1
Vulnerability from csaf_suse - Published: 2025-07-21 11:04 - Updated: 2025-07-21 11:04Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\n- Update to version 2.23\n- CVE-2025-46727: Fixed Unbounded-Parameter DoS in Rack:QueryParser. (bsc#1242893)\n- CVE-2025-32441: Fixed a bug where simultaneous rack requests can restore a deleted rack session. (bsc#1242898)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2429,SUSE-SLE-Module-Public-Cloud-15-SP3-2025-2429,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2429,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2429,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2429,SUSE-Storage-7.1-2025-2429",
"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-2025_02429-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02429-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502429-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02429-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040821.html"
},
{
"category": "self",
"summary": "SUSE Bug 1236600",
"url": "https://bugzilla.suse.com/1236600"
},
{
"category": "self",
"summary": "SUSE Bug 1236816",
"url": "https://bugzilla.suse.com/1236816"
},
{
"category": "self",
"summary": "SUSE Bug 1236836",
"url": "https://bugzilla.suse.com/1236836"
},
{
"category": "self",
"summary": "SUSE Bug 1237373",
"url": "https://bugzilla.suse.com/1237373"
},
{
"category": "self",
"summary": "SUSE Bug 1242893",
"url": "https://bugzilla.suse.com/1242893"
},
{
"category": "self",
"summary": "SUSE Bug 1242898",
"url": "https://bugzilla.suse.com/1242898"
},
{
"category": "self",
"summary": "SUSE Bug 1244166",
"url": "https://bugzilla.suse.com/1244166"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-32441 page",
"url": "https://www.suse.com/security/cve/CVE-2025-32441/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46727/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2025-07-21T11:04:10Z",
"generator": {
"date": "2025-07-21T11:04:10Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02429-1",
"initial_release_date": "2025-07-21T11:04:10Z",
"revision_history": [
{
"date": "2025-07-21T11:04:10Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150300.3.54.1.aarch64",
"product": {
"name": "rmt-server-2.23-150300.3.54.1.aarch64",
"product_id": "rmt-server-2.23-150300.3.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150300.3.54.1.aarch64",
"product": {
"name": "rmt-server-config-2.23-150300.3.54.1.aarch64",
"product_id": "rmt-server-config-2.23-150300.3.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"product": {
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"product_id": "rmt-server-pubcloud-2.23-150300.3.54.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150300.3.54.1.ppc64le",
"product": {
"name": "rmt-server-2.23-150300.3.54.1.ppc64le",
"product_id": "rmt-server-2.23-150300.3.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150300.3.54.1.ppc64le",
"product": {
"name": "rmt-server-config-2.23-150300.3.54.1.ppc64le",
"product_id": "rmt-server-config-2.23-150300.3.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"product": {
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"product_id": "rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150300.3.54.1.s390x",
"product": {
"name": "rmt-server-2.23-150300.3.54.1.s390x",
"product_id": "rmt-server-2.23-150300.3.54.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150300.3.54.1.s390x",
"product": {
"name": "rmt-server-config-2.23-150300.3.54.1.s390x",
"product_id": "rmt-server-config-2.23-150300.3.54.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"product": {
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"product_id": "rmt-server-pubcloud-2.23-150300.3.54.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150300.3.54.1.x86_64",
"product": {
"name": "rmt-server-2.23-150300.3.54.1.x86_64",
"product_id": "rmt-server-2.23-150300.3.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150300.3.54.1.x86_64",
"product": {
"name": "rmt-server-config-2.23-150300.3.54.1.x86_64",
"product_id": "rmt-server-config-2.23-150300.3.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"product_id": "rmt-server-pubcloud-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.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.23-150300.3.54.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.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.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.s390x"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.ppc64le"
},
"product_reference": "rmt-server-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.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.23-150300.3.54.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.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.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.23-150300.3.54.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150300.3.54.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150300.3.54.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-32441",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-32441"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-32441",
"url": "https://www.suse.com/security/cve/CVE-2025-32441"
},
{
"category": "external",
"summary": "SUSE Bug 1242897 for CVE-2025-32441",
"url": "https://bugzilla.suse.com/1242897"
}
],
"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.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-21T11:04:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-32441"
},
{
"cve": "CVE-2025-46727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46727"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46727",
"url": "https://www.suse.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "SUSE Bug 1242891 for CVE-2025-46727",
"url": "https://bugzilla.suse.com/1242891"
}
],
"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.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-21T11:04:10Z",
"details": "important"
}
],
"title": "CVE-2025-46727"
}
]
}
SUSE-SU-2025:01586-1
Vulnerability from csaf_suse - Published: 2025-05-19 17:23 - Updated: 2025-05-19 17:23Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rubygem-rack",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rubygem-rack fixes the following issues:\n\n- CVE-2025-46727: possible memory exhaustion due to unbounded parameter parsing in Rack::QueryParser (bsc#1242894).\n- CVE-2025-32441: deleted sessions can be restored and occupied by unauthenticated users when the Rack::Session::Pool\n middleware is being used (bsc#1242899). \n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1586,SUSE-SLE-Product-HA-15-SP3-2025-1586,SUSE-SLE-Product-HA-15-SP4-2025-1586,SUSE-SLE-Product-HA-15-SP5-2025-1586,SUSE-SLE-Product-HA-15-SP6-2025-1586,openSUSE-SLE-15.6-2025-1586",
"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-2025_01586-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:01586-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501586-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:01586-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020848.html"
},
{
"category": "self",
"summary": "SUSE Bug 1242894",
"url": "https://bugzilla.suse.com/1242894"
},
{
"category": "self",
"summary": "SUSE Bug 1242899",
"url": "https://bugzilla.suse.com/1242899"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-32441 page",
"url": "https://www.suse.com/security/cve/CVE-2025-32441/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46727/"
}
],
"title": "Security update for rubygem-rack",
"tracking": {
"current_release_date": "2025-05-19T17:23:40Z",
"generator": {
"date": "2025-05-19T17:23:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:01586-1",
"initial_release_date": "2025-05-19T17:23:40Z",
"revision_history": [
{
"date": "2025-05-19T17:23:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"product": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64",
"product": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64",
"product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64",
"product": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64",
"product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.i586",
"product": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.i586",
"product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.i586"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.i586",
"product": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.i586",
"product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.i586"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.i586",
"product": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.i586",
"product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"product": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le",
"product": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le",
"product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le",
"product": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le",
"product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"product": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x",
"product": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x",
"product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x",
"product": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x",
"product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"product": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64",
"product": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64",
"product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64",
"product": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64",
"product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Availability Extension 15 SP3",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension 15 SP3",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-ha:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Availability Extension 15 SP4",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension 15 SP4",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-ha:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Availability Extension 15 SP5",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension 15 SP5",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-ha:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Availability Extension 15 SP6",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension 15 SP6",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-ha:15:sp6"
}
}
},
{
"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": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP3",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP3",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP4",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP4",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP5",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP5",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP6",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP6",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP6",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP6",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64"
},
"product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64"
},
"product_reference": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le"
},
"product_reference": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x"
},
"product_reference": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64"
},
"product_reference": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64"
},
"product_reference": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le"
},
"product_reference": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x"
},
"product_reference": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64"
},
"product_reference": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-32441",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-32441"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-32441",
"url": "https://www.suse.com/security/cve/CVE-2025-32441"
},
{
"category": "external",
"summary": "SUSE Bug 1242897 for CVE-2025-32441",
"url": "https://bugzilla.suse.com/1242897"
}
],
"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 Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-19T17:23:40Z",
"details": "moderate"
}
],
"title": "CVE-2025-32441"
},
{
"cve": "CVE-2025-46727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46727"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46727",
"url": "https://www.suse.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "SUSE Bug 1242891 for CVE-2025-46727",
"url": "https://bugzilla.suse.com/1242891"
}
],
"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 Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x",
"openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-19T17:23:40Z",
"details": "important"
}
],
"title": "CVE-2025-46727"
}
]
}
SUSE-SU-2025:02330-1
Vulnerability from csaf_suse - Published: 2025-07-16 11:10 - Updated: 2025-07-16 11:10Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\n- Update to version 2.23\n- CVE-2025-46727: Fixed Unbounded-Parameter DoS in Rack:QueryParser. (bsc#1242893)\n- CVE-2025-32441: Fixed a bug where simultaneous rack requests can restore a deleted rack session. (bsc#1242898)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2330,SUSE-SLE-Module-Public-Cloud-15-SP7-2025-2330,SUSE-SLE-Module-Server-Applications-15-SP7-2025-2330",
"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-2025_02330-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02330-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502330-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02330-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040726.html"
},
{
"category": "self",
"summary": "SUSE Bug 1242893",
"url": "https://bugzilla.suse.com/1242893"
},
{
"category": "self",
"summary": "SUSE Bug 1242898",
"url": "https://bugzilla.suse.com/1242898"
},
{
"category": "self",
"summary": "SUSE Bug 1244166",
"url": "https://bugzilla.suse.com/1244166"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-32441 page",
"url": "https://www.suse.com/security/cve/CVE-2025-32441/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46727/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2025-07-16T11:10:11Z",
"generator": {
"date": "2025-07-16T11:10:11Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02330-1",
"initial_release_date": "2025-07-16T11:10:11Z",
"revision_history": [
{
"date": "2025-07-16T11:10:11Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150700.3.6.1.aarch64",
"product": {
"name": "rmt-server-2.23-150700.3.6.1.aarch64",
"product_id": "rmt-server-2.23-150700.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150700.3.6.1.aarch64",
"product": {
"name": "rmt-server-config-2.23-150700.3.6.1.aarch64",
"product_id": "rmt-server-config-2.23-150700.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"product": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"product_id": "rmt-server-pubcloud-2.23-150700.3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150700.3.6.1.ppc64le",
"product": {
"name": "rmt-server-2.23-150700.3.6.1.ppc64le",
"product_id": "rmt-server-2.23-150700.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150700.3.6.1.ppc64le",
"product": {
"name": "rmt-server-config-2.23-150700.3.6.1.ppc64le",
"product_id": "rmt-server-config-2.23-150700.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"product": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"product_id": "rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150700.3.6.1.s390x",
"product": {
"name": "rmt-server-2.23-150700.3.6.1.s390x",
"product_id": "rmt-server-2.23-150700.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150700.3.6.1.s390x",
"product": {
"name": "rmt-server-config-2.23-150700.3.6.1.s390x",
"product_id": "rmt-server-config-2.23-150700.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"product": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"product_id": "rmt-server-pubcloud-2.23-150700.3.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150700.3.6.1.x86_64",
"product": {
"name": "rmt-server-2.23-150700.3.6.1.x86_64",
"product_id": "rmt-server-2.23-150700.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150700.3.6.1.x86_64",
"product": {
"name": "rmt-server-config-2.23-150700.3.6.1.x86_64",
"product_id": "rmt-server-config-2.23-150700.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"product_id": "rmt-server-pubcloud-2.23-150700.3.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150700.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64"
},
"product_reference": "rmt-server-2.23-150700.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150700.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le"
},
"product_reference": "rmt-server-2.23-150700.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150700.3.6.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x"
},
"product_reference": "rmt-server-2.23-150700.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150700.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64"
},
"product_reference": "rmt-server-2.23-150700.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150700.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150700.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150700.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150700.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150700.3.6.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x"
},
"product_reference": "rmt-server-config-2.23-150700.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150700.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150700.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-32441",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-32441"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-32441",
"url": "https://www.suse.com/security/cve/CVE-2025-32441"
},
{
"category": "external",
"summary": "SUSE Bug 1242897 for CVE-2025-32441",
"url": "https://bugzilla.suse.com/1242897"
}
],
"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 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T11:10:11Z",
"details": "moderate"
}
],
"title": "CVE-2025-32441"
},
{
"cve": "CVE-2025-46727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46727"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46727",
"url": "https://www.suse.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "SUSE Bug 1242891 for CVE-2025-46727",
"url": "https://bugzilla.suse.com/1242891"
}
],
"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 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T11:10:11Z",
"details": "important"
}
],
"title": "CVE-2025-46727"
}
]
}
SUSE-SU-2025:02564-1
Vulnerability from csaf_suse - Published: 2025-07-31 06:26 - Updated: 2025-07-31 06:26Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\n- Update to version 2.23\n- CVE-2025-46727: Fixed Unbounded-Parameter DoS in Rack:QueryParser. (bsc#1242893)\n- CVE-2025-32441: Fixed a bug where simultaneous rack requests can restore a deleted rack session. (bsc#1242898)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2564,SUSE-SLE-Module-Public-Cloud-15-SP5-2025-2564,SUSE-SLE-Module-Public-Cloud-15-SP6-2025-2564,SUSE-SLE-Module-Server-Applications-15-SP6-2025-2564,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2564,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2564,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2564,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2564,openSUSE-SLE-15.6-2025-2564",
"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-2025_02564-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02564-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502564-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02564-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040971.html"
},
{
"category": "self",
"summary": "SUSE Bug 1242893",
"url": "https://bugzilla.suse.com/1242893"
},
{
"category": "self",
"summary": "SUSE Bug 1242898",
"url": "https://bugzilla.suse.com/1242898"
},
{
"category": "self",
"summary": "SUSE Bug 1244166",
"url": "https://bugzilla.suse.com/1244166"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-32441 page",
"url": "https://www.suse.com/security/cve/CVE-2025-32441/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46727/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2025-07-31T06:26:40Z",
"generator": {
"date": "2025-07-31T06:26:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02564-1",
"initial_release_date": "2025-07-31T06:26:40Z",
"revision_history": [
{
"date": "2025-07-31T06:26:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150500.3.34.2.aarch64",
"product": {
"name": "rmt-server-2.23-150500.3.34.2.aarch64",
"product_id": "rmt-server-2.23-150500.3.34.2.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150500.3.34.2.aarch64",
"product": {
"name": "rmt-server-config-2.23-150500.3.34.2.aarch64",
"product_id": "rmt-server-config-2.23-150500.3.34.2.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"product": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"product_id": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150500.3.34.2.ppc64le",
"product": {
"name": "rmt-server-2.23-150500.3.34.2.ppc64le",
"product_id": "rmt-server-2.23-150500.3.34.2.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150500.3.34.2.ppc64le",
"product": {
"name": "rmt-server-config-2.23-150500.3.34.2.ppc64le",
"product_id": "rmt-server-config-2.23-150500.3.34.2.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"product": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"product_id": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150500.3.34.2.s390x",
"product": {
"name": "rmt-server-2.23-150500.3.34.2.s390x",
"product_id": "rmt-server-2.23-150500.3.34.2.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150500.3.34.2.s390x",
"product": {
"name": "rmt-server-config-2.23-150500.3.34.2.s390x",
"product_id": "rmt-server-config-2.23-150500.3.34.2.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"product": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"product_id": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150500.3.34.2.x86_64",
"product": {
"name": "rmt-server-2.23-150500.3.34.2.x86_64",
"product_id": "rmt-server-2.23-150500.3.34.2.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"product": {
"name": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"product_id": "rmt-server-config-2.23-150500.3.34.2.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"product_id": "rmt-server-pubcloud-2.23-150500.3.34.2.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 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": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"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.23-150500.3.34.2.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.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.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.23-150500.3.34.2.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.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.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.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-32441",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-32441"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-32441",
"url": "https://www.suse.com/security/cve/CVE-2025-32441"
},
{
"category": "external",
"summary": "SUSE Bug 1242897 for CVE-2025-32441",
"url": "https://bugzilla.suse.com/1242897"
}
],
"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 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-31T06:26:40Z",
"details": "moderate"
}
],
"title": "CVE-2025-32441"
},
{
"cve": "CVE-2025-46727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46727"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46727",
"url": "https://www.suse.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "SUSE Bug 1242891 for CVE-2025-46727",
"url": "https://bugzilla.suse.com/1242891"
}
],
"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 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-31T06:26:40Z",
"details": "important"
}
],
"title": "CVE-2025-46727"
}
]
}
GHSA-GJH7-P2FX-99VX
Vulnerability from github – Published: 2025-05-08 14:45 – Updated: 2025-05-09 14:35Summary
Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters.
Details
The vulnerability arises because Rack::QueryParser iterates over each &-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing.
Impact
An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted.
Mitigation
- Update to a version of Rack that limits the number of parameters parsed, or
- Use middleware to enforce a maximum query string size or parameter count, or
- Employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies.
Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.
{
"affected": [
{
"package": {
"ecosystem": "RubyGems",
"name": "rack"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.2.14"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "RubyGems",
"name": "rack"
},
"ranges": [
{
"events": [
{
"introduced": "3.0"
},
{
"fixed": "3.0.16"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "RubyGems",
"name": "rack"
},
"ranges": [
{
"events": [
{
"introduced": "3.1"
},
{
"fixed": "3.1.14"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2025-46727"
],
"database_specific": {
"cwe_ids": [
"CWE-400"
],
"github_reviewed": true,
"github_reviewed_at": "2025-05-08T14:45:48Z",
"nvd_published_at": "2025-05-07T23:15:54Z",
"severity": "HIGH"
},
"details": "## Summary\n\n`Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters.\n\n## Details\n\nThe vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing.\n\n## Impact\n\nAn attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted.\n\n## Mitigation\n\n- Update to a version of Rack that limits the number of parameters parsed, or\n- Use middleware to enforce a maximum query string size or parameter count, or\n- Employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies.\n\nLimiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.",
"id": "GHSA-gjh7-p2fx-99vx",
"modified": "2025-05-09T14:35:11Z",
"published": "2025-05-08T14:45:48Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"type": "WEB",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"type": "WEB",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"type": "WEB",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"type": "PACKAGE",
"url": "https://github.com/rack/rack"
},
{
"type": "WEB",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2025-46727.yml"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "Rack has an Unbounded-Parameter DoS in Rack::QueryParser"
}
RHSA-2025:7605
Vulnerability from csaf_redhat - Published: 2025-05-14 14:14 - Updated: 2026-02-03 20:09Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "A new release is now available for Red Hat Satellite 6.16 for RHEL 8 and 9.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\nUsers of Red Hat Satellite are advised to upgrade to these updated\npackages, which fix these bugs.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7605",
"url": "https://access.redhat.com/errata/RHSA-2025:7605"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index"
},
{
"category": "external",
"summary": "2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "SAT-33429",
"url": "https://issues.redhat.com/browse/SAT-33429"
},
{
"category": "external",
"summary": "SAT-33430",
"url": "https://issues.redhat.com/browse/SAT-33430"
},
{
"category": "external",
"summary": "SAT-33431",
"url": "https://issues.redhat.com/browse/SAT-33431"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7605.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.16.5.1 Async Update",
"tracking": {
"current_release_date": "2026-02-03T20:09:35+00:00",
"generator": {
"date": "2026-02-03T20:09:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2025:7605",
"initial_release_date": "2025-05-14T14:14:20+00:00",
"revision_history": [
{
"date": "2025-05-14T14:14:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-14T14:14:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:09:35+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.16::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.16::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "python-pulpcore-0:3.49.39-1.el8pc.src",
"product": {
"name": "python-pulpcore-0:3.49.39-1.el8pc.src",
"product_id": "python-pulpcore-0:3.49.39-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.49.39-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-rpm-0:3.26.5-1.el8pc.src",
"product": {
"name": "python-pulp-rpm-0:3.26.5-1.el8pc.src",
"product_id": "python-pulp-rpm-0:3.26.5-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-rpm@3.26.5-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.13-1.el8sat.src",
"product": {
"name": "rubygem-katello-0:4.14.0.13-1.el8sat.src",
"product_id": "rubygem-katello-0:4.14.0.13-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.13-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.5.1-1.el8sat.src",
"product": {
"name": "satellite-0:6.16.5.1-1.el8sat.src",
"product_id": "satellite-0:6.16.5.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.5.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.14-1.el8sat.src",
"product": {
"name": "rubygem-rack-0:2.2.14-1.el8sat.src",
"product_id": "rubygem-rack-0:2.2.14-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulpcore-0:3.49.39-1.el9pc.src",
"product": {
"name": "python-pulpcore-0:3.49.39-1.el9pc.src",
"product_id": "python-pulpcore-0:3.49.39-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.49.39-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-rpm-0:3.26.5-1.el9pc.src",
"product": {
"name": "python-pulp-rpm-0:3.26.5-1.el9pc.src",
"product_id": "python-pulp-rpm-0:3.26.5-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-rpm@3.26.5-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.13-1.el9sat.src",
"product": {
"name": "rubygem-katello-0:4.14.0.13-1.el9sat.src",
"product_id": "rubygem-katello-0:4.14.0.13-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.13-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.5.1-1.el9sat.src",
"product": {
"name": "satellite-0:6.16.5.1-1.el9sat.src",
"product_id": "satellite-0:6.16.5.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.5.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.14-1.el9sat.src",
"product": {
"name": "rubygem-rack-0:2.2.14-1.el9sat.src",
"product_id": "rubygem-rack-0:2.2.14-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el9sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch",
"product": {
"name": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch",
"product_id": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.39-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch",
"product": {
"name": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch",
"product_id": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-rpm@3.26.5-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.13-1.el8sat.noarch",
"product": {
"name": "rubygem-katello-0:4.14.0.13-1.el8sat.noarch",
"product_id": "rubygem-katello-0:4.14.0.13-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.13-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"product": {
"name": "satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"product_id": "satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.16.5.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"product": {
"name": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"product_id": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.16.5.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.16.5.1-1.el8sat.noarch",
"product": {
"name": "satellite-common-0:6.16.5.1-1.el8sat.noarch",
"product_id": "satellite-common-0:6.16.5.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.16.5.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.5.1-1.el8sat.noarch",
"product": {
"name": "satellite-0:6.16.5.1-1.el8sat.noarch",
"product_id": "satellite-0:6.16.5.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.5.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.14-1.el8sat.noarch",
"product": {
"name": "rubygem-rack-0:2.2.14-1.el8sat.noarch",
"product_id": "rubygem-rack-0:2.2.14-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch",
"product": {
"name": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch",
"product_id": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.39-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch",
"product": {
"name": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch",
"product_id": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-rpm@3.26.5-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.13-1.el9sat.noarch",
"product": {
"name": "rubygem-katello-0:4.14.0.13-1.el9sat.noarch",
"product_id": "rubygem-katello-0:4.14.0.13-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.13-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"product": {
"name": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"product_id": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.16.5.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.16.5.1-1.el9sat.noarch",
"product": {
"name": "satellite-common-0:6.16.5.1-1.el9sat.noarch",
"product_id": "satellite-common-0:6.16.5.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.16.5.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.5.1-1.el9sat.noarch",
"product": {
"name": "satellite-0:6.16.5.1-1.el9sat.noarch",
"product_id": "satellite-0:6.16.5.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.5.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"product": {
"name": "satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"product_id": "satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.16.5.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.14-1.el9sat.noarch",
"product": {
"name": "rubygem-rack-0:2.2.14-1.el9sat.noarch",
"product_id": "rubygem-rack-0:2.2.14-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el9sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.26.5-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el8pc.src"
},
"product_reference": "python-pulp-rpm-0:3.26.5-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.49.39-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el8pc.src"
},
"product_reference": "python-pulpcore-0:3.49.39-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.16.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.5.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.src"
},
"product_reference": "satellite-0:6.16.5.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.16.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.16.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.5.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.src"
},
"product_reference": "satellite-0:6.16.5.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.16.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.26.5-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el8pc.src"
},
"product_reference": "python-pulp-rpm-0:3.26.5-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.49.39-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el8pc.src"
},
"product_reference": "python-pulpcore-0:3.49.39-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.13-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.noarch"
},
"product_reference": "rubygem-katello-0:4.14.0.13-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.13-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.src"
},
"product_reference": "rubygem-katello-0:4.14.0.13-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.16.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.5.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.src"
},
"product_reference": "satellite-0:6.16.5.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.16.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.26.5-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el9pc.src"
},
"product_reference": "python-pulp-rpm-0:3.26.5-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.49.39-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el9pc.src"
},
"product_reference": "python-pulpcore-0:3.49.39-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.src"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.noarch"
},
"product_reference": "satellite-0:6.16.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.5.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.src"
},
"product_reference": "satellite-0:6.16.5.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.16.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.noarch"
},
"product_reference": "satellite-0:6.16.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.5.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.src"
},
"product_reference": "satellite-0:6.16.5.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.16.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.26.5-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el9pc.src"
},
"product_reference": "python-pulp-rpm-0:3.26.5-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.49.39-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el9pc.src"
},
"product_reference": "python-pulpcore-0:3.49.39-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.13-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.noarch"
},
"product_reference": "rubygem-katello-0:4.14.0.13-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.13-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.src"
},
"product_reference": "rubygem-katello-0:4.14.0.13-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.src"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.noarch"
},
"product_reference": "satellite-0:6.16.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.5.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.src"
},
"product_reference": "satellite-0:6.16.5.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.16.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-08T00:00:45.681503+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el8sat.noarch",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el9sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.src"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el8sat.noarch",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el9sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "RHBZ#2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"release_date": "2025-05-07T23:07:40.563000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-14T14:14:20+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7605"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el8sat.noarch",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el9sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser"
}
]
}
RHSA-2025:8290
Vulnerability from csaf_redhat - Published: 2025-05-29 06:28 - Updated: 2026-02-03 20:09Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for pcs is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\n* tornado: Tornado Multipart Form-Data Denial of Service (CVE-2025-47287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8290",
"url": "https://access.redhat.com/errata/RHSA-2025:8290"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "2366703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8290.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-02-03T20:09:39+00:00",
"generator": {
"date": "2026-02-03T20:09:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2025:8290",
"initial_release_date": "2025-05-29T06:28:14+00:00",
"revision_history": [
{
"date": "2025-05-29T06:28:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-29T06:28:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:09:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::highavailability"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.12-6.el8_6.8.src",
"product": {
"name": "pcs-0:0.10.12-6.el8_6.8.src",
"product_id": "pcs-0:0.10.12-6.el8_6.8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.12-6.el8_6.8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.12-6.el8_6.8.ppc64le",
"product": {
"name": "pcs-0:0.10.12-6.el8_6.8.ppc64le",
"product_id": "pcs-0:0.10.12-6.el8_6.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.12-6.el8_6.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le",
"product": {
"name": "pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le",
"product_id": "pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.12-6.el8_6.8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.12-6.el8_6.8.x86_64",
"product": {
"name": "pcs-0:0.10.12-6.el8_6.8.x86_64",
"product_id": "pcs-0:0.10.12-6.el8_6.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.12-6.el8_6.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64",
"product": {
"name": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64",
"product_id": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.12-6.el8_6.8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.12-6.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le"
},
"product_reference": "pcs-0:0.10.12-6.el8_6.8.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.12-6.el8_6.8.src as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src"
},
"product_reference": "pcs-0:0.10.12-6.el8_6.8.src",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.12-6.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64"
},
"product_reference": "pcs-0:0.10.12-6.el8_6.8.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le"
},
"product_reference": "pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.12-6.el8_6.8.src as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src"
},
"product_reference": "pcs-0:0.10.12-6.el8_6.8.src",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.12-6.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64"
},
"product_reference": "pcs-0:0.10.12-6.el8_6.8.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-08T00:00:45.681503+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "RHBZ#2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"release_date": "2025-05-07T23:07:40.563000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-29T06:28:14+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8290"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser"
},
{
"cve": "CVE-2025-47287",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-15T22:00:49.780609+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2366703"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Tornado. This vulnerability can lead to a a denial of service by generating an extremely high volume of log entries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado: Tornado Multipart Form-Data Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Important because it leverages the synchronous nature of the logging subsystem to induce a DoS condition. Specifically, malformed multipart/form-data payloads cause repeated, blocking log writes, which stall the event loop that underpins Tornado\u2019s asynchronous architecture. Furthermore, because the vulnerable multipart parser is enabled by default, applications that are otherwise well-secured and do not even use file uploads can still be targeted unless they explicitly block these requests at a proxy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47287"
},
{
"category": "external",
"summary": "RHBZ#2366703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3",
"url": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m"
}
],
"release_date": "2025-05-15T21:17:55.188000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-29T06:28:14+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8290"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le",
"HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src",
"HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64",
"HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tornado: Tornado Multipart Form-Data Denial of Service"
}
]
}
RHSA-2025:9838
Vulnerability from csaf_redhat - Published: 2025-06-26 16:06 - Updated: 2026-02-03 20:10Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Satellite 6.15 for RHEL 8.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nSecurity Fix(es):\n\n* cjson: segmentation violation in function cJSON_InsertItemInArray (CVE-2023-50471)\n\n* cjson: segmentation violation in function cJSON_SetValuestring (CVE-2023-50472)\n\n* cjson: segmentation violation trigger through the second parameter of function cJSON_SetValuestring at cJSON.c (CVE-2024-31755)\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\n* python-sqlparse: sqlparse: parsing heavily nested list leads to denial of service (CVE-2024-4340)\n\nUsers of Red Hat Satellite are advised to upgrade to these updated\npackages, which fix these bugs.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:9838",
"url": "https://access.redhat.com/errata/RHSA-2025:9838"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index"
},
{
"category": "external",
"summary": "2254641",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254641"
},
{
"category": "external",
"summary": "2254643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254643"
},
{
"category": "external",
"summary": "2277268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277268"
},
{
"category": "external",
"summary": "2278038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278038"
},
{
"category": "external",
"summary": "2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9838.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.15.5.3 Async Update",
"tracking": {
"current_release_date": "2026-02-03T20:10:05+00:00",
"generator": {
"date": "2026-02-03T20:10:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2025:9838",
"initial_release_date": "2025-06-26T16:06:18+00:00",
"revision_history": [
{
"date": "2025-06-26T16:06:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-26T16:06:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:10:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.15::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.15::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "cjson-0:1.7.18-1.el8sat.src",
"product": {
"name": "cjson-0:1.7.18-1.el8sat.src",
"product_id": "cjson-0:1.7.18-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson@1.7.18-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sqlparse-0:0.5.0-1.el8pc.src",
"product": {
"name": "python-sqlparse-0:0.5.0-1.el8pc.src",
"product_id": "python-sqlparse-0:0.5.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlparse@0.5.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"product": {
"name": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"product_id": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@9.0.61-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.14-1.el8sat.src",
"product": {
"name": "rubygem-rack-0:2.2.14-1.el8sat.src",
"product_id": "rubygem-rack-0:2.2.14-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.15.5.3-1.el8sat.src",
"product": {
"name": "satellite-0:6.15.5.3-1.el8sat.src",
"product_id": "satellite-0:6.15.5.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.15.5.3-1.el8sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjson-0:1.7.18-1.el8sat.x86_64",
"product": {
"name": "cjson-0:1.7.18-1.el8sat.x86_64",
"product_id": "cjson-0:1.7.18-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson@1.7.18-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"product": {
"name": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"product_id": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson-debugsource@1.7.18-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"product": {
"name": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"product_id": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson-debuginfo@1.7.18-1.el8sat?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"product": {
"name": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"product_id": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-sqlparse@0.5.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"product_id": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@9.0.61-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.14-1.el8sat.noarch",
"product": {
"name": "rubygem-rack-0:2.2.14-1.el8sat.noarch",
"product_id": "rubygem-rack-0:2.2.14-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.15.5.3-1.el8sat.noarch",
"product": {
"name": "satellite-0:6.15.5.3-1.el8sat.noarch",
"product_id": "satellite-0:6.15.5.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.15.5.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"product": {
"name": "satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"product_id": "satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.15.5.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.15.5.3-1.el8sat.noarch",
"product": {
"name": "satellite-common-0:6.15.5.3-1.el8sat.noarch",
"product_id": "satellite-common-0:6.15.5.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.15.5.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"product": {
"name": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"product_id": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.15.5.3-1.el8sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.18-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src"
},
"product_reference": "cjson-0:1.7.18-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64"
},
"product_reference": "cjson-0:1.7.18-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64"
},
"product_reference": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64"
},
"product_reference": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.5.0-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src"
},
"product_reference": "python-sqlparse-0:0.5.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch"
},
"product_reference": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.15.5.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.3-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src"
},
"product_reference": "satellite-0:6.15.5.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.15.5.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.15.5.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.3-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src"
},
"product_reference": "satellite-0:6.15.5.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.15.5.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.18-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src"
},
"product_reference": "cjson-0:1.7.18-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64"
},
"product_reference": "cjson-0:1.7.18-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64"
},
"product_reference": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64"
},
"product_reference": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.5.0-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src"
},
"product_reference": "python-sqlparse-0:0.5.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch"
},
"product_reference": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src"
},
"product_reference": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.15.5.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.3-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src"
},
"product_reference": "satellite-0:6.15.5.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.15.5.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-50471",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2023-12-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254641"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in the cJSON package. Certain input conditions may trigger a null pointer dereference, which can lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjson: segmentation violation in function cJSON_InsertItemInArray",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-50471"
},
{
"category": "external",
"summary": "RHBZ#2254641",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254641"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-50471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-50471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50471"
}
],
"release_date": "2023-12-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T16:06:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9838"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cjson: segmentation violation in function cJSON_InsertItemInArray"
},
{
"cve": "CVE-2023-50472",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2023-12-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254643"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in the cJSON package. Certain input conditions may trigger a null pointer dereference, which can lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjson: segmentation violation in function cJSON_SetValuestring",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-50472"
},
{
"category": "external",
"summary": "RHBZ#2254643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254643"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-50472",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50472"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-50472",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50472"
}
],
"release_date": "2023-12-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T16:06:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9838"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cjson: segmentation violation in function cJSON_SetValuestring"
},
{
"cve": "CVE-2024-4340",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-04-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2278038"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in sqlparse. This issue occurs in a heavily nested list in sqlparse.parse(), where a recursion error may be triggered, which can lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlparse: parsing heavily nested list leads to denial of service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch"
],
"known_not_affected": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4340"
},
{
"category": "external",
"summary": "RHBZ#2278038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278038"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4340",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4340"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4340",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4340"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-2m57-hf25-phgg",
"url": "https://github.com/advisories/GHSA-2m57-hf25-phgg"
}
],
"release_date": "2024-04-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T16:06:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9838"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "sqlparse: parsing heavily nested list leads to denial of service"
},
{
"cve": "CVE-2024-31755",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"discovery_date": "2024-04-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2277268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cJSON. This issue contains a segmentation violation, which can trigger through the second parameter of the cJSON_SetValuestring function at cJSON.c.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjson: segmentation violation trigger through the second parameter of function cJSON_SetValuestring at cJSON.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Satellite 6.15 is affected by this vulnerability as it ships a vulnerable version of cjSON.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-31755"
},
{
"category": "external",
"summary": "RHBZ#2277268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-31755",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31755"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-31755",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31755"
},
{
"category": "external",
"summary": "https://github.com/DaveGamble/cJSON/issues/839",
"url": "https://github.com/DaveGamble/cJSON/issues/839"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-5g69-hr8r-x577",
"url": "https://github.com/advisories/GHSA-5g69-hr8r-x577"
}
],
"release_date": "2024-04-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T16:06:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9838"
},
{
"category": "workaround",
"details": "Currently, there\u0027s no available mitigation that matches Red Hat\u0027s mitigation criteria other than updating the affected packages.",
"product_ids": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cjson: segmentation violation trigger through the second parameter of function cJSON_SetValuestring at cJSON.c"
},
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-08T00:00:45.681503+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src"
],
"known_not_affected": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "RHBZ#2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"release_date": "2025-05-07T23:07:40.563000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T16:06:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9838"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src",
"8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64",
"8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser"
}
]
}
RHSA-2025:8279
Vulnerability from csaf_redhat - Published: 2025-05-28 23:37 - Updated: 2026-02-03 20:09Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for pcs is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\n* tornado: Tornado Multipart Form-Data Denial of Service (CVE-2025-47287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8279",
"url": "https://access.redhat.com/errata/RHSA-2025:8279"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "2366703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8279.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-02-03T20:09:39+00:00",
"generator": {
"date": "2026-02-03T20:09:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2025:8279",
"initial_release_date": "2025-05-28T23:37:50+00:00",
"revision_history": [
{
"date": "2025-05-28T23:37:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-28T23:37:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:09:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.15-4.el8_8.6.src",
"product": {
"name": "pcs-0:0.10.15-4.el8_8.6.src",
"product_id": "pcs-0:0.10.15-4.el8_8.6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.15-4.el8_8.6.ppc64le",
"product": {
"name": "pcs-0:0.10.15-4.el8_8.6.ppc64le",
"product_id": "pcs-0:0.10.15-4.el8_8.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"product": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"product_id": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.15-4.el8_8.6.x86_64",
"product": {
"name": "pcs-0:0.10.15-4.el8_8.6.x86_64",
"product_id": "pcs-0:0.10.15-4.el8_8.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64",
"product": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64",
"product_id": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.15-4.el8_8.6.s390x",
"product": {
"name": "pcs-0:0.10.15-4.el8_8.6.s390x",
"product_id": "pcs-0:0.10.15-4.el8_8.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"product": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"product_id": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.15-4.el8_8.6.aarch64",
"product": {
"name": "pcs-0:0.10.15-4.el8_8.6.aarch64",
"product_id": "pcs-0:0.10.15-4.el8_8.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"product": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"product_id": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.6.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.6.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.6.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.6.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.6.src as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.6.src",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.6.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64"
},
"product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le"
},
"product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x"
},
"product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.6.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.6.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.6.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.6.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.6.src",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.6.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64"
},
"product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le"
},
"product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x"
},
"product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-08T00:00:45.681503+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "RHBZ#2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"release_date": "2025-05-07T23:07:40.563000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T23:37:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8279"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser"
},
{
"cve": "CVE-2025-47287",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-15T22:00:49.780609+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2366703"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Tornado. This vulnerability can lead to a a denial of service by generating an extremely high volume of log entries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado: Tornado Multipart Form-Data Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Important because it leverages the synchronous nature of the logging subsystem to induce a DoS condition. Specifically, malformed multipart/form-data payloads cause repeated, blocking log writes, which stall the event loop that underpins Tornado\u2019s asynchronous architecture. Furthermore, because the vulnerable multipart parser is enabled by default, applications that are otherwise well-secured and do not even use file uploads can still be targeted unless they explicitly block these requests at a proxy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47287"
},
{
"category": "external",
"summary": "RHBZ#2366703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3",
"url": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m"
}
],
"release_date": "2025-05-15T21:17:55.188000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T23:37:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8279"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src",
"ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x",
"ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tornado: Tornado Multipart Form-Data Denial of Service"
}
]
}
RHSA-2025:8319
Vulnerability from csaf_redhat - Published: 2025-05-29 15:50 - Updated: 2026-02-03 20:09Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for pcs is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8319",
"url": "https://access.redhat.com/errata/RHSA-2025:8319"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8319.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-02-03T20:09:38+00:00",
"generator": {
"date": "2026-02-03T20:09:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2025:8319",
"initial_release_date": "2025-05-29T15:50:31+00:00",
"revision_history": [
{
"date": "2025-05-29T15:50:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-29T15:50:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:09:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux High Availability (v. 10)",
"product_id": "HighAvailability-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch",
"product": {
"name": "cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch",
"product_id": "cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-ha-cluster@0.12.0-3.el10_0.2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.12.0-3.el10_0.2.src",
"product": {
"name": "pcs-0:0.12.0-3.el10_0.2.src",
"product_id": "pcs-0:0.12.0-3.el10_0.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.12.0-3.el10_0.2.aarch64",
"product": {
"name": "pcs-0:0.12.0-3.el10_0.2.aarch64",
"product_id": "pcs-0:0.12.0-3.el10_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.12.0-3.el10_0.2.aarch64",
"product": {
"name": "pcs-snmp-0:0.12.0-3.el10_0.2.aarch64",
"product_id": "pcs-snmp-0:0.12.0-3.el10_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.12.0-3.el10_0.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.12.0-3.el10_0.2.ppc64le",
"product": {
"name": "pcs-0:0.12.0-3.el10_0.2.ppc64le",
"product_id": "pcs-0:0.12.0-3.el10_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le",
"product": {
"name": "pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le",
"product_id": "pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.12.0-3.el10_0.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.12.0-3.el10_0.2.x86_64",
"product": {
"name": "pcs-0:0.12.0-3.el10_0.2.x86_64",
"product_id": "pcs-0:0.12.0-3.el10_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.12.0-3.el10_0.2.x86_64",
"product": {
"name": "pcs-snmp-0:0.12.0-3.el10_0.2.x86_64",
"product_id": "pcs-snmp-0:0.12.0-3.el10_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.12.0-3.el10_0.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.12.0-3.el10_0.2.s390x",
"product": {
"name": "pcs-0:0.12.0-3.el10_0.2.s390x",
"product_id": "pcs-0:0.12.0-3.el10_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.12.0-3.el10_0.2.s390x",
"product": {
"name": "pcs-snmp-0:0.12.0-3.el10_0.2.s390x",
"product_id": "pcs-snmp-0:0.12.0-3.el10_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.12.0-3.el10_0.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch as a component of Red Hat Enterprise Linux High Availability (v. 10)",
"product_id": "HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch"
},
"product_reference": "cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch",
"relates_to_product_reference": "HighAvailability-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.12.0-3.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 10)",
"product_id": "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.aarch64"
},
"product_reference": "pcs-0:0.12.0-3.el10_0.2.aarch64",
"relates_to_product_reference": "HighAvailability-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.12.0-3.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 10)",
"product_id": "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.ppc64le"
},
"product_reference": "pcs-0:0.12.0-3.el10_0.2.ppc64le",
"relates_to_product_reference": "HighAvailability-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.12.0-3.el10_0.2.s390x as a component of Red Hat Enterprise Linux High Availability (v. 10)",
"product_id": "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.s390x"
},
"product_reference": "pcs-0:0.12.0-3.el10_0.2.s390x",
"relates_to_product_reference": "HighAvailability-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.12.0-3.el10_0.2.src as a component of Red Hat Enterprise Linux High Availability (v. 10)",
"product_id": "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.src"
},
"product_reference": "pcs-0:0.12.0-3.el10_0.2.src",
"relates_to_product_reference": "HighAvailability-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.12.0-3.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 10)",
"product_id": "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.x86_64"
},
"product_reference": "pcs-0:0.12.0-3.el10_0.2.x86_64",
"relates_to_product_reference": "HighAvailability-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.12.0-3.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 10)",
"product_id": "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.aarch64"
},
"product_reference": "pcs-snmp-0:0.12.0-3.el10_0.2.aarch64",
"relates_to_product_reference": "HighAvailability-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 10)",
"product_id": "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le"
},
"product_reference": "pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le",
"relates_to_product_reference": "HighAvailability-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.12.0-3.el10_0.2.s390x as a component of Red Hat Enterprise Linux High Availability (v. 10)",
"product_id": "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.s390x"
},
"product_reference": "pcs-snmp-0:0.12.0-3.el10_0.2.s390x",
"relates_to_product_reference": "HighAvailability-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.12.0-3.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 10)",
"product_id": "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.x86_64"
},
"product_reference": "pcs-snmp-0:0.12.0-3.el10_0.2.x86_64",
"relates_to_product_reference": "HighAvailability-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-08T00:00:45.681503+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "RHBZ#2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"release_date": "2025-05-07T23:07:40.563000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-29T15:50:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8319"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser"
}
]
}
RHSA-2025:8288
Vulnerability from csaf_redhat - Published: 2025-05-29 06:28 - Updated: 2026-02-03 20:09Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for pcs is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8288",
"url": "https://access.redhat.com/errata/RHSA-2025:8288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8288.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-02-03T20:09:39+00:00",
"generator": {
"date": "2026-02-03T20:09:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2025:8288",
"initial_release_date": "2025-05-29T06:28:46+00:00",
"revision_history": [
{
"date": "2025-05-29T06:28:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-29T06:28:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:09:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.7-2.el9_4.4.src",
"product": {
"name": "pcs-0:0.11.7-2.el9_4.4.src",
"product_id": "pcs-0:0.11.7-2.el9_4.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4.4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.7-2.el9_4.4.aarch64",
"product": {
"name": "pcs-0:0.11.7-2.el9_4.4.aarch64",
"product_id": "pcs-0:0.11.7-2.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64",
"product": {
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64",
"product_id": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.7-2.el9_4.4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.7-2.el9_4.4.ppc64le",
"product": {
"name": "pcs-0:0.11.7-2.el9_4.4.ppc64le",
"product_id": "pcs-0:0.11.7-2.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le",
"product": {
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le",
"product_id": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.7-2.el9_4.4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.7-2.el9_4.4.x86_64",
"product": {
"name": "pcs-0:0.11.7-2.el9_4.4.x86_64",
"product_id": "pcs-0:0.11.7-2.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64",
"product": {
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64",
"product_id": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.7-2.el9_4.4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.7-2.el9_4.4.s390x",
"product": {
"name": "pcs-0:0.11.7-2.el9_4.4.s390x",
"product_id": "pcs-0:0.11.7-2.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x",
"product": {
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x",
"product_id": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.7-2.el9_4.4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.7-2.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64"
},
"product_reference": "pcs-0:0.11.7-2.el9_4.4.aarch64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.7-2.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le"
},
"product_reference": "pcs-0:0.11.7-2.el9_4.4.ppc64le",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.7-2.el9_4.4.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x"
},
"product_reference": "pcs-0:0.11.7-2.el9_4.4.s390x",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.7-2.el9_4.4.src as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src"
},
"product_reference": "pcs-0:0.11.7-2.el9_4.4.src",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.7-2.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64"
},
"product_reference": "pcs-0:0.11.7-2.el9_4.4.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64"
},
"product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le"
},
"product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x"
},
"product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64"
},
"product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.7-2.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64"
},
"product_reference": "pcs-0:0.11.7-2.el9_4.4.aarch64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.7-2.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le"
},
"product_reference": "pcs-0:0.11.7-2.el9_4.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.7-2.el9_4.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x"
},
"product_reference": "pcs-0:0.11.7-2.el9_4.4.s390x",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.7-2.el9_4.4.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src"
},
"product_reference": "pcs-0:0.11.7-2.el9_4.4.src",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.7-2.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64"
},
"product_reference": "pcs-0:0.11.7-2.el9_4.4.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64"
},
"product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le"
},
"product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x"
},
"product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64"
},
"product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-08T00:00:45.681503+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64",
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le",
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x",
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src",
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64",
"HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64",
"HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le",
"HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x",
"HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64",
"ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64",
"ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x",
"ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "RHBZ#2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"release_date": "2025-05-07T23:07:40.563000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-29T06:28:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64",
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le",
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x",
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src",
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64",
"HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64",
"HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le",
"HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x",
"HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64",
"ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64",
"ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x",
"ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8288"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64",
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le",
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x",
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src",
"HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64",
"HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64",
"HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le",
"HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x",
"HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src",
"ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64",
"ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64",
"ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x",
"ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser"
}
]
}
RHSA-2025:8289
Vulnerability from csaf_redhat - Published: 2025-05-29 06:28 - Updated: 2026-02-03 20:09Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for pcs is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8289",
"url": "https://access.redhat.com/errata/RHSA-2025:8289"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8289.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-02-03T20:09:39+00:00",
"generator": {
"date": "2026-02-03T20:09:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2025:8289",
"initial_release_date": "2025-05-29T06:28:44+00:00",
"revision_history": [
{
"date": "2025-05-29T06:28:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-29T06:28:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:09:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.4-7.el9_2.5.src",
"product": {
"name": "pcs-0:0.11.4-7.el9_2.5.src",
"product_id": "pcs-0:0.11.4-7.el9_2.5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.4-7.el9_2.5.aarch64",
"product": {
"name": "pcs-0:0.11.4-7.el9_2.5.aarch64",
"product_id": "pcs-0:0.11.4-7.el9_2.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64",
"product": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64",
"product_id": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.5?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.4-7.el9_2.5.ppc64le",
"product": {
"name": "pcs-0:0.11.4-7.el9_2.5.ppc64le",
"product_id": "pcs-0:0.11.4-7.el9_2.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le",
"product": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le",
"product_id": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.5?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.4-7.el9_2.5.x86_64",
"product": {
"name": "pcs-0:0.11.4-7.el9_2.5.x86_64",
"product_id": "pcs-0:0.11.4-7.el9_2.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64",
"product": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64",
"product_id": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.5?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.4-7.el9_2.5.s390x",
"product": {
"name": "pcs-0:0.11.4-7.el9_2.5.s390x",
"product_id": "pcs-0:0.11.4-7.el9_2.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x",
"product": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x",
"product_id": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.5?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.5.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.5.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.5.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.5.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.5.src as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.5.src",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.5.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.5.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.5.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.5.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.5.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.5.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.5.src",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.5.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-08T00:00:45.681503+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64",
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le",
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x",
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src",
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64",
"HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64",
"HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le",
"HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x",
"HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64",
"ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64",
"ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x",
"ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "RHBZ#2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"release_date": "2025-05-07T23:07:40.563000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-29T06:28:44+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64",
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le",
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x",
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src",
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64",
"HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64",
"HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le",
"HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x",
"HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64",
"ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64",
"ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x",
"ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8289"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64",
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le",
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x",
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src",
"HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64",
"HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64",
"HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le",
"HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x",
"HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src",
"ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64",
"ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64",
"ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x",
"ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser"
}
]
}
RHSA-2025:7604
Vulnerability from csaf_redhat - Published: 2025-05-14 14:14 - Updated: 2026-02-03 20:09Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "A new release is now available for Red Hat Satellite 6.17 for RHEL 9.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser\n(CVE-2025-46727)\n\nUsers of Red Hat Satellite are advised to upgrade to these updated\npackages, which fix these bugs.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7604",
"url": "https://access.redhat.com/errata/RHSA-2025:7604"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.17/html/updating_red_hat_satellite/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.17/html/updating_red_hat_satellite/index"
},
{
"category": "external",
"summary": "2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7604.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.17.0.1 Async Update",
"tracking": {
"current_release_date": "2026-02-03T20:09:37+00:00",
"generator": {
"date": "2026-02-03T20:09:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2025:7604",
"initial_release_date": "2025-05-14T14:14:09+00:00",
"revision_history": [
{
"date": "2025-05-14T14:14:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-19T15:12:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:09:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.17::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.17::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.14-1.el9sat.src",
"product": {
"name": "rubygem-rack-0:2.2.14-1.el9sat.src",
"product_id": "rubygem-rack-0:2.2.14-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.17.0.1-1.el9sat.src",
"product": {
"name": "satellite-0:6.17.0.1-1.el9sat.src",
"product_id": "satellite-0:6.17.0.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.17.0.1-1.el9sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.14-1.el9sat.noarch",
"product": {
"name": "rubygem-rack-0:2.2.14-1.el9sat.noarch",
"product_id": "rubygem-rack-0:2.2.14-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"product": {
"name": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"product_id": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.17.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.17.0.1-1.el9sat.noarch",
"product": {
"name": "satellite-common-0:6.17.0.1-1.el9sat.noarch",
"product_id": "satellite-common-0:6.17.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.17.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch",
"product": {
"name": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch",
"product_id": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-obsolete-packages@6.17.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.17.0.1-1.el9sat.noarch",
"product": {
"name": "satellite-0:6.17.0.1-1.el9sat.noarch",
"product_id": "satellite-0:6.17.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.17.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"product": {
"name": "satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"product_id": "satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.17.0.1-1.el9sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.src"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.17.0.1-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.src"
},
"product_reference": "satellite-0:6.17.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:satellite-cli-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:satellite-common-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.17.0.1-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.src"
},
"product_reference": "satellite-0:6.17.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-utils:satellite-capsule-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-utils:satellite-cli-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-utils:satellite-common-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-utils:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.14-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.src"
},
"product_reference": "rubygem-rack-0:2.2.14-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.17.0.1-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.src"
},
"product_reference": "satellite-0:6.17.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:satellite-capsule-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:satellite-cli-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:satellite-common-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch"
},
"product_reference": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-08T00:00:45.681503+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-common-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.src",
"9Base-satellite-6.17:satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.src",
"9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.src"
],
"known_not_affected": [
"9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-common-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.src",
"9Base-satellite-6.17:satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "RHBZ#2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"release_date": "2025-05-07T23:07:40.563000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-14T14:14:09+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.17/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.src",
"9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7604"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-common-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.src",
"9Base-satellite-6.17:satellite-capsule-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-cli-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.0.1-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser"
}
]
}
RHSA-2025:8291
Vulnerability from csaf_redhat - Published: 2025-05-29 06:28 - Updated: 2026-02-03 20:09Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for pcs is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\n* tornado: Tornado Multipart Form-Data Denial of Service (CVE-2025-47287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8291",
"url": "https://access.redhat.com/errata/RHSA-2025:8291"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "2366703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8291.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-02-03T20:09:41+00:00",
"generator": {
"date": "2026-02-03T20:09:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2025:8291",
"initial_release_date": "2025-05-29T06:28:26+00:00",
"revision_history": [
{
"date": "2025-05-29T06:28:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-29T06:28:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:09:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.1-10.el9_0.8.src",
"product": {
"name": "pcs-0:0.11.1-10.el9_0.8.src",
"product_id": "pcs-0:0.11.1-10.el9_0.8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.1-10.el9_0.8.ppc64le",
"product": {
"name": "pcs-0:0.11.1-10.el9_0.8.ppc64le",
"product_id": "pcs-0:0.11.1-10.el9_0.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"product": {
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"product_id": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.1-10.el9_0.8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.1-10.el9_0.8.x86_64",
"product": {
"name": "pcs-0:0.11.1-10.el9_0.8.x86_64",
"product_id": "pcs-0:0.11.1-10.el9_0.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64",
"product": {
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64",
"product_id": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.1-10.el9_0.8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.1-10.el9_0.8.s390x",
"product": {
"name": "pcs-0:0.11.1-10.el9_0.8.s390x",
"product_id": "pcs-0:0.11.1-10.el9_0.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"product": {
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"product_id": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.1-10.el9_0.8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.1-10.el9_0.8.aarch64",
"product": {
"name": "pcs-0:0.11.1-10.el9_0.8.aarch64",
"product_id": "pcs-0:0.11.1-10.el9_0.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"product": {
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"product_id": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.1-10.el9_0.8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.1-10.el9_0.8.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64"
},
"product_reference": "pcs-0:0.11.1-10.el9_0.8.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.1-10.el9_0.8.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le"
},
"product_reference": "pcs-0:0.11.1-10.el9_0.8.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.1-10.el9_0.8.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x"
},
"product_reference": "pcs-0:0.11.1-10.el9_0.8.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.1-10.el9_0.8.src as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src"
},
"product_reference": "pcs-0:0.11.1-10.el9_0.8.src",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.1-10.el9_0.8.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64"
},
"product_reference": "pcs-0:0.11.1-10.el9_0.8.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64"
},
"product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le"
},
"product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x"
},
"product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64"
},
"product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.1-10.el9_0.8.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64"
},
"product_reference": "pcs-0:0.11.1-10.el9_0.8.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.1-10.el9_0.8.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le"
},
"product_reference": "pcs-0:0.11.1-10.el9_0.8.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.1-10.el9_0.8.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x"
},
"product_reference": "pcs-0:0.11.1-10.el9_0.8.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.1-10.el9_0.8.src as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src"
},
"product_reference": "pcs-0:0.11.1-10.el9_0.8.src",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.1-10.el9_0.8.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64"
},
"product_reference": "pcs-0:0.11.1-10.el9_0.8.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64"
},
"product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le"
},
"product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x"
},
"product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64"
},
"product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-08T00:00:45.681503+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "RHBZ#2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"release_date": "2025-05-07T23:07:40.563000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-29T06:28:26+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser"
},
{
"cve": "CVE-2025-47287",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-15T22:00:49.780609+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2366703"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Tornado. This vulnerability can lead to a a denial of service by generating an extremely high volume of log entries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado: Tornado Multipart Form-Data Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Important because it leverages the synchronous nature of the logging subsystem to induce a DoS condition. Specifically, malformed multipart/form-data payloads cause repeated, blocking log writes, which stall the event loop that underpins Tornado\u2019s asynchronous architecture. Furthermore, because the vulnerable multipart parser is enabled by default, applications that are otherwise well-secured and do not even use file uploads can still be targeted unless they explicitly block these requests at a proxy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47287"
},
{
"category": "external",
"summary": "RHBZ#2366703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3",
"url": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m"
}
],
"release_date": "2025-05-15T21:17:55.188000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-29T06:28:26+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8291"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src",
"ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x",
"ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tornado: Tornado Multipart Form-Data Denial of Service"
}
]
}
RHSA-2025:8254
Vulnerability from csaf_redhat - Published: 2025-05-28 10:43 - Updated: 2026-02-03 20:09Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for pcs is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\n* tornado: Tornado Multipart Form-Data Denial of Service (CVE-2025-47287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8254",
"url": "https://access.redhat.com/errata/RHSA-2025:8254"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "2366703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8254.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-02-03T20:09:37+00:00",
"generator": {
"date": "2026-02-03T20:09:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2025:8254",
"initial_release_date": "2025-05-28T10:43:02+00:00",
"revision_history": [
{
"date": "2025-05-28T10:43:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-28T10:43:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:09:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HighAvailability (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.5.src",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.5.src",
"product_id": "pcs-0:0.10.18-2.el8_10.5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.5.aarch64",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.5.aarch64",
"product_id": "pcs-0:0.10.18-2.el8_10.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"product": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"product_id": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.5?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.5.ppc64le",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.5.ppc64le",
"product_id": "pcs-0:0.10.18-2.el8_10.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"product": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"product_id": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.5?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.5.x86_64",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.5.x86_64",
"product_id": "pcs-0:0.10.18-2.el8_10.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64",
"product": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64",
"product_id": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.5?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.5.s390x",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.5.s390x",
"product_id": "pcs-0:0.10.18-2.el8_10.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"product": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"product_id": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.5?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.5.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.5.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.5.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.5.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.5.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.5.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.5.src as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.5.src",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.5.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.5.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.5.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.5.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.5.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.5.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.5.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.5.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.5.src as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.5.src",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.5.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.5.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-08T00:00:45.681503+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "RHBZ#2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"release_date": "2025-05-07T23:07:40.563000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T10:43:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser"
},
{
"cve": "CVE-2025-47287",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-15T22:00:49.780609+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2366703"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Tornado. This vulnerability can lead to a a denial of service by generating an extremely high volume of log entries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado: Tornado Multipart Form-Data Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Important because it leverages the synchronous nature of the logging subsystem to induce a DoS condition. Specifically, malformed multipart/form-data payloads cause repeated, blocking log writes, which stall the event loop that underpins Tornado\u2019s asynchronous architecture. Furthermore, because the vulnerable multipart parser is enabled by default, applications that are otherwise well-secured and do not even use file uploads can still be targeted unless they explicitly block these requests at a proxy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47287"
},
{
"category": "external",
"summary": "RHBZ#2366703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3",
"url": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m"
}
],
"release_date": "2025-05-15T21:17:55.188000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T10:43:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8254"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tornado: Tornado Multipart Form-Data Denial of Service"
}
]
}
RHSA-2025:8323
Vulnerability from csaf_redhat - Published: 2025-05-29 16:42 - Updated: 2026-02-03 20:09Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for pcs is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\n* tornado: Tornado Multipart Form-Data Denial of Service (CVE-2025-47287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8323",
"url": "https://access.redhat.com/errata/RHSA-2025:8323"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "2366703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8323.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-02-03T20:09:40+00:00",
"generator": {
"date": "2026-02-03T20:09:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2025:8323",
"initial_release_date": "2025-05-29T16:42:11+00:00",
"revision_history": [
{
"date": "2025-05-29T16:42:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-29T16:42:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:09:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux High Availability AUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::highavailability"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.8-1.el8_4.7.src",
"product": {
"name": "pcs-0:0.10.8-1.el8_4.7.src",
"product_id": "pcs-0:0.10.8-1.el8_4.7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.8-1.el8_4.7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.8-1.el8_4.7.x86_64",
"product": {
"name": "pcs-0:0.10.8-1.el8_4.7.x86_64",
"product_id": "pcs-0:0.10.8-1.el8_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.8-1.el8_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"product": {
"name": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"product_id": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.8-1.el8_4.7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.8-1.el8_4.7.ppc64le",
"product": {
"name": "pcs-0:0.10.8-1.el8_4.7.ppc64le",
"product_id": "pcs-0:0.10.8-1.el8_4.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.8-1.el8_4.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le",
"product": {
"name": "pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le",
"product_id": "pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.8-1.el8_4.7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.8-1.el8_4.7.src as a component of Red Hat Enterprise Linux High Availability AUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.src"
},
"product_reference": "pcs-0:0.10.8-1.el8_4.7.src",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.8-1.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux High Availability AUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.x86_64"
},
"product_reference": "pcs-0:0.10.8-1.el8_4.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux High Availability AUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.AUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.8-1.el8_4.7.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le"
},
"product_reference": "pcs-0:0.10.8-1.el8_4.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.8-1.el8_4.7.src as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src"
},
"product_reference": "pcs-0:0.10.8-1.el8_4.7.src",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.8-1.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64"
},
"product_reference": "pcs-0:0.10.8-1.el8_4.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le"
},
"product_reference": "pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.8-1.el8_4.7.src as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src"
},
"product_reference": "pcs-0:0.10.8-1.el8_4.7.src",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.8-1.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64"
},
"product_reference": "pcs-0:0.10.8-1.el8_4.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-08T00:00:45.681503+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.AUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "RHBZ#2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"release_date": "2025-05-07T23:07:40.563000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-29T16:42:11+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.AUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8323"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.AUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser"
},
{
"cve": "CVE-2025-47287",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-15T22:00:49.780609+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2366703"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Tornado. This vulnerability can lead to a a denial of service by generating an extremely high volume of log entries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado: Tornado Multipart Form-Data Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Important because it leverages the synchronous nature of the logging subsystem to induce a DoS condition. Specifically, malformed multipart/form-data payloads cause repeated, blocking log writes, which stall the event loop that underpins Tornado\u2019s asynchronous architecture. Furthermore, because the vulnerable multipart parser is enabled by default, applications that are otherwise well-secured and do not even use file uploads can still be targeted unless they explicitly block these requests at a proxy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.AUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47287"
},
{
"category": "external",
"summary": "RHBZ#2366703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3",
"url": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m"
}
],
"release_date": "2025-05-15T21:17:55.188000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-29T16:42:11+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.AUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8323"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.AUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.AUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.AUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le",
"HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src",
"HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64",
"HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tornado: Tornado Multipart Form-Data Denial of Service"
}
]
}
RHSA-2025:8322
Vulnerability from csaf_redhat - Published: 2025-05-29 16:09 - Updated: 2026-02-03 20:09Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for pcs is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8322",
"url": "https://access.redhat.com/errata/RHSA-2025:8322"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8322.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-02-03T20:09:36+00:00",
"generator": {
"date": "2026-02-03T20:09:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2025:8322",
"initial_release_date": "2025-05-29T16:09:05+00:00",
"revision_history": [
{
"date": "2025-05-29T16:09:05+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-29T16:09:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:09:36+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)",
"product_id": "7Server-HighAvailability-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)",
"product_id": "7Server-ResilientStorage-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.9.169-3.el7_9.4.src",
"product": {
"name": "pcs-0:0.9.169-3.el7_9.4.src",
"product_id": "pcs-0:0.9.169-3.el7_9.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.9.169-3.el7_9.4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.9.169-3.el7_9.4.x86_64",
"product": {
"name": "pcs-0:0.9.169-3.el7_9.4.x86_64",
"product_id": "pcs-0:0.9.169-3.el7_9.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.9.169-3.el7_9.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64",
"product": {
"name": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64",
"product_id": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.9.169-3.el7_9.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64",
"product": {
"name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64",
"product_id": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-debuginfo@0.9.169-3.el7_9.4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.9.169-3.el7_9.4.ppc64le",
"product": {
"name": "pcs-0:0.9.169-3.el7_9.4.ppc64le",
"product_id": "pcs-0:0.9.169-3.el7_9.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.9.169-3.el7_9.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le",
"product": {
"name": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le",
"product_id": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.9.169-3.el7_9.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le",
"product": {
"name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le",
"product_id": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-debuginfo@0.9.169-3.el7_9.4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.9.169-3.el7_9.4.ppc64le as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)",
"product_id": "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le"
},
"product_reference": "pcs-0:0.9.169-3.el7_9.4.ppc64le",
"relates_to_product_reference": "7Server-HighAvailability-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.9.169-3.el7_9.4.src as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)",
"product_id": "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.src"
},
"product_reference": "pcs-0:0.9.169-3.el7_9.4.src",
"relates_to_product_reference": "7Server-HighAvailability-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.9.169-3.el7_9.4.x86_64 as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)",
"product_id": "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64"
},
"product_reference": "pcs-0:0.9.169-3.el7_9.4.x86_64",
"relates_to_product_reference": "7Server-HighAvailability-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)",
"product_id": "7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le"
},
"product_reference": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le",
"relates_to_product_reference": "7Server-HighAvailability-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64 as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)",
"product_id": "7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64"
},
"product_reference": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64",
"relates_to_product_reference": "7Server-HighAvailability-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)",
"product_id": "7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le"
},
"product_reference": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le",
"relates_to_product_reference": "7Server-HighAvailability-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64 as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)",
"product_id": "7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64"
},
"product_reference": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64",
"relates_to_product_reference": "7Server-HighAvailability-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.9.169-3.el7_9.4.ppc64le as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)",
"product_id": "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le"
},
"product_reference": "pcs-0:0.9.169-3.el7_9.4.ppc64le",
"relates_to_product_reference": "7Server-ResilientStorage-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.9.169-3.el7_9.4.src as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)",
"product_id": "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.src"
},
"product_reference": "pcs-0:0.9.169-3.el7_9.4.src",
"relates_to_product_reference": "7Server-ResilientStorage-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.9.169-3.el7_9.4.x86_64 as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)",
"product_id": "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64"
},
"product_reference": "pcs-0:0.9.169-3.el7_9.4.x86_64",
"relates_to_product_reference": "7Server-ResilientStorage-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)",
"product_id": "7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le"
},
"product_reference": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le",
"relates_to_product_reference": "7Server-ResilientStorage-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64 as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)",
"product_id": "7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64"
},
"product_reference": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64",
"relates_to_product_reference": "7Server-ResilientStorage-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)",
"product_id": "7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le"
},
"product_reference": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le",
"relates_to_product_reference": "7Server-ResilientStorage-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64 as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)",
"product_id": "7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64"
},
"product_reference": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64",
"relates_to_product_reference": "7Server-ResilientStorage-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-08T00:00:45.681503+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.src",
"7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64",
"7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64",
"7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64",
"7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.src",
"7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64",
"7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64",
"7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "RHBZ#2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"release_date": "2025-05-07T23:07:40.563000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-29T16:09:05+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.src",
"7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64",
"7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64",
"7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64",
"7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.src",
"7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64",
"7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64",
"7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8322"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.src",
"7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64",
"7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64",
"7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64",
"7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.src",
"7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64",
"7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64",
"7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le",
"7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser"
}
]
}
RHSA-2025:8256
Vulnerability from csaf_redhat - Published: 2025-05-28 11:44 - Updated: 2026-02-03 20:09Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for pcs is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8256",
"url": "https://access.redhat.com/errata/RHSA-2025:8256"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8256.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-02-03T20:09:36+00:00",
"generator": {
"date": "2026-02-03T20:09:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2025:8256",
"initial_release_date": "2025-05-28T11:44:22+00:00",
"revision_history": [
{
"date": "2025-05-28T11:44:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-28T11:44:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:09:36+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.9-2.el9_6.1.src",
"product": {
"name": "pcs-0:0.11.9-2.el9_6.1.src",
"product_id": "pcs-0:0.11.9-2.el9_6.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.9-2.el9_6.1.ppc64le",
"product": {
"name": "pcs-0:0.11.9-2.el9_6.1.ppc64le",
"product_id": "pcs-0:0.11.9-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le",
"product": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le",
"product_id": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.9-2.el9_6.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.9-2.el9_6.1.x86_64",
"product": {
"name": "pcs-0:0.11.9-2.el9_6.1.x86_64",
"product_id": "pcs-0:0.11.9-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64",
"product": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64",
"product_id": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.9-2.el9_6.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.9-2.el9_6.1.s390x",
"product": {
"name": "pcs-0:0.11.9-2.el9_6.1.s390x",
"product_id": "pcs-0:0.11.9-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x",
"product": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x",
"product_id": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.9-2.el9_6.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.9-2.el9_6.1.aarch64",
"product": {
"name": "pcs-0:0.11.9-2.el9_6.1.aarch64",
"product_id": "pcs-0:0.11.9-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64",
"product": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64",
"product_id": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.9-2.el9_6.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.9-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.1.aarch64",
"relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.9-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.1.ppc64le",
"relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.9-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.1.s390x",
"relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.9-2.el9_6.1.src as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.1.src",
"relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.9-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.1.x86_64",
"relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64",
"relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le",
"relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x",
"relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64",
"relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.9-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.1.aarch64",
"relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.9-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.1.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.9-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.1.s390x",
"relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.9-2.el9_6.1.src as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.1.src",
"relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.9-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.1.x86_64",
"relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64",
"relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x",
"relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64",
"relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-08T00:00:45.681503+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "RHBZ#2364966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712",
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3",
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74",
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx",
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"release_date": "2025-05-07T23:07:40.563000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T11:44:22+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8256"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser"
}
]
}
OPENSUSE-SU-2025:15067-1
Vulnerability from csaf_opensuse - Published: 2025-05-08 00:00 - Updated: 2025-05-08 00:00Notes
{
"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-rack-2.2-2.2.14-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby3.4-rubygem-rack-2.2-2.2.14-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15067",
"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_15067-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:15067-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6EIKHCUUAR4JGUYZYG5GEXXPCGJJ2MFD/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:15067-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6EIKHCUUAR4JGUYZYG5GEXXPCGJJ2MFD/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46727/"
}
],
"title": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1 on GA media",
"tracking": {
"current_release_date": "2025-05-08T00:00:00Z",
"generator": {
"date": "2025-05-08T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15067-1",
"initial_release_date": "2025-05-08T00:00:00Z",
"revision_history": [
{
"date": "2025-05-08T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64",
"product": {
"name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64",
"product_id": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le",
"product": {
"name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le",
"product_id": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x",
"product": {
"name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x",
"product_id": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64",
"product": {
"name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64",
"product_id": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64"
},
"product_reference": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le"
},
"product_reference": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x"
},
"product_reference": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64"
},
"product_reference": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46727"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46727",
"url": "https://www.suse.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "SUSE Bug 1242891 for CVE-2025-46727",
"url": "https://bugzilla.suse.com/1242891"
}
],
"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-rack-2.2-2.2.14-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-08T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-46727"
}
]
}
OPENSUSE-SU-2026:10286-1
Vulnerability from csaf_opensuse - Published: 2026-03-04 00:00 - Updated: 2026-03-04 00:00Notes
{
"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": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby4.0-rubygem-rack-2.2-2.2.22-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10286",
"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-2026_10286-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2013-0262 page",
"url": "https://www.suse.com/security/cve/CVE-2013-0262/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2013-0263 page",
"url": "https://www.suse.com/security/cve/CVE-2013-0263/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3225 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3225/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16471 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16471/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16782 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16782/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8184 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8184/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30122 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30122/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30123 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30123/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-44570 page",
"url": "https://www.suse.com/security/cve/CVE-2022-44570/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-44571 page",
"url": "https://www.suse.com/security/cve/CVE-2022-44571/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-44572 page",
"url": "https://www.suse.com/security/cve/CVE-2022-44572/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-27530 page",
"url": "https://www.suse.com/security/cve/CVE-2023-27530/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-27539 page",
"url": "https://www.suse.com/security/cve/CVE-2023-27539/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-25126 page",
"url": "https://www.suse.com/security/cve/CVE-2024-25126/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-26141 page",
"url": "https://www.suse.com/security/cve/CVE-2024-26141/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-26146 page",
"url": "https://www.suse.com/security/cve/CVE-2024-26146/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-25184 page",
"url": "https://www.suse.com/security/cve/CVE-2025-25184/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27111 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27111/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27610 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27610/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46727/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59830 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59830/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61770 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61770/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61771 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61771/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61772 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61772/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61919 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61919/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22860 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22860/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25500 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25500/"
}
],
"title": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1 on GA media",
"tracking": {
"current_release_date": "2026-03-04T00:00:00Z",
"generator": {
"date": "2026-03-04T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10286-1",
"initial_release_date": "2026-03-04T00:00:00Z",
"revision_history": [
{
"date": "2026-03-04T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"product": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"product_id": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"product": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"product_id": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"product": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"product_id": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64",
"product": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64",
"product_id": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64"
},
"product_reference": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le"
},
"product_reference": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x"
},
"product_reference": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
},
"product_reference": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2013-0262",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2013-0262"
}
],
"notes": [
{
"category": "general",
"text": "rack/file.rb (Rack::File) in Rack 1.5.x before 1.5.2 and 1.4.x before 1.4.5 allows attackers to access arbitrary files outside the intended root directory via a crafted PATH_INFO environment variable, probably a directory traversal vulnerability that is remotely exploitable, aka \"symlink path traversals.\"",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2013-0262",
"url": "https://www.suse.com/security/cve/CVE-2013-0262"
},
{
"category": "external",
"summary": "SUSE Bug 802795 for CVE-2013-0262",
"url": "https://bugzilla.suse.com/802795"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2013-0262"
},
{
"cve": "CVE-2013-0263",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2013-0263"
}
],
"notes": [
{
"category": "general",
"text": "Rack::Session::Cookie in Rack 1.5.x before 1.5.2, 1.4.x before 1.4.5, 1.3.x before 1.3.10, 1.2.x before 1.2.8, and 1.1.x before 1.1.6 allows remote attackers to guess the session cookie, gain privileges, and execute arbitrary code via a timing attack involving an HMAC comparison function that does not run in constant time.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2013-0263",
"url": "https://www.suse.com/security/cve/CVE-2013-0263"
},
{
"category": "external",
"summary": "SUSE Bug 802794 for CVE-2013-0263",
"url": "https://bugzilla.suse.com/802794"
},
{
"category": "external",
"summary": "SUSE Bug 809839 for CVE-2013-0263",
"url": "https://bugzilla.suse.com/809839"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2013-0263"
},
{
"cve": "CVE-2015-3225",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3225"
}
],
"notes": [
{
"category": "general",
"text": "lib/rack/utils.rb in Rack before 1.5.4 and 1.6.x before 1.6.2, as used with Ruby on Rails 3.x and 4.x and other products, allows remote attackers to cause a denial of service (SystemStackError) via a request with a large parameter depth.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3225",
"url": "https://www.suse.com/security/cve/CVE-2015-3225"
},
{
"category": "external",
"summary": "SUSE Bug 934797 for CVE-2015-3225",
"url": "https://bugzilla.suse.com/934797"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2015-3225"
},
{
"cve": "CVE-2018-16471",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16471"
}
],
"notes": [
{
"category": "general",
"text": "There is a possible XSS vulnerability in Rack before 2.0.6 and 1.6.11. Carefully crafted requests can impact the data returned by the `scheme` method on `Rack::Request`. Applications that expect the scheme to be limited to \u0027http\u0027 or \u0027https\u0027 and do not escape the return value could be vulnerable to an XSS attack. Note that applications using the normal escaping mechanisms provided by Rails may not impacted, but applications that bypass the escaping mechanisms, or do not use them may be vulnerable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16471",
"url": "https://www.suse.com/security/cve/CVE-2018-16471"
},
{
"category": "external",
"summary": "SUSE Bug 1114828 for CVE-2018-16471",
"url": "https://bugzilla.suse.com/1114828"
},
{
"category": "external",
"summary": "SUSE Bug 1116600 for CVE-2018-16471",
"url": "https://bugzilla.suse.com/1116600"
},
{
"category": "external",
"summary": "SUSE Bug 1122178 for CVE-2018-16471",
"url": "https://bugzilla.suse.com/1122178"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-16471"
},
{
"cve": "CVE-2019-16782",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16782"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16782",
"url": "https://www.suse.com/security/cve/CVE-2019-16782"
},
{
"category": "external",
"summary": "SUSE Bug 1159548 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1159548"
},
{
"category": "external",
"summary": "SUSE Bug 1183174 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1183174"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-16782"
},
{
"cve": "CVE-2020-8184",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8184"
}
],
"notes": [
{
"category": "general",
"text": "A reliance on cookies without validation/integrity check security vulnerability exists in rack \u003c 2.2.3, rack \u003c 2.1.4 that makes it is possible for an attacker to forge a secure or host-only cookie prefix.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8184",
"url": "https://www.suse.com/security/cve/CVE-2020-8184"
},
{
"category": "external",
"summary": "SUSE Bug 1173351 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1173351"
},
{
"category": "external",
"summary": "SUSE Bug 1177352 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1177352"
},
{
"category": "external",
"summary": "SUSE Bug 1193081 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1193081"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8184"
},
{
"cve": "CVE-2022-30122",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30122"
}
],
"notes": [
{
"category": "general",
"text": "A possible denial of service vulnerability exists in Rack \u003c2.0.9.1, \u003c2.1.4.1 and \u003c2.2.3.1 in the multipart parsing component of Rack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30122",
"url": "https://www.suse.com/security/cve/CVE-2022-30122"
},
{
"category": "external",
"summary": "SUSE Bug 1200748 for CVE-2022-30122",
"url": "https://bugzilla.suse.com/1200748"
},
{
"category": "external",
"summary": "SUSE Bug 1201588 for CVE-2022-30122",
"url": "https://bugzilla.suse.com/1201588"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-30122"
},
{
"cve": "CVE-2022-30123",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30123"
}
],
"notes": [
{
"category": "general",
"text": "A sequence injection vulnerability exists in Rack \u003c2.0.9.1, \u003c2.1.4.1 and \u003c2.2.3.1 which could allow is a possible shell escape in the Lint and CommonLogger components of Rack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30123",
"url": "https://www.suse.com/security/cve/CVE-2022-30123"
},
{
"category": "external",
"summary": "SUSE Bug 1200750 for CVE-2022-30123",
"url": "https://bugzilla.suse.com/1200750"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2022-30123"
},
{
"cve": "CVE-2022-44570",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-44570"
}
],
"notes": [
{
"category": "general",
"text": "A denial of service vulnerability in the Range header parsing component of Rack \u003e= 1.5.0. A Carefully crafted input can cause the Range header parsing component in Rack to take an unexpected amount of time, possibly resulting in a denial of service attack vector. Any applications that deal with Range requests (such as streaming applications, or applications that serve files) may be impacted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-44570",
"url": "https://www.suse.com/security/cve/CVE-2022-44570"
},
{
"category": "external",
"summary": "SUSE Bug 1207597 for CVE-2022-44570",
"url": "https://bugzilla.suse.com/1207597"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-44570"
},
{
"cve": "CVE-2022-44571",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-44571"
}
],
"notes": [
{
"category": "general",
"text": "There is a denial of service vulnerability in the Content-Disposition parsingcomponent of Rack fixed in 2.0.9.2, 2.1.4.2, 2.2.4.1, 3.0.0.1. This could allow an attacker to craft an input that can cause Content-Disposition header parsing in Rackto take an unexpected amount of time, possibly resulting in a denial ofservice attack vector. This header is used typically used in multipartparsing. Any applications that parse multipart posts using Rack (virtuallyall Rails applications) are impacted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-44571",
"url": "https://www.suse.com/security/cve/CVE-2022-44571"
},
{
"category": "external",
"summary": "SUSE Bug 1207599 for CVE-2022-44571",
"url": "https://bugzilla.suse.com/1207599"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-44571"
},
{
"cve": "CVE-2022-44572",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-44572"
}
],
"notes": [
{
"category": "general",
"text": "A denial of service vulnerability in the multipart parsing component of Rack fixed in 2.0.9.2, 2.1.4.2, 2.2.4.1 and 3.0.0.1 could allow an attacker tocraft input that can cause RFC2183 multipart boundary parsing in Rack to take an unexpected amount of time, possibly resulting in a denial of service attack vector. Any applications that parse multipart posts using Rack (virtually all Rails applications) are impacted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-44572",
"url": "https://www.suse.com/security/cve/CVE-2022-44572"
},
{
"category": "external",
"summary": "SUSE Bug 1207596 for CVE-2022-44572",
"url": "https://bugzilla.suse.com/1207596"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-44572"
},
{
"cve": "CVE-2023-27530",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-27530"
}
],
"notes": [
{
"category": "general",
"text": "A DoS vulnerability exists in Rack \u003cv3.0.4.2, \u003cv2.2.6.3, \u003cv2.1.4.3 and \u003cv2.0.9.3 within in the Multipart MIME parsing code in which could allow an attacker to craft requests that can be abuse to cause multipart parsing to take longer than expected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-27530",
"url": "https://www.suse.com/security/cve/CVE-2023-27530"
},
{
"category": "external",
"summary": "SUSE Bug 1209095 for CVE-2023-27530",
"url": "https://bugzilla.suse.com/1209095"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-27530"
},
{
"cve": "CVE-2023-27539",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-27539"
}
],
"notes": [
{
"category": "general",
"text": "There is a denial of service vulnerability in the header parsing component of Rack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-27539",
"url": "https://www.suse.com/security/cve/CVE-2023-27539"
},
{
"category": "external",
"summary": "SUSE Bug 1209503 for CVE-2023-27539",
"url": "https://bugzilla.suse.com/1209503"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-27539"
},
{
"cve": "CVE-2024-25126",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-25126"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Carefully crafted content type headers can cause Rack\u0027s media type parser to take much longer than expected, leading to a possible denial of service vulnerability (ReDos 2nd degree polynomial). This vulnerability is patched in 3.0.9.1 and 2.2.8.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-25126",
"url": "https://www.suse.com/security/cve/CVE-2024-25126"
},
{
"category": "external",
"summary": "SUSE Bug 1220239 for CVE-2024-25126",
"url": "https://bugzilla.suse.com/1220239"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-25126"
},
{
"cve": "CVE-2024-26141",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-26141"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Carefully crafted Range headers can cause a server to respond with an unexpectedly large response. Responding with such large responses could lead to a denial of service issue. Vulnerable applications will use the `Rack::File` middleware or the `Rack::Utils.byte_ranges` methods (this includes Rails applications). The vulnerability is fixed in 3.0.9.1 and 2.2.8.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-26141",
"url": "https://www.suse.com/security/cve/CVE-2024-26141"
},
{
"category": "external",
"summary": "SUSE Bug 1220242 for CVE-2024-26141",
"url": "https://bugzilla.suse.com/1220242"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-26141"
},
{
"cve": "CVE-2024-26146",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-26146"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Carefully crafted headers can cause header parsing in Rack to take longer than expected resulting in a possible denial of service issue. Accept and Forwarded headers are impacted. Ruby 3.2 has mitigations for this problem, so Rack applications using Ruby 3.2 or newer are unaffected. This vulnerability is fixed in 2.0.9.4, 2.1.4.4, 2.2.8.1, and 3.0.9.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-26146",
"url": "https://www.suse.com/security/cve/CVE-2024-26146"
},
{
"category": "external",
"summary": "SUSE Bug 1220248 for CVE-2024-26146",
"url": "https://bugzilla.suse.com/1220248"
},
{
"category": "external",
"summary": "SUSE Bug 1227310 for CVE-2024-26146",
"url": "https://bugzilla.suse.com/1227310"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-26146"
},
{
"cve": "CVE-2025-25184",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-25184"
}
],
"notes": [
{
"category": "general",
"text": "Rack provides an interface for developing web applications in Ruby. Prior to versions 2.2.11, 3.0.12, and 3.1.10, Rack::CommonLogger can be exploited by crafting input that includes newline characters to manipulate log entries. The supplied proof-of-concept demonstrates injecting malicious content into logs. When a user provides the authorization credentials via Rack::Auth::Basic, if success, the username will be put in env[\u0027REMOTE_USER\u0027] and later be used by Rack::CommonLogger for logging purposes. The issue occurs when a server intentionally or unintentionally allows a user creation with the username contain CRLF and white space characters, or the server just want to log every login attempts. If an attacker enters a username with CRLF character, the logger will log the malicious username with CRLF characters into the logfile. Attackers can break log formats or insert fraudulent entries, potentially obscuring real activity or injecting malicious data into log files. Versions 2.2.11, 3.0.12, and 3.1.10 contain a fix.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-25184",
"url": "https://www.suse.com/security/cve/CVE-2025-25184"
},
{
"category": "external",
"summary": "SUSE Bug 1237141 for CVE-2025-25184",
"url": "https://bugzilla.suse.com/1237141"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-25184"
},
{
"cve": "CVE-2025-27111",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27111"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. The Rack::Sendfile middleware logs unsanitised header values from the X-Sendfile-Type header. An attacker can exploit this by injecting escape sequences (such as newline characters) into the header, resulting in log injection. This vulnerability is fixed in 2.2.12, 3.0.13, and 3.1.11.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27111",
"url": "https://www.suse.com/security/cve/CVE-2025-27111"
},
{
"category": "external",
"summary": "SUSE Bug 1238607 for CVE-2025-27111",
"url": "https://bugzilla.suse.com/1238607"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.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:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-27111"
},
{
"cve": "CVE-2025-27610",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27610"
}
],
"notes": [
{
"category": "general",
"text": "Rack provides an interface for developing web applications in Ruby. Prior to versions 2.2.13, 3.0.14, and 3.1.12, `Rack::Static` can serve files under the specified `root:` even if `urls:` are provided, which may expose other files under the specified `root:` unexpectedly. The vulnerability occurs because `Rack::Static` does not properly sanitize user-supplied paths before serving files. Specifically, encoded path traversal sequences are not correctly validated, allowing attackers to access files outside the designated static file directory. By exploiting this vulnerability, an attacker can gain access to all files under the specified `root:` directory, provided they are able to determine then path of the file. Versions 2.2.13, 3.0.14, and 3.1.12 contain a patch for the issue. Other mitigations include removing usage of `Rack::Static`, or ensuring that `root:` points at a directory path which only contains files which should be accessed publicly. It is likely that a CDN or similar static file server would also mitigate the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27610",
"url": "https://www.suse.com/security/cve/CVE-2025-27610"
},
{
"category": "external",
"summary": "SUSE Bug 1239298 for CVE-2025-27610",
"url": "https://bugzilla.suse.com/1239298"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-27610"
},
{
"cve": "CVE-2025-46727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46727"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46727",
"url": "https://www.suse.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "SUSE Bug 1242891 for CVE-2025-46727",
"url": "https://bugzilla.suse.com/1242891"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-46727"
},
{
"cve": "CVE-2025-59830",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59830"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to version 2.2.18, Rack::QueryParser enforces its params_limit only for parameters separated by \u0026, while still splitting on both \u0026 and ;. As a result, attackers could use ; separators to bypass the parameter count limit and submit more parameters than intended. Applications or middleware that directly invoke Rack::QueryParser with its default configuration (no explicit delimiter) could be exposed to increased CPU and memory consumption. This can be abused as a limited denial-of-service vector. This issue has been patched in version 2.2.18.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59830",
"url": "https://www.suse.com/security/cve/CVE-2025-59830"
},
{
"category": "external",
"summary": "SUSE Bug 1250552 for CVE-2025-59830",
"url": "https://bugzilla.suse.com/1250552"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-59830"
},
{
"cve": "CVE-2025-61770",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61770"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, `Rack::Multipart::Parser` buffers the entire multipart preamble (bytes before the first boundary) in memory without any size limit. A client can send a large preamble followed by a valid boundary, causing significant memory use and potential process termination due to out-of-memory (OOM) conditions. Remote attackers can trigger large transient memory spikes by including a long preamble in multipart/form-data requests. The impact scales with allowed request sizes and concurrency, potentially causing worker crashes or severe slowdown due to garbage collection. Versions 2.2.19, 3.1.17, and 3.2.2 enforce a preamble size limit (e.g., 16 KiB) or discard preamble data entirely. Workarounds include limiting total request body size at the proxy or web server level and monitoring memory and set per-process limits to prevent OOM conditions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61770",
"url": "https://www.suse.com/security/cve/CVE-2025-61770"
},
{
"category": "external",
"summary": "SUSE Bug 1251245 for CVE-2025-61770",
"url": "https://bugzilla.suse.com/1251245"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-61770"
},
{
"cve": "CVE-2025-61771",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61771"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, ``Rack::Multipart::Parser` stores non-file form fields (parts without a `filename`) entirely in memory as Ruby `String` objects. A single large text field in a multipart/form-data request (hundreds of megabytes or more) can consume equivalent process memory, potentially leading to out-of-memory (OOM) conditions and denial of service (DoS). Attackers can send large non-file fields to trigger excessive memory usage. Impact scales with request size and concurrency, potentially leading to worker crashes or severe garbage-collection overhead. All Rack applications processing multipart form submissions are affected. Versions 2.2.19, 3.1.17, and 3.2.2 enforce a reasonable size cap for non-file fields (e.g., 2 MiB). Workarounds include restricting maximum request body size at the web-server or proxy layer (e.g., Nginx `client_max_body_size`) and validating and rejecting unusually large form fields at the application level.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61771",
"url": "https://www.suse.com/security/cve/CVE-2025-61771"
},
{
"category": "external",
"summary": "SUSE Bug 1251243 for CVE-2025-61771",
"url": "https://bugzilla.suse.com/1251243"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-61771"
},
{
"cve": "CVE-2025-61772",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61772"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, `Rack::Multipart::Parser` can accumulate unbounded data when a multipart part\u0027s header block never terminates with the required blank line (`CRLFCRLF`). The parser keeps appending incoming bytes to memory without a size cap, allowing a remote attacker to exhaust memory and cause a denial of service (DoS). Attackers can send incomplete multipart headers to trigger high memory use, leading to process termination (OOM) or severe slowdown. The effect scales with request size limits and concurrency. All applications handling multipart uploads may be affected. Versions 2.2.19, 3.1.17, and 3.2.2 cap per-part header size (e.g., 64 KiB). As a workaround, restrict maximum request sizes at the proxy or web server layer (e.g., Nginx `client_max_body_size`).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61772",
"url": "https://www.suse.com/security/cve/CVE-2025-61772"
},
{
"category": "external",
"summary": "SUSE Bug 1251242 for CVE-2025-61772",
"url": "https://bugzilla.suse.com/1251242"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-61772"
},
{
"cve": "CVE-2025-61919",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61919"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.20, 3.1.18, and 3.2.3, `Rack::Request#POST` reads the entire request body into memory for `Content-Type: application/x-www-form-urlencoded`, calling `rack.input.read(nil)` without enforcing a length or cap. Large request bodies can therefore be buffered completely into process memory before parsing, leading to denial of service (DoS) through memory exhaustion. Users should upgrade to Rack version 2.2.20, 3.1.18, or 3.2.3, anu of which enforces form parameter limits using `query_parser.bytesize_limit`, preventing unbounded reads of `application/x-www-form-urlencoded` bodies. Additionally, enforce strict maximum body size at the proxy or web server layer (e.g., Nginx `client_max_body_size`, Apache `LimitRequestBody`).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61919",
"url": "https://www.suse.com/security/cve/CVE-2025-61919"
},
{
"category": "external",
"summary": "SUSE Bug 1251934 for CVE-2025-61919",
"url": "https://bugzilla.suse.com/1251934"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-61919"
},
{
"cve": "CVE-2026-22860",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22860"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.22, 3.1.20, and 3.2.5, `Rack::Directory`\u0027s path check used a string prefix match on the expanded path. A request like `/../root_example/` can escape the configured root if the target path starts with the root string, allowing directory listing outside the intended root. Versions 2.2.22, 3.1.20, and 3.2.5 fix the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22860",
"url": "https://www.suse.com/security/cve/CVE-2026-22860"
},
{
"category": "external",
"summary": "SUSE Bug 1258452 for CVE-2026-22860",
"url": "https://bugzilla.suse.com/1258452"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-22860"
},
{
"cve": "CVE-2026-25500",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25500"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.22, 3.1.20, and 3.2.5, `Rack::Directory` generates an HTML directory index where each file entry is rendered as a clickable link. If a file exists on disk whose basename starts with the `javascript:` scheme (e.g. `javascript:alert(1)`), the generated index contains an anchor whose `href` is exactly `javascript:alert(1)`. Clicking the entry executes JavaScript in the browser (demonstrated with `alert(1)`). Versions 2.2.22, 3.1.20, and 3.2.5 fix the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25500",
"url": "https://www.suse.com/security/cve/CVE-2026-25500"
},
{
"category": "external",
"summary": "SUSE Bug 1258456 for CVE-2026-25500",
"url": "https://bugzilla.suse.com/1258456"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-25500"
}
]
}
CERTFR-2025-AVI-1129
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-19
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Extended App Support pour Tanzu Platform versions antérieures à 1.0.11 | ||
| VMware | Tanzu Platform | Cloud Native Buildpacks pour Tanzu Platform versions antérieures à 0.6.1 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 10.3.2 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 10.2.6+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | .NET Core Buildpack versions antérieures à 2.4.72 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 6.0.23+LTS-T |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Extended App Support pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.11",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Native Buildpacks pour Tanzu Platform versions ant\u00e9rieures \u00e0 0.6.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.6+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": ".NET Core Buildpack versions ant\u00e9rieures \u00e0 2.4.72",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.23+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-3573",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3573"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2025-64329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64329"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-27111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27111"
},
{
"name": "CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2024-3044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3044"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2020-7792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7792"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-66030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66030"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-25184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25184"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-12194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12194"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-59419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59419"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2025-57352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57352"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-19T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1129",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-25",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36626"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36633",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36633"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36630",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36630"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36631",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36631"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-26",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36629"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36632",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36632"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-25",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36627"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-26",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36628"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36625",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36625"
}
]
}
CERTFR-2025-AVI-1129
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-19
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Extended App Support pour Tanzu Platform versions antérieures à 1.0.11 | ||
| VMware | Tanzu Platform | Cloud Native Buildpacks pour Tanzu Platform versions antérieures à 0.6.1 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 10.3.2 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 10.2.6+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | .NET Core Buildpack versions antérieures à 2.4.72 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 6.0.23+LTS-T |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Extended App Support pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.11",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Native Buildpacks pour Tanzu Platform versions ant\u00e9rieures \u00e0 0.6.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.6+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": ".NET Core Buildpack versions ant\u00e9rieures \u00e0 2.4.72",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.23+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-3573",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3573"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2025-64329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64329"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-27111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27111"
},
{
"name": "CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2024-3044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3044"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2020-7792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7792"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-66030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66030"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-25184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25184"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-12194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12194"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-59419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59419"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2025-57352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57352"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-19T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1129",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-25",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36626"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36633",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36633"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36630",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36630"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36631",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36631"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-26",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36629"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36632",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36632"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-25",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36627"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-26",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36628"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36625",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36625"
}
]
}
CERTFR-2025-AVI-0622
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits VMware. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry Windows | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry Windows | ||
| VMware | N/A | Stemcells sans le dernier correctif de sécurité | ||
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry Windows | ||
| VMware | Tanzu | Anti-Virus sans le dernier correctif de sécurité pour Tanzu version 2.4.0 | ||
| VMware | Tanzu | Scheduler sans le dernier correctif de sécurité pour Tanzu version 2.0.19 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Platform | GenAI sans le dernier correctif de sécurité pour Tanzu Platform pour Cloud Foundry version 10.2.1 | ||
| VMware | Tanzu Application Service | Tanzu Application Service versions antérieures à 1.16.11 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.2.x antérieures à 10.2.1+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry isolation segment | ||
| VMware | Tanzu | Spring Cloud Services sans le dernier correctif de sécurité pour Tanzu version 3.3.8 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry | ||
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu | Spring Cloud Data Flow sans le dernier correctif de sécurité pour Tanzu version 1.14.7 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.2.x antérieures à 10.2.1+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Application Service | Single Sign-On sans le dernier correctif de sécurité pour Tanzu Application Service version 1.16.11 | ||
| VMware | Tanzu | File Integrity Monitoring sans le dernier correctif de sécurité pour Tanzu version 2.1.47 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Anti-Virus sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.4.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Scheduler sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.0.19",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "GenAI sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu Platform pour Cloud Foundry version 10.2.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.11",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.2.x ant\u00e9rieures \u00e0 10.2.1+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 3.3.8",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 1.14.7",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.2.x ant\u00e9rieures \u00e0 10.2.1+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu Application Service version 1.16.11",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "File Integrity Monitoring sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.1.47",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2024-46821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2023-28755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28755"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2023-28841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28841"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2023-28840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28840"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"name": "CVE-2023-33201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33201"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2020-36843",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36843"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-3445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3445"
},
{
"name": "CVE-2025-41234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
},
{
"name": "CVE-2020-15250",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15250"
},
{
"name": "CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2025-38152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2024-46787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2024-21012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21012"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2022-25647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25647"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2024-46812",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
},
{
"name": "CVE-2024-24579",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24579"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2022-28948",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28948"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2022-31030",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31030"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2023-2253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2253"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2025-37937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-33202",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33202"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2024-24557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24557"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-21613",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21613"
},
{
"name": "CVE-2025-38637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2024-0406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0406"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-22035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-30691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30691"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2024-29018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29018"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2024-40635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40635"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2025-38575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-22056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2023-28842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28842"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2022-36056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36056"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2023-25173",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25173"
},
{
"name": "CVE-2024-41909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41909"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2025-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2022-36109",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36109"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2023-36617",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36617"
},
{
"name": "CVE-2023-33199",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33199"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2022-24769",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24769"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2023-30551",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30551"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2024-41110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41110"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2025-22071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2023-25153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25153"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-35929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35929"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2024-52587",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52587"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2022-29173",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29173"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2024-46753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2024-29902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29902"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2025-47290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47290"
},
{
"name": "CVE-2025-22063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2024-27282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27282"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2023-46737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46737"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-23471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23471"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2024-42230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2025-21614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21614"
},
{
"name": "CVE-2025-22089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
},
{
"name": "CVE-2025-31650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31650"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-4949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4949"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-28756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28756"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2025-22054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2025-22073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-29903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29903"
},
{
"name": "CVE-2025-4575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4575"
},
{
"name": "CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-22079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2025-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0622",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-07-25T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35981",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35981"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35967",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35967"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35980",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35980"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35974",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35974"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35979",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35979"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35984",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35984"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35970",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35970"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35983",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35983"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35978",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35978"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35968",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35968"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35973",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35973"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35976",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35976"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35969",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35969"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35966",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35966"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35972",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35972"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35977",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35977"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35982",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35982"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35971",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35971"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35975",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35975"
}
]
}
CERTFR-2025-AVI-0622
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits VMware. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry Windows | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry Windows | ||
| VMware | N/A | Stemcells sans le dernier correctif de sécurité | ||
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry Windows | ||
| VMware | Tanzu | Anti-Virus sans le dernier correctif de sécurité pour Tanzu version 2.4.0 | ||
| VMware | Tanzu | Scheduler sans le dernier correctif de sécurité pour Tanzu version 2.0.19 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Platform | GenAI sans le dernier correctif de sécurité pour Tanzu Platform pour Cloud Foundry version 10.2.1 | ||
| VMware | Tanzu Application Service | Tanzu Application Service versions antérieures à 1.16.11 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.2.x antérieures à 10.2.1+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry isolation segment | ||
| VMware | Tanzu | Spring Cloud Services sans le dernier correctif de sécurité pour Tanzu version 3.3.8 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry | ||
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu | Spring Cloud Data Flow sans le dernier correctif de sécurité pour Tanzu version 1.14.7 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.2.x antérieures à 10.2.1+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Application Service | Single Sign-On sans le dernier correctif de sécurité pour Tanzu Application Service version 1.16.11 | ||
| VMware | Tanzu | File Integrity Monitoring sans le dernier correctif de sécurité pour Tanzu version 2.1.47 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Anti-Virus sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.4.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Scheduler sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.0.19",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "GenAI sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu Platform pour Cloud Foundry version 10.2.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.11",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.2.x ant\u00e9rieures \u00e0 10.2.1+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 3.3.8",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 1.14.7",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.2.x ant\u00e9rieures \u00e0 10.2.1+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu Application Service version 1.16.11",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "File Integrity Monitoring sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.1.47",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2024-46821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2023-28755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28755"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2023-28841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28841"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2023-28840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28840"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"name": "CVE-2023-33201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33201"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2020-36843",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36843"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-3445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3445"
},
{
"name": "CVE-2025-41234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
},
{
"name": "CVE-2020-15250",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15250"
},
{
"name": "CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2025-38152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2024-46787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2024-21012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21012"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2022-25647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25647"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2024-46812",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
},
{
"name": "CVE-2024-24579",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24579"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2022-28948",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28948"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2022-31030",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31030"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2023-2253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2253"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2025-37937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-33202",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33202"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2024-24557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24557"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-21613",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21613"
},
{
"name": "CVE-2025-38637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2024-0406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0406"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-22035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-30691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30691"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2024-29018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29018"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2024-40635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40635"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2025-38575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-22056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2023-28842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28842"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2022-36056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36056"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2023-25173",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25173"
},
{
"name": "CVE-2024-41909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41909"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2025-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2022-36109",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36109"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2023-36617",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36617"
},
{
"name": "CVE-2023-33199",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33199"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2022-24769",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24769"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2023-30551",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30551"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2024-41110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41110"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2025-22071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2023-25153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25153"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-35929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35929"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2024-52587",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52587"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2022-29173",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29173"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2024-46753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2024-29902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29902"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2025-47290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47290"
},
{
"name": "CVE-2025-22063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2024-27282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27282"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2023-46737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46737"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-23471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23471"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2024-42230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2025-21614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21614"
},
{
"name": "CVE-2025-22089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
},
{
"name": "CVE-2025-31650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31650"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-4949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4949"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-28756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28756"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2025-22054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2025-22073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-29903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29903"
},
{
"name": "CVE-2025-4575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4575"
},
{
"name": "CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-22079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2025-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0622",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-07-25T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35981",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35981"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35967",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35967"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35980",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35980"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35974",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35974"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35979",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35979"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35984",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35984"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35970",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35970"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35983",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35983"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35978",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35978"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35968",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35968"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35973",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35973"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35976",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35976"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35969",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35969"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35966",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35966"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35972",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35972"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35977",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35977"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35982",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35982"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35971",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35971"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35975",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35975"
}
]
}
NCSC-2026-0022
Vulnerability from csaf_ncscnl - Published: 2026-01-21 09:25 - Updated: 2026-01-21 09:25Notes
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE"
}
},
"lang": "nl",
"notes": [
{
"category": "legal_disclaimer",
"text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
},
{
"category": "description",
"text": "Oracle heeft kwetsbaarheden verholpen in Oracle Communications producten.",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden stellen aanvallers in staat om ongeautoriseerde toegang te krijgen tot het systeem, wat kan leiden tot gegevensmanipulatie en gedeeltelijke denial-of-service. De aanvallers kunnen deze kwetsbaarheden misbruiken via HTTP-verzoeken, wat mogelijk resulteert in een significante impact op de beschikbaarheid en integriteit van de gegevens.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.",
"title": "Oplossingen"
},
{
"category": "general",
"text": "medium",
"title": "Kans"
},
{
"category": "general",
"text": "high",
"title": "Schade"
},
{
"category": "general",
"text": "Incorrect Authorization",
"title": "CWE-863"
},
{
"category": "general",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "general",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "general",
"text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CWE-1321"
},
{
"category": "general",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "general",
"text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
"title": "CWE-77"
},
{
"category": "general",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
},
{
"category": "general",
"text": "Improper Encoding or Escaping of Output",
"title": "CWE-116"
},
{
"category": "general",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
},
{
"category": "general",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "general",
"text": "Write-what-where Condition",
"title": "CWE-123"
},
{
"category": "general",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "general",
"text": "Buffer Over-read",
"title": "CWE-126"
},
{
"category": "general",
"text": "Insertion of Sensitive Information Into Sent Data",
"title": "CWE-201"
},
{
"category": "general",
"text": "Generation of Error Message Containing Sensitive Information",
"title": "CWE-209"
},
{
"category": "general",
"text": "Unchecked Return Value",
"title": "CWE-252"
},
{
"category": "general",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "general",
"text": "Improper Authorization",
"title": "CWE-285"
},
{
"category": "general",
"text": "Improper Certificate Validation",
"title": "CWE-295"
},
{
"category": "general",
"text": "Improper Validation of Certificate with Host Mismatch",
"title": "CWE-297"
},
{
"category": "general",
"text": "Return of Wrong Status Code",
"title": "CWE-393"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "Inefficient Algorithmic Complexity",
"title": "CWE-407"
},
{
"category": "general",
"text": "Improper Handling of Highly Compressed Data (Data Amplification)",
"title": "CWE-409"
},
{
"category": "general",
"text": "Double Free",
"title": "CWE-415"
},
{
"category": "general",
"text": "Use After Free",
"title": "CWE-416"
},
{
"category": "general",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
},
{
"category": "general",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "general",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "general",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "Memory Allocation with Excessive Size Value",
"title": "CWE-789"
},
{
"category": "general",
"text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"title": "CWE-835"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Communications producten",
"tracking": {
"current_release_date": "2026-01-21T09:25:39.876330Z",
"generator": {
"date": "2025-08-04T16:30:00Z",
"engine": {
"name": "V.A.",
"version": "1.3"
}
},
"id": "NCSC-2026-0022",
"initial_release_date": "2026-01-21T09:25:39.876330Z",
"revision_history": [
{
"date": "2026-01-21T09:25:39.876330Z",
"number": "1.0.0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-1"
}
}
],
"category": "product_name",
"name": "Communications"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-2"
}
}
],
"category": "product_name",
"name": "Oracle Cloud Native Session Border Controller"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-3"
}
}
],
"category": "product_name",
"name": "Oracle Communications ASAP"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-4"
}
}
],
"category": "product_name",
"name": "Oracle Communications BRM - Elastic Charging Engine"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-5"
}
}
],
"category": "product_name",
"name": "Oracle Communications Billing and Revenue Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-6"
}
}
],
"category": "product_name",
"name": "Oracle Communications Element Manager"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-7"
}
}
],
"category": "product_name",
"name": "Oracle Communications IP Service Activator"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-8"
}
}
],
"category": "product_name",
"name": "Oracle Communications Network Analytics Data Director"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-9"
}
}
],
"category": "product_name",
"name": "Oracle Communications Network Integrity"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-10"
}
}
],
"category": "product_name",
"name": "Oracle Communications Operations Monitor"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-11"
}
}
],
"category": "product_name",
"name": "Oracle Communications Order and Service Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-12"
}
}
],
"category": "product_name",
"name": "Oracle Communications Policy Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-13"
}
}
],
"category": "product_name",
"name": "Oracle Communications Pricing Design Center"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-14"
}
}
],
"category": "product_name",
"name": "Oracle Communications Session Border Controller"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-15"
}
}
],
"category": "product_name",
"name": "Oracle Communications Session Report Manager"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-16"
}
}
],
"category": "product_name",
"name": "Oracle Communications Unified Assurance"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-17"
}
}
],
"category": "product_name",
"name": "Oracle Communications Unified Inventory Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-18"
}
}
],
"category": "product_name",
"name": "Oracle Enterprise Communications Broker"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12133",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"notes": [
{
"category": "other",
"text": "Inefficient Algorithmic Complexity",
"title": "CWE-407"
},
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "description",
"text": "Multiple vulnerabilities across Oracle Communications products and GNU libtasn1 versions could allow unauthenticated attackers to execute partial denial of service attacks, with CVSS scores of 5.3 for affected versions.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-12133 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-12133.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2024-12133"
},
{
"cve": "CVE-2024-46901",
"cwe": {
"id": "CWE-116",
"name": "Improper Encoding or Escaping of Output"
},
"notes": [
{
"category": "other",
"text": "Improper Encoding or Escaping of Output",
"title": "CWE-116"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Communications Unified Assurance and Apache Subversion, including denial-of-service risks and insufficient filename validation, highlight critical security concerns across multiple versions.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-46901 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-46901.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2024-46901"
},
{
"cve": "CVE-2025-5115",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "description",
"text": "Multiple vulnerabilities, including the \u0027MadeYouReset\u0027 attack in HTTP/2 and unauthenticated issues in Oracle products, can lead to denial of service across various platforms such as Eclipse Jetty and SAP Commerce Cloud.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-5115 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-5115.json"
}
],
"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": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-5115"
},
{
"cve": "CVE-2025-5318",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "description",
"text": "Multiple vulnerabilities across MySQL Workbench, Oracle Communications Policy Management, and libssh expose sensitive data and integrity risks, with CVSS scores of 5.4 and moderate severity for certain libssh flaws.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-5318 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-5318.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-5318"
},
{
"cve": "CVE-2025-5987",
"cwe": {
"id": "CWE-393",
"name": "Return of Wrong Status Code"
},
"notes": [
{
"category": "other",
"text": "Return of Wrong Status Code",
"title": "CWE-393"
},
{
"category": "description",
"text": "Multiple vulnerabilities in Oracle Communications products and libssh could allow low privileged attackers to manipulate data, disclose sensitive information, or cause system disruptions.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-5987 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-5987.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-5987"
},
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "other",
"text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"title": "CWE-835"
},
{
"category": "description",
"text": "Recent updates for Python 3 address multiple vulnerabilities, including denial of service risks in the tarfile module and HTML parsing, affecting various versions and leading to potential infinite loops and deadlocks.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-8194 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-8194.json"
}
],
"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": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-8194"
},
{
"cve": "CVE-2025-8916",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Multiple vulnerabilities have been identified across various products, including Bouncy Castle for Java, Oracle Communications, and Siebel CRM, allowing for excessive resource allocation and potential denial of service by unauthenticated attackers.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/S:P/R:U/RE:M/U:Amber",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-8916 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-8916.json"
}
],
"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": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-8916"
},
{
"cve": "CVE-2025-9900",
"cwe": {
"id": "CWE-123",
"name": "Write-what-where Condition"
},
"notes": [
{
"category": "other",
"text": "Write-what-where Condition",
"title": "CWE-123"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Communications Policy Management and Libtiff, including a critical flaw in Libtiff allowing memory manipulation, pose significant risks to system integrity and confidentiality.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-9900 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-9900.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-9900"
},
{
"cve": "CVE-2025-25193",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "description",
"text": "Recent updates reveal critical vulnerabilities in Netty and various Oracle products, primarily leading to denial of service risks due to unsafe file handling and low privilege exploitability.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-25193 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-25193.json"
}
],
"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": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-25193"
},
{
"cve": "CVE-2025-26333",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"notes": [
{
"category": "other",
"text": "Generation of Error Message Containing Sensitive Information",
"title": "CWE-209"
},
{
"category": "description",
"text": "Oracle Database Server and Oracle GoldenGate have Security-in-Depth issues related to Dell BSAFE Crypto-J, which cannot be exploited within their respective contexts, although error messages may expose sensitive information.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-26333 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-26333.json"
}
],
"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": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-26333"
},
{
"cve": "CVE-2025-27533",
"cwe": {
"id": "CWE-789",
"name": "Memory Allocation with Excessive Size Value"
},
"notes": [
{
"category": "other",
"text": "Memory Allocation with Excessive Size Value",
"title": "CWE-789"
},
{
"category": "description",
"text": "Multiple vulnerabilities across Apache ActiveMQ and Oracle products allow unauthenticated attackers to exploit denial of service (DoS) conditions through various network access methods, affecting several versions.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:A/V:D/RE:M/U:Red",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-27533 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-27533.json"
}
],
"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": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-27533"
},
{
"cve": "CVE-2025-32988",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "other",
"text": "Double Free",
"title": "CWE-415"
},
{
"category": "description",
"text": "Multiple vulnerabilities have been identified in Oracle Cloud Native Session Border Controller, Oracle Communications Unified Inventory Management, and GnuTLS, allowing for denial of service and unauthorized data access or modification.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-32988 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-32988.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-32988"
},
{
"cve": "CVE-2025-32990",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Communications products and GnuTLS\u0027s certtool utility expose systems to denial-of-service and unauthorized data access, with CVSS scores of 8.2 for Oracle and critical heap buffer overflow issues in GnuTLS.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-32990 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-32990.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-32990"
},
{
"cve": "CVE-2025-41249",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"notes": [
{
"category": "other",
"text": "Improper Authorization",
"title": "CWE-285"
},
{
"category": "other",
"text": "Incorrect Authorization",
"title": "CWE-863"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Multiple vulnerabilities have been identified in Oracle Financial Services and Retail products, as well as the Spring Framework, allowing unauthorized access to sensitive data and potentially leading to information disclosure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-41249 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-41249.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-41249"
},
{
"cve": "CVE-2025-46727",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "description",
"text": "Recent vulnerabilities in Rack and Oracle Communications Unified Assurance allow denial of service through unbounded parameter parsing and unauthenticated HTTP requests, affecting multiple versions and leading to potential memory exhaustion.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-46727 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-46727.json"
}
],
"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": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-46727"
},
{
"cve": "CVE-2025-48060",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
},
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "other",
"text": "Buffer Over-read",
"title": "CWE-126"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Cloud Native Session Border Controller and the jq command-line JSON processor expose systems to denial of service attacks, with significant severity ratings.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-48060 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-48060.json"
}
],
"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": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-48060"
},
{
"cve": "CVE-2025-48734",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "description",
"text": "Recent updates to Apache Commons BeanUtils and Oracle products address multiple vulnerabilities, including remote code execution and system compromise risks, affecting various versions and components.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-48734 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-48734.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-48734"
},
{
"cve": "CVE-2025-48924",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "description",
"text": "Multiple vulnerabilities have been identified in Oracle WebLogic Server and Oracle Communications ASAP, both allowing unauthenticated partial denial of service, alongside an uncontrolled recursion issue in Apache Commons Lang leading to potential application crashes.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-48924 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-48924.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-48976",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "description",
"text": "Multiple denial-of-service vulnerabilities have been identified in Oracle Application Testing Suite, Oracle Agile PLM, Apache Commons FileUpload, and HPE IceWall Identity Manager, with CVSS scores of 7.5 for some products.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-48976 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-48976.json"
}
],
"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": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-48976"
},
{
"cve": "CVE-2025-49844",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "other",
"text": "Use After Free",
"title": "CWE-416"
},
{
"category": "description",
"text": "Redis versions 8.2.1 and below, along with valkey version 8.0.6, have vulnerabilities in the Lua scripting engine that can lead to remote code execution, with fixes available in newer versions.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-49844 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-49844.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-49844"
},
{
"cve": "CVE-2025-54571",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"notes": [
{
"category": "other",
"text": "Unchecked Return Value",
"title": "CWE-252"
},
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle HTTP Server and ModSecurity allow for denial of service and potential XSS attacks, affecting specific versions with significant severity scores.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-54571 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-54571.json"
}
],
"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": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-54571"
},
{
"cve": "CVE-2025-55163",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Recent updates to Netty and Oracle Communications products address critical vulnerabilities, including the \u0027MadeYouReset\u0027 attack in HTTP/2, which can lead to denial of service and resource exhaustion.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-55163 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-55163.json"
}
],
"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": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-55163"
},
{
"cve": "CVE-2025-58057",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"notes": [
{
"category": "other",
"text": "Improper Handling of Highly Compressed Data (Data Amplification)",
"title": "CWE-409"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Multiple vulnerabilities across various products, including the `BrotliDecoder`, Oracle Communications Cloud Native Core Policy, and HPE Telco Intelligent Assurance, can lead to denial of service (DoS) through excessive resource allocation or malformed inputs.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-58057 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-58057.json"
}
],
"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": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-58057"
},
{
"cve": "CVE-2025-58098",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"notes": [
{
"category": "other",
"text": "Insertion of Sensitive Information Into Sent Data",
"title": "CWE-201"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Communications Unified Assurance and Apache HTTP Server versions prior to 2.4.66 expose systems to unauthorized access and denial of service risks, with CVSS scores indicating moderate severity.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-58098 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-58098.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-58098"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "description",
"text": "Multiple vulnerabilities, including a memory amplification issue in libexpat and a DoS vulnerability in Oracle Communications Network Analytics, can lead to denial-of-service attacks without enabling arbitrary code execution.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-59375 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-59375.json"
}
],
"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": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-59375"
},
{
"cve": "CVE-2025-61795",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Apache Tomcat and Oracle Communications Unified Assurance have critical vulnerabilities related to Denial of Service (DoS) risks, affecting multiple versions and requiring updates to address issues like improper resource shutdown and HTTP access exploitation.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-61795 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-61795.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-61795"
},
{
"cve": "CVE-2025-64718",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CWE-1321"
},
{
"category": "description",
"text": "Vulnerabilities in js-yaml and Oracle Communications Unified Assurance products allow for prototype pollution and system compromise, respectively, with specific versions affected and available patches.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-64718 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-64718.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-64718"
},
{
"cve": "CVE-2025-65018",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Communications Unified Assurance and libpng affect data integrity and system availability, with specific issues including buffer overflows and unauthorized access in various versions.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-65018 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-65018.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-65018"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "The urllib3 library had a vulnerability allowing unbounded decompression chains, leading to potential Denial of Service (DoS) attacks due to excessive CPU and memory usage, fixed in version 2.6.0.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-66418 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-66418.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-66418"
},
{
"cve": "CVE-2025-66516",
"cwe": {
"id": "CWE-611",
"name": "Improper Restriction of XML External Entity Reference"
},
"notes": [
{
"category": "other",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Apache Tika has a critical XML External Entity (XXE) injection vulnerability affecting multiple modules, particularly in PDF parsing, allowing remote attackers to exploit crafted files for sensitive information disclosure or remote code execution.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-66516 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-66516.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-66516"
},
{
"cve": "CVE-2025-68161",
"cwe": {
"id": "CWE-297",
"name": "Improper Validation of Certificate with Host Mismatch"
},
"notes": [
{
"category": "other",
"text": "Improper Validation of Certificate with Host Mismatch",
"title": "CWE-297"
},
{
"category": "other",
"text": "Improper Certificate Validation",
"title": "CWE-295"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Apache Log4j Core versions 2.0-beta9 to 2.25.2 lack TLS hostname verification in the Socket Appender, while Oracle\u0027s Primavera Gateway has a vulnerability allowing unauthenticated access via TLS.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-68161 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-68161.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18"
]
}
],
"title": "CVE-2025-68161"
}
]
}
WID-SEC-W-2025-1067
Vulnerability from csaf_certbund - Published: 2025-05-14 22:00 - Updated: 2025-05-29 22:00Notes
{
"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": "Red Hat Satellite dient als zentrale Stelle f\u00fcr das Management, die Verteilung von Updates in Netzwerken mit Red Hat Enterprise Linux Systemen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Satellite ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"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-2025-1067 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1067.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1067 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1067"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2025-05-14",
"url": "https://access.redhat.com/errata/RHSA-2025:7604"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2025-05-14",
"url": "https://access.redhat.com/errata/RHSA-2025:7605"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8254 vom 2025-05-28",
"url": "https://access.redhat.com/errata/RHSA-2025:8254"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8279 vom 2025-05-29",
"url": "https://access.redhat.com/errata/RHSA-2025:8279"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-8254 vom 2025-05-29",
"url": "https://linux.oracle.com/errata/ELSA-2025-8254.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2856 vom 2025-05-29",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2856.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8291 vom 2025-05-29",
"url": "https://access.redhat.com/errata/RHSA-2025:8291"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8290 vom 2025-05-29",
"url": "https://access.redhat.com/errata/RHSA-2025:8290"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8289 vom 2025-05-29",
"url": "https://access.redhat.com/errata/RHSA-2025:8289"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8288 vom 2025-05-29",
"url": "https://access.redhat.com/errata/RHSA-2025:8288"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8323 vom 2025-05-29",
"url": "https://access.redhat.com/errata/RHSA-2025:8323"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8322 vom 2025-05-29",
"url": "https://access.redhat.com/errata/RHSA-2025:8322"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8319 vom 2025-05-29",
"url": "https://access.redhat.com/errata/RHSA-2025:8319"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-8256 vom 2025-05-30",
"url": "https://linux.oracle.com/errata/ELSA-2025-8256.html"
}
],
"source_lang": "en-US",
"title": "Red Hat Satellite: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2025-05-29T22:00:00.000+00:00",
"generator": {
"date": "2025-05-30T10:25:14.031+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2025-1067",
"initial_release_date": "2025-05-14T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-05-14T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-05-27T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat, Oracle Linux und Amazon aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c6.16.5.1",
"product": {
"name": "Red Hat Satellite \u003c6.16.5.1",
"product_id": "T043801"
}
},
{
"category": "product_version",
"name": "6.16.5.1",
"product": {
"name": "Red Hat Satellite 6.16.5.1",
"product_id": "T043801-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.16.5.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.17.0.1",
"product": {
"name": "Red Hat Satellite \u003c6.17.0.1",
"product_id": "T043802"
}
},
{
"category": "product_version",
"name": "6.17.0.1",
"product": {
"name": "Red Hat Satellite 6.17.0.1",
"product_id": "T043802-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.17.0.1"
}
}
}
],
"category": "product_name",
"name": "Satellite"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46727",
"product_status": {
"known_affected": [
"67646",
"T043801",
"T043802",
"398363",
"T004914"
]
},
"release_date": "2025-05-14T22:00:00.000+00:00",
"title": "CVE-2025-46727"
}
]
}
CVE-2025-46727
Vulnerability from fstec - Published: 07.05.2025{
"CVSS 2.0": "AV:N/AC:L/Au:N/C:N/I:N/A:C",
"CVSS 3.0": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "Novell Inc., Red Hat Inc., Canonical Ltd., \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f, \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb, \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb, Leah Neukirchen",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "15.5 (OpenSUSE Leap), 8 (Red Hat Enterprise Linux), 15 SP1 (SUSE Linux Enterprise Server for SAP Applications), 12 SP5 (SUSE Linux Enterprise Server for SAP Applications), 20.04 LTS (Ubuntu), 2 (Red Hat 3scale API Management Platform), 15.3 (OpenSUSE Leap), 11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 7.3 (\u0420\u0415\u0414 \u041e\u0421), 1.7 (Astra Linux Special Edition), 4.7 (Astra Linux Special Edition), 15.4 (OpenSUSE Leap), 15 SP3 (Suse Linux Enterprise Server), 15 SP3 (SUSE Linux Enterprise Server for SAP Applications), 15 SP2 (SUSE Linux Enterprise Server for SAP Applications), 15 SP4 (Suse Linux Enterprise Server), 6 (Red Hat Satellite), 15 SP4 (SUSE Linux Enterprise Server for SAP Applications), 22.04 LTS (Ubuntu), 9 (Red Hat Enterprise Linux), 15 SP3-LTSS (Suse Linux Enterprise Server), 15 SP5 (SUSE Linux Enterprise Server for SAP Applications), 15 SP5 (Suse Linux Enterprise Server), 8.4 Telecommunications Update Service (Red Hat Enterprise Linux), 8.4 Update Services for SAP Solutions (Red Hat Enterprise Linux), - (Logging subsystem for Red Hat OpenShift), 8.8 Extended Update Support (Red Hat Enterprise Linux), 9.2 Extended Update Support (Red Hat Enterprise Linux), 15 SP6 (Suse Linux Enterprise Server), 15 SP6 (SUSE Linux Enterprise Server for SAP Applications), 24.04 LTS (Ubuntu), 9.0 Update Services for SAP Solutions (Red Hat Enterprise Linux), 8.6 Update Services for SAP Solutions (Red Hat Enterprise Linux), 8.6 Telecommunications Update Service (Red Hat Enterprise Linux), 7 Extended Lifecycle Support (Red Hat Enterprise Linux), 1.8 (Astra Linux Special Edition), 24.10 (Ubuntu), 6.16 for RHEL 8 (Red Hat Satellite), 6.16 for RHEL 9 (Red Hat Satellite), 9.4 Extended Update Support (Red Hat Enterprise Linux), 15 SP5-LTSS (Suse Linux Enterprise Server), 15 SP7 (Suse Linux Enterprise Server), 15 SP7 (SUSE Linux Enterprise Server for SAP Applications), 25.04 (Ubuntu), 10 (Red Hat Enterprise Linux), 15 SP4 LTSS (Suse Linux Enterprise Server), \u0434\u043e 2.2.14 (Rack), \u0434\u043e 3.0.16 (Rack), \u0434\u043e 3.1.14 (Rack), 3.8 (Astra Linux Special Edition)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0412 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u043e\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u043f\u0440\u0438\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f \"\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0439 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c LINUX\", \u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0445 \u0432 \u043c\u0435\u0442\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435 \u0424\u0421\u0422\u042d\u041a \u0420\u043e\u0441\u0441\u0438\u0438, \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u043c 25 \u0434\u0435\u043a\u0430\u0431\u0440\u044f 2022 \u0433\u043e\u0434\u0430.\n\n\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\n\u0414\u043b\u044f Rack:\nhttps://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx\nhttps://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74\nhttps://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3\nhttps://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712\n\n\u0414\u043b\u044f \u0420\u0435\u0434\u041e\u0421: http://repo.red-soft.ru/redos/7.3c/x86_64/updates/\n\n\u0414\u043b\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Red Hat Inc.:\nhttps://access.redhat.com/security/cve/cve-2025-46727\n\n\u0414\u043b\u044f Debian GNU/Linux:\nhttps://security-tracker.debian.org/tracker/CVE-2025-46727\n\n\u0414\u043b\u044f Ubuntu:\nhttps://ubuntu.com/security/CVE-2025-46727\n\n\u0414\u043b\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Novell Inc.:\nhttps://www.suse.com/security/cve/CVE-2025-46727.html\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 ruby-rack \u0434\u043e 2.2.6.4-1+deb12u1.astra2 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se18-bulletin-2025-0811SE18\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 ruby-rack \u0434\u043e 2.0.6-3+deb10u4.astra2 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-0923SE17\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 ruby-rack \u0434\u043e 2.0.6-3+deb10u4.astra2 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-1020SE47\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 ruby-rack \u0434\u043e 2.2.6.4-1+deb12u1.astra2 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 ruby-rack \u0434\u043e 2.2.6.4-1+deb12u1.astra2 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "07.05.2025",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "16.02.2026",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "23.06.2025",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2025-07426",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2025-46727",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "OpenSUSE Leap, Red Hat Enterprise Linux, SUSE Linux Enterprise Server for SAP Applications, Ubuntu, Red Hat 3scale API Management Platform, Debian GNU/Linux, \u0420\u0415\u0414 \u041e\u0421 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Astra Linux Special Edition (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Suse Linux Enterprise Server, Red Hat Satellite, Logging subsystem for Red Hat OpenShift, Rack",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "Novell Inc. OpenSUSE Leap 15.5 , Red Hat Inc. Red Hat Enterprise Linux 8 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP1 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 12 SP5 , Canonical Ltd. Ubuntu 20.04 LTS , Novell Inc. OpenSUSE Leap 15.3 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 11 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 12 , \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb \u0420\u0415\u0414 \u041e\u0421 7.3 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.7 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 4.7 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Novell Inc. OpenSUSE Leap 15.4 , Novell Inc. Suse Linux Enterprise Server 15 SP3 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP3 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP2 , Novell Inc. Suse Linux Enterprise Server 15 SP4 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP4 , Canonical Ltd. Ubuntu 22.04 LTS , Red Hat Inc. Red Hat Enterprise Linux 9 , Novell Inc. Suse Linux Enterprise Server 15 SP3-LTSS , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP5 , Novell Inc. Suse Linux Enterprise Server 15 SP5 , Red Hat Inc. Red Hat Enterprise Linux 8.4 Telecommunications Update Service , Red Hat Inc. Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions , Red Hat Inc. Red Hat Enterprise Linux 8.8 Extended Update Support , Red Hat Inc. Red Hat Enterprise Linux 9.2 Extended Update Support , Novell Inc. Suse Linux Enterprise Server 15 SP6 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP6 , Canonical Ltd. Ubuntu 24.04 LTS , Red Hat Inc. Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions , Red Hat Inc. Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions , Red Hat Inc. Red Hat Enterprise Linux 8.6 Telecommunications Update Service , Red Hat Inc. Red Hat Enterprise Linux 7 Extended Lifecycle Support , \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.8 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Canonical Ltd. Ubuntu 24.10 , Red Hat Inc. Red Hat Enterprise Linux 9.4 Extended Update Support , Novell Inc. Suse Linux Enterprise Server 15 SP5-LTSS , Novell Inc. Suse Linux Enterprise Server 15 SP7 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP7 , Canonical Ltd. Ubuntu 25.04 , Red Hat Inc. Red Hat Enterprise Linux 10 , Novell Inc. Suse Linux Enterprise Server 15 SP4 LTSS , \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 3.8 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043c\u043e\u0434\u0443\u043b\u044f Rack \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0430\u0442\u043e\u0440\u0430 \u044f\u0437\u044b\u043a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f Ruby, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041d\u0435\u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u0440\u0430\u0441\u0445\u043e\u0434 \u0440\u0435\u0441\u0443\u0440\u0441\u0430 (\u00ab\u0418\u0441\u0442\u043e\u0449\u0435\u043d\u0438\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u0430\u00bb) (CWE-400), \u041d\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u043e\u0435 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u0438\u043b\u0438 \u0434\u0440\u043e\u0441\u0441\u0435\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 (CWE-770)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043c\u043e\u0434\u0443\u043b\u044f Rack \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0430\u0442\u043e\u0440\u0430 \u044f\u0437\u044b\u043a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f Ruby \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043d\u0435\u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u043c\u044b\u043c \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u043c \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u0418\u0441\u0447\u0435\u0440\u043f\u0430\u043d\u0438\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432, \u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u0430\u043c\u0438",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712\nhttps://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3\nhttps://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74\nhttps://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx\nhttps://redos.red-soft.ru/support/secure/\nhttps://access.redhat.com/security/cve/cve-2025-46727\nhttps://security-tracker.debian.org/tracker/CVE-2025-46727\nhttps://ubuntu.com/security/CVE-2025-46727\nhttps://www.suse.com/security/cve/CVE-2025-46727.html\nhttps://wiki.astralinux.ru/astra-linux-se18-bulletin-2025-0811SE18\nhttps://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-0923SE17\nhttps://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-1020SE47\nhttps://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38\nhttps://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u043e\u0435 \u041f\u041e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-400, CWE-770",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,8)\n\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.1 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,5)"
}
FKIE_CVE-2025-46727
Vulnerability from fkie_nvd - Published: 2025-05-07 23:15 - Updated: 2025-06-17 19:447.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712 | Patch | |
| security-advisories@github.com | https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3 | Patch | |
| security-advisories@github.com | https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74 | Patch | |
| security-advisories@github.com | https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx | Mitigation, Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*",
"matchCriteriaId": "FEC7339A-778A-4139-B900-C42761EA6F08",
"versionEndExcluding": "2.2.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:rack:rack:*:-:*:*:*:ruby:*:*",
"matchCriteriaId": "5D926918-70AF-4922-9235-0189DF4395F6",
"versionEndExcluding": "3.0.16",
"versionStartIncluding": "3.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:rack:rack:*:-:*:*:*:ruby:*:*",
"matchCriteriaId": "0D85D0E5-7372-44BF-8298-F22735F71211",
"versionEndExcluding": "3.1.14",
"versionStartIncluding": "3.1.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation."
},
{
"lang": "es",
"value": "Rack es una interfaz modular de servidor web Ruby. En versiones anteriores a la 2.2.14, la 3.0.16 y la 3.1.14, `Rack::QueryParser` analiza cadenas de consulta y cuerpos `application/x-www-form-urlencoded` en estructuras de datos Ruby sin imponer ning\u00fan l\u00edmite en el n\u00famero de par\u00e1metros, lo que permite a los atacantes enviar solicitudes con una cantidad extremadamente grande de par\u00e1metros. La vulnerabilidad surge porque `Rack::QueryParser` itera sobre cada par clave-valor separado por `\u0026amp;` y lo a\u00f1ade a un hash sin imponer un l\u00edmite superior en el n\u00famero total de par\u00e1metros. Esto permite a un atacante enviar una sola solicitud con cientos de miles (o m\u00e1s) de par\u00e1metros, lo que consume demasiada memoria y CPU durante el an\u00e1lisis. Un atacante puede provocar una denegaci\u00f3n de servicio enviando solicitudes HTTP manipuladas espec\u00edficamente, lo que puede causar el agotamiento de la memoria o la sobrecarga de recursos de la CPU, bloqueando o bloqueando el servidor Rack. Esto provoca una interrupci\u00f3n total del servicio hasta que se reinicia el trabajador afectado. Las versiones 2.2.14, 3.0.16 y 3.1.14 solucionan el problema. Existen otras mitigaciones. Se puede usar middleware para imponer un tama\u00f1o m\u00e1ximo de cadena de consulta o un n\u00famero m\u00e1ximo de par\u00e1metros, o emplear un proxy inverso (como Nginx) para limitar el tama\u00f1o de las solicitudes y rechazar cadenas o cuerpos de consulta demasiado grandes. Limitar el tama\u00f1o del cuerpo de la solicitud y la longitud de las cadenas de consulta a nivel de servidor web o CDN es una mitigaci\u00f3n eficaz."
}
],
"id": "CVE-2025-46727",
"lastModified": "2025-06-17T19:44:47.010",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2025-05-07T23:15:54.267",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mitigation",
"Vendor Advisory"
],
"url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-400"
},
{
"lang": "en",
"value": "CWE-770"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.