Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-32731 (GCVE-0-2023-32731)
Vulnerability from cvelistv5 – Published: 2023-06-09 10:54 – Updated: 2024-09-26 19:12- CWE-440 - Expected Behavior Violation
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T15:25:37.017Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://github.com/grpc/grpc/pull/32309"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/grpc/grpc/pull/33005"
}
],
"title": "CVE Program Container"
},
{
"affected": [
{
"cpes": [
"cpe:2.3:a:grpc:grpc:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "grpc",
"vendor": "grpc",
"versions": [
{
"lessThanOrEqual": "1.54",
"status": "affected",
"version": "1.53",
"versionType": "custom"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-32731",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-09-26T19:07:16.164767Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-26T19:12:06.245Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "gRPC",
"repo": "https://github.com/grpc",
"vendor": "Google",
"versions": [
{
"lessThanOrEqual": "1.54",
"status": "affected",
"version": "1.53",
"versionType": "custom"
}
]
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\u0026nbsp;\u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/pull/33005\"\u003ehttps://github.com/grpc/grpc/pull/33005\u003c/a\u003e\u003cbr\u003e"
}
],
"value": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\u00a0 https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \n"
}
],
"impacts": [
{
"capecId": "CAPEC-220",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-220 Client-Server Protocol Manipulation"
}
]
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-440",
"description": "CWE-440: Expected Behavior Violation",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-06-13T15:26:24.636Z",
"orgId": "14ed7db2-1595-443d-9d34-6215bf890778",
"shortName": "Google"
},
"references": [
{
"url": "https://github.com/grpc/grpc/pull/32309"
},
{
"url": "https://github.com/grpc/grpc/pull/33005"
}
],
"solutions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Fixes available in these releases:\u003cbr\u003e- 1.52.2: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.52.2\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.52.2\u003c/a\u003e\u003cbr\u003e- 1.53.1: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.53.1\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.53.1\u003c/a\u003e\u003cbr\u003e- 1.54.2: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.54.2\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.54.2\u003c/a\u003e\u003cbr\u003e- 1.55.0: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.55.0\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.55.0\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e"
}
],
"value": "Fixes available in these releases:\n- 1.52.2: https://github.com/grpc/grpc/releases/tag/v1.52.2 https://github.com/grpc/grpc/releases/tag/v1.52.2 \n- 1.53.1: https://github.com/grpc/grpc/releases/tag/v1.53.1 https://github.com/grpc/grpc/releases/tag/v1.53.1 \n- 1.54.2: https://github.com/grpc/grpc/releases/tag/v1.54.2 https://github.com/grpc/grpc/releases/tag/v1.54.2 \n- 1.55.0: https://github.com/grpc/grpc/releases/tag/v1.55.0 https://github.com/grpc/grpc/releases/tag/v1.55.0 \n\n"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Information leak in gRPC",
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "14ed7db2-1595-443d-9d34-6215bf890778",
"assignerShortName": "Google",
"cveId": "CVE-2023-32731",
"datePublished": "2023-06-09T10:54:08.472Z",
"dateReserved": "2023-05-12T08:58:54.033Z",
"dateUpdated": "2024-09-26T19:12:06.245Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-32731",
"date": "2026-06-07",
"epss": "0.00075",
"percentile": "0.22636"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:grpc:grpc:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"1.53.0\", \"versionEndExcluding\": \"1.55.0\", \"matchCriteriaId\": \"1FD89F7C-C259-4213-A259-70C505491F50\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\\u00a0 https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \\n\"}]",
"id": "CVE-2023-32731",
"lastModified": "2024-11-21T08:03:55.773",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"cve-coordination@google.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H\", \"baseScore\": 7.4, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 2.2, \"impactScore\": 5.2}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 3.6}]}",
"published": "2023-06-09T11:15:09.303",
"references": "[{\"url\": \"https://github.com/grpc/grpc/pull/32309\", \"source\": \"cve-coordination@google.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/grpc/grpc/pull/33005\", \"source\": \"cve-coordination@google.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/grpc/grpc/pull/32309\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/grpc/grpc/pull/33005\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}]",
"sourceIdentifier": "cve-coordination@google.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"cve-coordination@google.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-440\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"NVD-CWE-Other\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-32731\",\"sourceIdentifier\":\"cve-coordination@google.com\",\"published\":\"2023-06-09T11:15:09.303\",\"lastModified\":\"2024-11-21T08:03:55.773\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\u00a0 https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \\n\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cve-coordination@google.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H\",\"baseScore\":7.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.2},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"cve-coordination@google.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-440\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-Other\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:grpc:grpc:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.53.0\",\"versionEndExcluding\":\"1.55.0\",\"matchCriteriaId\":\"1FD89F7C-C259-4213-A259-70C505491F50\"}]}]}],\"references\":[{\"url\":\"https://github.com/grpc/grpc/pull/32309\",\"source\":\"cve-coordination@google.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/grpc/grpc/pull/33005\",\"source\":\"cve-coordination@google.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/grpc/grpc/pull/32309\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/grpc/grpc/pull/33005\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/grpc/grpc/pull/32309\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/grpc/grpc/pull/33005\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T15:25:37.017Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-32731\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-26T19:07:16.164767Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:grpc:grpc:*:*:*:*:*:*:*:*\"], \"vendor\": \"grpc\", \"product\": \"grpc\", \"versions\": [{\"status\": \"affected\", \"version\": \"1.53\", \"versionType\": \"custom\", \"lessThanOrEqual\": \"1.54\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-26T19:12:00.443Z\"}}], \"cna\": {\"title\": \"Information leak in gRPC\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"impacts\": [{\"capecId\": \"CAPEC-220\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"CAPEC-220 Client-Server Protocol Manipulation\"}]}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.4, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/grpc\", \"vendor\": \"Google\", \"product\": \"gRPC\", \"versions\": [{\"status\": \"affected\", \"version\": \"1.53\", \"versionType\": \"custom\", \"lessThanOrEqual\": \"1.54\"}], \"defaultStatus\": \"unaffected\"}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Fixes available in these releases:\\n- 1.52.2: https://github.com/grpc/grpc/releases/tag/v1.52.2 https://github.com/grpc/grpc/releases/tag/v1.52.2 \\n- 1.53.1: https://github.com/grpc/grpc/releases/tag/v1.53.1 https://github.com/grpc/grpc/releases/tag/v1.53.1 \\n- 1.54.2: https://github.com/grpc/grpc/releases/tag/v1.54.2 https://github.com/grpc/grpc/releases/tag/v1.54.2 \\n- 1.55.0: https://github.com/grpc/grpc/releases/tag/v1.55.0 https://github.com/grpc/grpc/releases/tag/v1.55.0 \\n\\n\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Fixes available in these releases:\u003cbr\u003e- 1.52.2: \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://github.com/grpc/grpc/releases/tag/v1.52.2\\\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.52.2\u003c/a\u003e\u003cbr\u003e- 1.53.1: \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://github.com/grpc/grpc/releases/tag/v1.53.1\\\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.53.1\u003c/a\u003e\u003cbr\u003e- 1.54.2: \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://github.com/grpc/grpc/releases/tag/v1.54.2\\\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.54.2\u003c/a\u003e\u003cbr\u003e- 1.55.0: \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://github.com/grpc/grpc/releases/tag/v1.55.0\\\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.55.0\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e\", \"base64\": false}]}], \"references\": [{\"url\": \"https://github.com/grpc/grpc/pull/32309\"}, {\"url\": \"https://github.com/grpc/grpc/pull/33005\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\\u00a0 https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \\n\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\u0026nbsp;\u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://github.com/grpc/grpc/pull/33005\\\"\u003ehttps://github.com/grpc/grpc/pull/33005\u003c/a\u003e\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-440\", \"description\": \"CWE-440: Expected Behavior Violation\"}]}], \"providerMetadata\": {\"orgId\": \"14ed7db2-1595-443d-9d34-6215bf890778\", \"shortName\": \"Google\", \"dateUpdated\": \"2023-06-13T15:26:24.636Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-32731\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-09-26T19:12:06.245Z\", \"dateReserved\": \"2023-05-12T08:58:54.033Z\", \"assignerOrgId\": \"14ed7db2-1595-443d-9d34-6215bf890778\", \"datePublished\": \"2023-06-09T10:54:08.472Z\", \"assignerShortName\": \"Google\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
CERTFR-2024-AVI-0939
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Sterling | Sterling External Authentication Server versions 6.0.x antérieures à 6.0.3.1 | ||
| IBM | QRadar | QRadar App SDK versions antérieures à 2.2.2 | ||
| IBM | Sterling | Sterling Secure Proxy versions 6.0.x antérieures à 6.0.3.1 | ||
| IBM | Cloud Pak | Cloud Pak versions antérieures à 2.3.5.0 pour Power | ||
| IBM | Cloud Pak | Cloud Pak versions antérieures à 2.3.4.1 pour Intel | ||
| IBM | Sterling | Sterling External Authentication Server versions 6.1.x antérieures à 6.1.0.2 | ||
| IBM | Sterling | Sterling Secure Proxy versions 6.1.x antérieures à 6.1.0.1 |
| Title | Publication Time | Tags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Sterling External Authentication Server versions 6.0.x ant\u00e9rieures \u00e0 6.0.3.1",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar App SDK versions ant\u00e9rieures \u00e0 2.2.2",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Secure Proxy versions 6.0.x ant\u00e9rieures \u00e0 6.0.3.1",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cloud Pak versions ant\u00e9rieures \u00e0 2.3.5.0 pour Power",
"product": {
"name": "Cloud Pak",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cloud Pak versions ant\u00e9rieures \u00e0 2.3.4.1 pour Intel",
"product": {
"name": "Cloud Pak",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling External Authentication Server versions 6.1.x ant\u00e9rieures \u00e0 6.1.0.2",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Secure Proxy versions 6.1.x ant\u00e9rieures \u00e0 6.1.0.1 ",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"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-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2015-2327",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2327"
},
{
"name": "CVE-2023-43642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43642"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2015-8383",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8383"
},
{
"name": "CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"name": "CVE-2023-47747",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47747"
},
{
"name": "CVE-2023-47158",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47158"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2023-46167",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46167"
},
{
"name": "CVE-2023-38740",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38740"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2023-38719",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38719"
},
{
"name": "CVE-2023-45178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45178"
},
{
"name": "CVE-2023-47701",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47701"
},
{
"name": "CVE-2023-50308",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50308"
},
{
"name": "CVE-2023-40687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40687"
},
{
"name": "CVE-2023-52296",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52296"
},
{
"name": "CVE-2015-8381",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8381"
},
{
"name": "CVE-2024-25046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25046"
},
{
"name": "CVE-2024-31881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31881"
},
{
"name": "CVE-2015-8392",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8392"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2015-8395",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8395"
},
{
"name": "CVE-2023-34462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34462"
},
{
"name": "CVE-2015-8393",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8393"
},
{
"name": "CVE-2024-31880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31880"
},
{
"name": "CVE-2024-29025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29025"
},
{
"name": "CVE-2024-28762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28762"
},
{
"name": "CVE-2024-34062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34062"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2023-47746",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47746"
},
{
"name": "CVE-2024-27254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27254"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2023-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47141"
},
{
"name": "CVE-2024-29131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29131"
},
{
"name": "CVE-2015-8388",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8388"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2023-40692",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40692"
},
{
"name": "CVE-2023-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38003"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2024-29133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29133"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2024-22360",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22360"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2023-38729",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38729"
},
{
"name": "CVE-2023-33850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33850"
},
{
"name": "CVE-2015-8385",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8385"
},
{
"name": "CVE-2015-8394",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8394"
},
{
"name": "CVE-2015-8391",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8391"
},
{
"name": "CVE-2015-8386",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8386"
},
{
"name": "CVE-2015-8387",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8387"
},
{
"name": "CVE-2023-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38727"
},
{
"name": "CVE-2023-29258",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29258"
},
{
"name": "CVE-2023-29267",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29267"
},
{
"name": "CVE-2002-0059",
"url": "https://www.cve.org/CVERecord?id=CVE-2002-0059"
},
{
"name": "CVE-2023-43020",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43020"
},
{
"name": "CVE-2023-27859",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27859"
},
{
"name": "CVE-2023-32731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32731"
},
{
"name": "CVE-2015-2328",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2328"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2023-40374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40374"
},
{
"name": "CVE-2015-8390",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8390"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2024-39689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39689"
},
{
"name": "CVE-2023-40372",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40372"
},
{
"name": "CVE-2023-47152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47152"
},
{
"name": "CVE-2012-2677",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-2677"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0939",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-10-31T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2024-10-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7174441",
"url": "https://www.ibm.com/support/pages/node/7174441"
},
{
"published_at": "2024-10-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7174420",
"url": "https://www.ibm.com/support/pages/node/7174420"
},
{
"published_at": "2024-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7169788",
"url": "https://www.ibm.com/support/pages/node/7169788"
},
{
"published_at": "2024-10-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7174440",
"url": "https://www.ibm.com/support/pages/node/7174440"
}
]
}
CERTFR-2025-AVI-1051
Vulnerability from certfr_avis - Published: 2025-11-28 - Updated: 2025-11-28
De multiples vulnérabilités ont été découvertes dans les produits IBM. 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 | ||
|---|---|---|---|---|
| IBM | Sterling File Gateway | Sterling File Gateway versions antérieures à 6.2.1.1_1 | ||
| IBM | Db2 | Db2 versions V11.5.x sans le correctif APAR DT433150 | ||
| IBM | Spectrum | Spectrum Control versions antérieures à 5.4.13.2 | ||
| IBM | Db2 | Db2 versions V11.1.x sans le correctif APAR DT433150 | ||
| IBM | Db2 | Db2 versions V12.1.3 sans le correctif APAR DT433150 | ||
| IBM | Security QRadar EDR | Security QRadar EDR versions antérieures à 3.12.21 | ||
| IBM | WebSphere Service Registry and Repository | WebSphere Service Registry and Repository versions 8.5 sans les derniers correctifs de sécurité | ||
| IBM | Sterling B2B Integrator | Sterling B2B Integrator versions antérieures à 6.2.1.1_1 | ||
| IBM | QRadar Deployment Intelligence App | QRadar Deployment Intelligence App versions antérieures à 3.0.19 | ||
| IBM | Informix Dynamic Server | Informix Dynamic Server versions 14.10 antérieures à 14.10.xC11W1 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Sterling File Gateway versions ant\u00e9rieures \u00e0 6.2.1.1_1",
"product": {
"name": "Sterling File Gateway",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions V11.5.x sans le correctif APAR DT433150",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Spectrum Control versions ant\u00e9rieures \u00e0 5.4.13.2",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions V11.1.x sans le correctif APAR DT433150",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions V12.1.3 sans le correctif APAR DT433150",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Security QRadar EDR versions ant\u00e9rieures \u00e0 3.12.21",
"product": {
"name": "Security QRadar EDR",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Service Registry and Repository versions 8.5 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "WebSphere Service Registry and Repository",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling B2B Integrator versions ant\u00e9rieures \u00e0 6.2.1.1_1",
"product": {
"name": "Sterling B2B Integrator",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Deployment Intelligence App versions ant\u00e9rieures \u00e0 3.0.19",
"product": {
"name": "QRadar Deployment Intelligence App",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Informix Dynamic Server versions 14.10 ant\u00e9rieures \u00e0 14.10.xC11W1",
"product": {
"name": "Informix Dynamic Server",
"vendor": {
"name": "IBM",
"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-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"name": "CVE-2025-58369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58369"
},
{
"name": "CVE-2025-47279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47279"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-36097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36097"
},
{
"name": "CVE-2018-25031",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25031"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2025-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
},
{
"name": "CVE-2023-32732",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32732"
},
{
"name": "CVE-2025-54121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54121"
},
{
"name": "CVE-2024-45675",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45675"
},
{
"name": "CVE-2025-59822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59822"
},
{
"name": "CVE-2024-56339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56339"
},
{
"name": "CVE-2025-23184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23184"
},
{
"name": "CVE-2023-32731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32731"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2024-57699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57699"
}
],
"initial_release_date": "2025-11-28T00:00:00",
"last_revision_date": "2025-11-28T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1051",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-28T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"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 IBM. 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 IBM",
"vendor_advisories": [
{
"published_at": "2025-11-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7252704",
"url": "https://www.ibm.com/support/pages/node/7252704"
},
{
"published_at": "2025-11-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7252903",
"url": "https://www.ibm.com/support/pages/node/7252903"
},
{
"published_at": "2025-11-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7252597",
"url": "https://www.ibm.com/support/pages/node/7252597"
},
{
"published_at": "2025-11-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7252211",
"url": "https://www.ibm.com/support/pages/node/7252211"
},
{
"published_at": "2025-11-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7252908",
"url": "https://www.ibm.com/support/pages/node/7252908"
},
{
"published_at": "2025-11-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7250474",
"url": "https://www.ibm.com/support/pages/node/7250474"
},
{
"published_at": "2025-11-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7252718",
"url": "https://www.ibm.com/support/pages/node/7252718"
}
]
}
CERTFR-2025-AVI-1137
Vulnerability from certfr_avis - Published: 2025-12-26 - Updated: 2025-12-26
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Security QRadar Network Threat | Security QRadar Network Threat Analytics versions postérieures ou égales à 1.3.1 et antérieures à 1.4.2 | ||
| IBM | QRadar SIEM | Security QRadar Analyst Workflow versions postérieures à 2.32.0 et antérieures à 3.0.1 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct File Agent pour Solaris SPARC versions 1.4.x antérieures à 1.4.0.5_iFix002 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct File Agent pour AIX, Linux x64, Linux PPC et Windows versions postérieures à 1.4.0.2 et antérieures à 1.4.0.5_iFix001 | ||
| IBM | WebSphere | WebSphere Service Registry and Repository Studio versions 8.5.x antérieures à V8.5.6.3_IJ56659 | ||
| IBM | Db2 | Db2 Big SQL versions postérieures à 7.2.x sur Cloud Pack for Data 4.x versions antérieures à 7.7.3 sur Cloud Pack for Data 5.0.3 | ||
| IBM | WebSphere | WebSphere Service Registry and Repository sans les derniers correctifs de sécurité | ||
| IBM | Security QRadar SIEM | QRadar User Behavior Analytics versions postérieurs à 4.1.15 et antérieures à 5.0.3 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Security QRadar Network Threat Analytics versions post\u00e9rieures ou \u00e9gales \u00e0 1.3.1 et ant\u00e9rieures \u00e0 1.4.2",
"product": {
"name": "Security QRadar Network Threat",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Security QRadar Analyst Workflow versions post\u00e9rieures \u00e0 2.32.0 et ant\u00e9rieures \u00e0 3.0.1",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct File Agent pour Solaris SPARC versions 1.4.x ant\u00e9rieures \u00e0 1.4.0.5_iFix002 ",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct File Agent pour AIX, Linux x64, Linux PPC et Windows versions post\u00e9rieures \u00e0 1.4.0.2 et ant\u00e9rieures \u00e0 1.4.0.5_iFix001",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Service Registry and Repository Studio versions 8.5.x ant\u00e9rieures \u00e0 V8.5.6.3_IJ56659",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": " Db2 Big SQL versions post\u00e9rieures \u00e0 7.2.x sur Cloud Pack for Data 4.x versions ant\u00e9rieures \u00e0 7.7.3 sur Cloud Pack for Data 5.0.3",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Service Registry and Repository sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar User Behavior Analytics versions post\u00e9rieurs \u00e0 4.1.15 et ant\u00e9rieures \u00e0 5.0.3",
"product": {
"name": "Security QRadar SIEM",
"vendor": {
"name": "IBM",
"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-2015-2327",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2327"
},
{
"name": "CVE-2023-43642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43642"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2023-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38264"
},
{
"name": "CVE-2015-8383",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8383"
},
{
"name": "CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"name": "CVE-2025-4447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4447"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2023-46167",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46167"
},
{
"name": "CVE-2025-47279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47279"
},
{
"name": "CVE-2023-45178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45178"
},
{
"name": "CVE-2021-23440",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23440"
},
{
"name": "CVE-2023-47701",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47701"
},
{
"name": "CVE-2023-40687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40687"
},
{
"name": "CVE-2015-8381",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8381"
},
{
"name": "CVE-2015-8392",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8392"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2015-8395",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8395"
},
{
"name": "CVE-2025-54798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54798"
},
{
"name": "CVE-2023-34462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34462"
},
{
"name": "CVE-2015-8393",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8393"
},
{
"name": "CVE-2024-33883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33883"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2025-57822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57822"
},
{
"name": "CVE-2025-67779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67779"
},
{
"name": "CVE-2025-55183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55183"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2025-55173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55173"
},
{
"name": "CVE-2025-48068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48068"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2025-55182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55182"
},
{
"name": "CVE-2025-57752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57752"
},
{
"name": "CVE-2015-8388",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8388"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2023-40692",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40692"
},
{
"name": "CVE-2023-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38003"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2023-33850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33850"
},
{
"name": "CVE-2015-8385",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8385"
},
{
"name": "CVE-2015-8394",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8394"
},
{
"name": "CVE-2015-8391",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8391"
},
{
"name": "CVE-2015-8386",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8386"
},
{
"name": "CVE-2015-8384",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8384"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2015-8387",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8387"
},
{
"name": "CVE-2023-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38727"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2023-29258",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29258"
},
{
"name": "CVE-2025-29927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29927"
},
{
"name": "CVE-2023-5676",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5676"
},
{
"name": "CVE-2002-0059",
"url": "https://www.cve.org/CVERecord?id=CVE-2002-0059"
},
{
"name": "CVE-2023-43020",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43020"
},
{
"name": "CVE-2024-39338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39338"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2023-32731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32731"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2015-2328",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2328"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2015-8390",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8390"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2025-55184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55184"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
}
],
"initial_release_date": "2025-12-26T00:00:00",
"last_revision_date": "2025-12-26T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1137",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-26T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-12-19",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255497",
"url": "https://www.ibm.com/support/pages/node/7255497"
},
{
"published_at": "2025-12-23",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255727",
"url": "https://www.ibm.com/support/pages/node/7255727"
},
{
"published_at": "2025-12-19",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255495",
"url": "https://www.ibm.com/support/pages/node/7255495"
},
{
"published_at": "2025-12-19",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255496",
"url": "https://www.ibm.com/support/pages/node/7255496"
},
{
"published_at": "2025-12-23",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255723",
"url": "https://www.ibm.com/support/pages/node/7255723"
},
{
"published_at": "2025-12-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255557",
"url": "https://www.ibm.com/support/pages/node/7255557"
},
{
"published_at": "2025-12-19",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255410",
"url": "https://www.ibm.com/support/pages/node/7255410"
},
{
"published_at": "2025-12-23",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255729",
"url": "https://www.ibm.com/support/pages/node/7255729"
},
{
"published_at": "2025-12-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255556",
"url": "https://www.ibm.com/support/pages/node/7255556"
},
{
"published_at": "2025-12-23",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255731",
"url": "https://www.ibm.com/support/pages/node/7255731"
}
]
}
FKIE_CVE-2023-32731
Vulnerability from fkie_nvd - Published: 2023-06-09 11:15 - Updated: 2024-11-21 08:037.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:grpc:grpc:*:*:*:*:*:*:*:*",
"matchCriteriaId": "1FD89F7C-C259-4213-A259-70C505491F50",
"versionEndExcluding": "1.55.0",
"versionStartIncluding": "1.53.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\u00a0 https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \n"
}
],
"id": "CVE-2023-32731",
"lastModified": "2024-11-21T08:03:55.773",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 5.2,
"source": "cve-coordination@google.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2023-06-09T11:15:09.303",
"references": [
{
"source": "cve-coordination@google.com",
"tags": [
"Patch"
],
"url": "https://github.com/grpc/grpc/pull/32309"
},
{
"source": "cve-coordination@google.com",
"tags": [
"Patch"
],
"url": "https://github.com/grpc/grpc/pull/33005"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch"
],
"url": "https://github.com/grpc/grpc/pull/32309"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch"
],
"url": "https://github.com/grpc/grpc/pull/33005"
}
],
"sourceIdentifier": "cve-coordination@google.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-440"
}
],
"source": "cve-coordination@google.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "NVD-CWE-Other"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-CFGP-2977-2FMM
Vulnerability from github – Published: 2023-07-05 19:12 – Updated: 2025-08-13 14:56When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration.
{
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "io.grpc:grpc-protobuf"
},
"ranges": [
{
"events": [
{
"introduced": "1.53.0"
},
{
"fixed": "1.53.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "grpcio"
},
"ranges": [
{
"events": [
{
"introduced": "1.53.0"
},
{
"fixed": "1.53.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "RubyGems",
"name": "grpc"
},
"ranges": [
{
"events": [
{
"introduced": "1.53.0"
},
{
"fixed": "1.53.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "grpcio"
},
"ranges": [
{
"events": [
{
"introduced": "1.54.0"
},
{
"fixed": "1.54.2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "RubyGems",
"name": "grpc"
},
"ranges": [
{
"events": [
{
"introduced": "1.54.0"
},
{
"fixed": "1.54.2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "io.grpc:grpc-protobuf"
},
"ranges": [
{
"events": [
{
"introduced": "1.54.0"
},
{
"fixed": "1.54.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2023-32731"
],
"database_specific": {
"cwe_ids": [
"CWE-440"
],
"github_reviewed": true,
"github_reviewed_at": "2023-07-05T20:26:48Z",
"nvd_published_at": "2023-06-09T11:15:09Z",
"severity": "HIGH"
},
"details": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration.",
"id": "GHSA-cfgp-2977-2fmm",
"modified": "2025-08-13T14:56:11Z",
"published": "2023-07-05T19:12:51Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32731"
},
{
"type": "WEB",
"url": "https://github.com/grpc/grpc/issues/33463"
},
{
"type": "WEB",
"url": "https://github.com/grpc/grpc/pull/32309"
},
{
"type": "WEB",
"url": "https://github.com/grpc/grpc/pull/33005"
},
{
"type": "WEB",
"url": "https://github.com/grpc/grpc/commit/29d8beee0ac2555773b2a2dda5601c74a95d6c10"
},
{
"type": "WEB",
"url": "https://github.com/grpc/grpc/commit/65a2a895afaf1d2072447b9baf246374b182a946"
},
{
"type": "WEB",
"url": "https://github.com/grpc/grpc/releases/tag/v1.53.1"
},
{
"type": "WEB",
"url": "https://github.com/grpc/grpc/releases/tag/v1.54.2"
},
{
"type": "WEB",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-32731.yml"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "Connection confusion in gRPC"
}
GSD-2023-32731
Vulnerability from gsd - Updated: 2023-12-13 01:20{
"GSD": {
"alias": "CVE-2023-32731",
"id": "GSD-2023-32731"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-32731"
],
"details": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\u00a0 https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \n",
"id": "GSD-2023-32731",
"modified": "2023-12-13T01:20:23.369359Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@google.com",
"ID": "CVE-2023-32731",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "gRPC",
"version": {
"version_data": [
{
"version_affected": "\u003c=",
"version_name": "1.53",
"version_value": "1.54"
}
]
}
}
]
},
"vendor_name": "Google"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\u00a0 https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \n"
}
]
},
"generator": {
"engine": "Vulnogram 0.1.0-dev"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"cweId": "CWE-440",
"lang": "eng",
"value": "CWE-440: Expected Behavior Violation"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/grpc/grpc/pull/32309",
"refsource": "MISC",
"url": "https://github.com/grpc/grpc/pull/32309"
},
{
"name": "https://github.com/grpc/grpc/pull/33005",
"refsource": "MISC",
"url": "https://github.com/grpc/grpc/pull/33005"
}
]
},
"solution": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Fixes available in these releases:\u003cbr\u003e- 1.52.2: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.52.2\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.52.2\u003c/a\u003e\u003cbr\u003e- 1.53.1: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.53.1\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.53.1\u003c/a\u003e\u003cbr\u003e- 1.54.2: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.54.2\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.54.2\u003c/a\u003e\u003cbr\u003e- 1.55.0: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.55.0\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.55.0\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e"
}
],
"value": "Fixes available in these releases:\n- 1.52.2: https://github.com/grpc/grpc/releases/tag/v1.52.2 https://github.com/grpc/grpc/releases/tag/v1.52.2 \n- 1.53.1: https://github.com/grpc/grpc/releases/tag/v1.53.1 https://github.com/grpc/grpc/releases/tag/v1.53.1 \n- 1.54.2: https://github.com/grpc/grpc/releases/tag/v1.54.2 https://github.com/grpc/grpc/releases/tag/v1.54.2 \n- 1.55.0: https://github.com/grpc/grpc/releases/tag/v1.55.0 https://github.com/grpc/grpc/releases/tag/v1.55.0 \n\n"
}
],
"source": {
"discovery": "UNKNOWN"
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003c1.53.0",
"affected_versions": "All versions before 1.53.0",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-937"
],
"date": "2023-07-14",
"description": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\u00a0 https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \n",
"fixed_versions": [
"1.53.0"
],
"identifier": "CVE-2023-32731",
"identifiers": [
"GHSA-cfgp-2977-2fmm",
"CVE-2023-32731"
],
"not_impacted": "All versions starting from 1.53.0",
"package_slug": "gem/grpc",
"pubdate": "2023-07-05",
"solution": "Upgrade to version 1.53.0 or above.",
"title": "Connection confusion in gRPC",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2023-32731",
"https://github.com/grpc/grpc/pull/32309",
"https://github.com/grpc/grpc/pull/33005",
"https://github.com/grpc/grpc/issues/33463",
"https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-32731.yml",
"https://github.com/advisories/GHSA-cfgp-2977-2fmm"
],
"uuid": "6f07b89e-b7f8-4784-91be-9051d0f68c6d"
},
{
"affected_range": "(,1.53.0)",
"affected_versions": "All versions before 1.53.0",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-937"
],
"date": "2023-07-14",
"description": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\u00a0 https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \n",
"fixed_versions": [
"1.53.0"
],
"identifier": "CVE-2023-32731",
"identifiers": [
"GHSA-cfgp-2977-2fmm",
"CVE-2023-32731"
],
"not_impacted": "All versions starting from 1.53.0",
"package_slug": "maven/io.grpc/grpc-protobuf",
"pubdate": "2023-07-05",
"solution": "Upgrade to version 1.53.0 or above.",
"title": "Connection confusion in gRPC",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2023-32731",
"https://github.com/grpc/grpc/pull/32309",
"https://github.com/grpc/grpc/pull/33005",
"https://github.com/grpc/grpc/issues/33463",
"https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-32731.yml",
"https://github.com/advisories/GHSA-cfgp-2977-2fmm"
],
"uuid": "f63697af-d859-485c-842f-fe8b63430d0a"
},
{
"affected_range": "\u003c1.53.0",
"affected_versions": "All versions before 1.53.0",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-937"
],
"date": "2023-07-14",
"description": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\u00a0 https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \n",
"fixed_versions": [
"1.53.0"
],
"identifier": "CVE-2023-32731",
"identifiers": [
"GHSA-cfgp-2977-2fmm",
"CVE-2023-32731"
],
"not_impacted": "All versions starting from 1.53.0",
"package_slug": "pypi/grpcio",
"pubdate": "2023-07-05",
"solution": "Upgrade to version 1.53.0 or above.",
"title": "Connection confusion in gRPC",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2023-32731",
"https://github.com/grpc/grpc/pull/32309",
"https://github.com/grpc/grpc/pull/33005",
"https://github.com/grpc/grpc/issues/33463",
"https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-32731.yml",
"https://github.com/advisories/GHSA-cfgp-2977-2fmm"
],
"uuid": "022d2abc-698c-4d88-b970-c86b1df5d1ee"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:grpc:grpc:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.55.0",
"versionStartIncluding": "1.53.0",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@google.com",
"ID": "CVE-2023-32731"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\u00a0 https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "NVD-CWE-Other"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/grpc/grpc/pull/32309",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://github.com/grpc/grpc/pull/32309"
},
{
"name": "https://github.com/grpc/grpc/pull/33005",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://github.com/grpc/grpc/pull/33005"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
},
"lastModifiedDate": "2023-06-15T22:18Z",
"publishedDate": "2023-06-09T11:15Z"
}
}
}
MSRC_CVE-2023-32731
Vulnerability from csaf_microsoft - Published: 2023-06-01 07:00 - Updated: 2026-02-18 03:13| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-1 | — | ||
| Unresolved product id: 17084-2 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2023-32731 Information leak in gRPC - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-32731.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Information leak in gRPC",
"tracking": {
"current_release_date": "2026-02-18T03:13:30.000Z",
"generator": {
"date": "2026-02-18T12:06:38.370Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2023-32731",
"initial_release_date": "2023-06-01T07:00:00.000Z",
"revision_history": [
{
"date": "2024-06-30T07:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-02-18T03:13:30.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"category": "product_name",
"name": "azl3 grpc 1.42.0-7",
"product": {
"name": "azl3 grpc 1.42.0-7",
"product_id": "1"
}
},
{
"category": "product_name",
"name": "azl3 python-tensorboard 2.16.2-6",
"product": {
"name": "azl3 python-tensorboard 2.16.2-6",
"product_id": "2"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 grpc 1.42.0-7 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-tensorboard 2.16.2-6 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-32731",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-2"
]
},
{
"label": "vulnerable_code_not_present",
"product_ids": [
"17084-1"
]
}
],
"notes": [
{
"category": "general",
"text": "Google",
"title": "Assigning CNA"
}
],
"product_status": {
"known_not_affected": [
"17084-1",
"17084-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-32731 Information leak in gRPC - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-32731.json"
}
],
"title": "Information leak in gRPC"
}
]
}
OPENSUSE-SU-2024:13621-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-source-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-source-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-source-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-source-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libupb37-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libupb37-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libupb37-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libupb37-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:upb-devel-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:upb-devel-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:upb-devel-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:upb-devel-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-source-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-source-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-source-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-source-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libupb37-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libupb37-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libupb37-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libupb37-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:upb-devel-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:upb-devel-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:upb-devel-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:upb-devel-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-source-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-source-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-source-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grpc-source-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libupb37-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libupb37-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libupb37-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libupb37-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:upb-devel-1.60.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:upb-devel-1.60.0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:upb-devel-1.60.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:upb-devel-1.60.0-3.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "grpc-devel-1.60.0-3.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the grpc-devel-1.60.0-3.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13621",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13621-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32731 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32731/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32732 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32732/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-4785 page",
"url": "https://www.suse.com/security/cve/CVE-2023-4785/"
}
],
"title": "grpc-devel-1.60.0-3.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13621-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "grpc-devel-1.60.0-3.1.aarch64",
"product": {
"name": "grpc-devel-1.60.0-3.1.aarch64",
"product_id": "grpc-devel-1.60.0-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "grpc-source-1.60.0-3.1.aarch64",
"product": {
"name": "grpc-source-1.60.0-3.1.aarch64",
"product_id": "grpc-source-1.60.0-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libgrpc++1_60-1.60.0-3.1.aarch64",
"product": {
"name": "libgrpc++1_60-1.60.0-3.1.aarch64",
"product_id": "libgrpc++1_60-1.60.0-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libgrpc1_60-1.60.0-3.1.aarch64",
"product": {
"name": "libgrpc1_60-1.60.0-3.1.aarch64",
"product_id": "libgrpc1_60-1.60.0-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libgrpc37-1.60.0-3.1.aarch64",
"product": {
"name": "libgrpc37-1.60.0-3.1.aarch64",
"product_id": "libgrpc37-1.60.0-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libupb37-1.60.0-3.1.aarch64",
"product": {
"name": "libupb37-1.60.0-3.1.aarch64",
"product_id": "libupb37-1.60.0-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "upb-devel-1.60.0-3.1.aarch64",
"product": {
"name": "upb-devel-1.60.0-3.1.aarch64",
"product_id": "upb-devel-1.60.0-3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grpc-devel-1.60.0-3.1.ppc64le",
"product": {
"name": "grpc-devel-1.60.0-3.1.ppc64le",
"product_id": "grpc-devel-1.60.0-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "grpc-source-1.60.0-3.1.ppc64le",
"product": {
"name": "grpc-source-1.60.0-3.1.ppc64le",
"product_id": "grpc-source-1.60.0-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libgrpc++1_60-1.60.0-3.1.ppc64le",
"product": {
"name": "libgrpc++1_60-1.60.0-3.1.ppc64le",
"product_id": "libgrpc++1_60-1.60.0-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libgrpc1_60-1.60.0-3.1.ppc64le",
"product": {
"name": "libgrpc1_60-1.60.0-3.1.ppc64le",
"product_id": "libgrpc1_60-1.60.0-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libgrpc37-1.60.0-3.1.ppc64le",
"product": {
"name": "libgrpc37-1.60.0-3.1.ppc64le",
"product_id": "libgrpc37-1.60.0-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libupb37-1.60.0-3.1.ppc64le",
"product": {
"name": "libupb37-1.60.0-3.1.ppc64le",
"product_id": "libupb37-1.60.0-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "upb-devel-1.60.0-3.1.ppc64le",
"product": {
"name": "upb-devel-1.60.0-3.1.ppc64le",
"product_id": "upb-devel-1.60.0-3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grpc-devel-1.60.0-3.1.s390x",
"product": {
"name": "grpc-devel-1.60.0-3.1.s390x",
"product_id": "grpc-devel-1.60.0-3.1.s390x"
}
},
{
"category": "product_version",
"name": "grpc-source-1.60.0-3.1.s390x",
"product": {
"name": "grpc-source-1.60.0-3.1.s390x",
"product_id": "grpc-source-1.60.0-3.1.s390x"
}
},
{
"category": "product_version",
"name": "libgrpc++1_60-1.60.0-3.1.s390x",
"product": {
"name": "libgrpc++1_60-1.60.0-3.1.s390x",
"product_id": "libgrpc++1_60-1.60.0-3.1.s390x"
}
},
{
"category": "product_version",
"name": "libgrpc1_60-1.60.0-3.1.s390x",
"product": {
"name": "libgrpc1_60-1.60.0-3.1.s390x",
"product_id": "libgrpc1_60-1.60.0-3.1.s390x"
}
},
{
"category": "product_version",
"name": "libgrpc37-1.60.0-3.1.s390x",
"product": {
"name": "libgrpc37-1.60.0-3.1.s390x",
"product_id": "libgrpc37-1.60.0-3.1.s390x"
}
},
{
"category": "product_version",
"name": "libupb37-1.60.0-3.1.s390x",
"product": {
"name": "libupb37-1.60.0-3.1.s390x",
"product_id": "libupb37-1.60.0-3.1.s390x"
}
},
{
"category": "product_version",
"name": "upb-devel-1.60.0-3.1.s390x",
"product": {
"name": "upb-devel-1.60.0-3.1.s390x",
"product_id": "upb-devel-1.60.0-3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "grpc-devel-1.60.0-3.1.x86_64",
"product": {
"name": "grpc-devel-1.60.0-3.1.x86_64",
"product_id": "grpc-devel-1.60.0-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "grpc-source-1.60.0-3.1.x86_64",
"product": {
"name": "grpc-source-1.60.0-3.1.x86_64",
"product_id": "grpc-source-1.60.0-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgrpc++1_60-1.60.0-3.1.x86_64",
"product": {
"name": "libgrpc++1_60-1.60.0-3.1.x86_64",
"product_id": "libgrpc++1_60-1.60.0-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgrpc1_60-1.60.0-3.1.x86_64",
"product": {
"name": "libgrpc1_60-1.60.0-3.1.x86_64",
"product_id": "libgrpc1_60-1.60.0-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgrpc37-1.60.0-3.1.x86_64",
"product": {
"name": "libgrpc37-1.60.0-3.1.x86_64",
"product_id": "libgrpc37-1.60.0-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libupb37-1.60.0-3.1.x86_64",
"product": {
"name": "libupb37-1.60.0-3.1.x86_64",
"product_id": "libupb37-1.60.0-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "upb-devel-1.60.0-3.1.x86_64",
"product": {
"name": "upb-devel-1.60.0-3.1.x86_64",
"product_id": "upb-devel-1.60.0-3.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": "grpc-devel-1.60.0-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.aarch64"
},
"product_reference": "grpc-devel-1.60.0-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-devel-1.60.0-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.ppc64le"
},
"product_reference": "grpc-devel-1.60.0-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-devel-1.60.0-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.s390x"
},
"product_reference": "grpc-devel-1.60.0-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-devel-1.60.0-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.x86_64"
},
"product_reference": "grpc-devel-1.60.0-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-source-1.60.0-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grpc-source-1.60.0-3.1.aarch64"
},
"product_reference": "grpc-source-1.60.0-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-source-1.60.0-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grpc-source-1.60.0-3.1.ppc64le"
},
"product_reference": "grpc-source-1.60.0-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-source-1.60.0-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grpc-source-1.60.0-3.1.s390x"
},
"product_reference": "grpc-source-1.60.0-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-source-1.60.0-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grpc-source-1.60.0-3.1.x86_64"
},
"product_reference": "grpc-source-1.60.0-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgrpc++1_60-1.60.0-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.aarch64"
},
"product_reference": "libgrpc++1_60-1.60.0-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgrpc++1_60-1.60.0-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.ppc64le"
},
"product_reference": "libgrpc++1_60-1.60.0-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgrpc++1_60-1.60.0-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.s390x"
},
"product_reference": "libgrpc++1_60-1.60.0-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgrpc++1_60-1.60.0-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.x86_64"
},
"product_reference": "libgrpc++1_60-1.60.0-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgrpc1_60-1.60.0-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.aarch64"
},
"product_reference": "libgrpc1_60-1.60.0-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgrpc1_60-1.60.0-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.ppc64le"
},
"product_reference": "libgrpc1_60-1.60.0-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgrpc1_60-1.60.0-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.s390x"
},
"product_reference": "libgrpc1_60-1.60.0-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgrpc1_60-1.60.0-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.x86_64"
},
"product_reference": "libgrpc1_60-1.60.0-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgrpc37-1.60.0-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.aarch64"
},
"product_reference": "libgrpc37-1.60.0-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgrpc37-1.60.0-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.ppc64le"
},
"product_reference": "libgrpc37-1.60.0-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgrpc37-1.60.0-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.s390x"
},
"product_reference": "libgrpc37-1.60.0-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgrpc37-1.60.0-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.x86_64"
},
"product_reference": "libgrpc37-1.60.0-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libupb37-1.60.0-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libupb37-1.60.0-3.1.aarch64"
},
"product_reference": "libupb37-1.60.0-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libupb37-1.60.0-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libupb37-1.60.0-3.1.ppc64le"
},
"product_reference": "libupb37-1.60.0-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libupb37-1.60.0-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libupb37-1.60.0-3.1.s390x"
},
"product_reference": "libupb37-1.60.0-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libupb37-1.60.0-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libupb37-1.60.0-3.1.x86_64"
},
"product_reference": "libupb37-1.60.0-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "upb-devel-1.60.0-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:upb-devel-1.60.0-3.1.aarch64"
},
"product_reference": "upb-devel-1.60.0-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "upb-devel-1.60.0-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:upb-devel-1.60.0-3.1.ppc64le"
},
"product_reference": "upb-devel-1.60.0-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "upb-devel-1.60.0-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:upb-devel-1.60.0-3.1.s390x"
},
"product_reference": "upb-devel-1.60.0-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "upb-devel-1.60.0-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:upb-devel-1.60.0-3.1.x86_64"
},
"product_reference": "upb-devel-1.60.0-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-32731",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32731"
}
],
"notes": [
{
"category": "general",
"text": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32731",
"url": "https://www.suse.com/security/cve/CVE-2023-32731"
},
{
"category": "external",
"summary": "SUSE Bug 1212180 for CVE-2023-32731",
"url": "https://bugzilla.suse.com/1212180"
}
],
"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:grpc-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-32731"
},
{
"cve": "CVE-2023-32732",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32732"
}
],
"notes": [
{
"category": "general",
"text": "gRPC contains a vulnerability whereby a client can cause a termination of connection between a HTTP2 proxy and a gRPC server: a base64 encoding error for `-bin` suffixed headers will result in a disconnection by the gRPC server, but is typically allowed by HTTP2 proxies. We recommend upgrading beyond the commit in https://github.com/grpc/grpc/pull/32309 https://www.google.com/url \n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32732",
"url": "https://www.suse.com/security/cve/CVE-2023-32732"
},
{
"category": "external",
"summary": "SUSE Bug 1212182 for CVE-2023-32732",
"url": "https://bugzilla.suse.com/1212182"
}
],
"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:grpc-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.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:grpc-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-32732"
},
{
"cve": "CVE-2023-4785",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-4785"
}
],
"notes": [
{
"category": "general",
"text": "Lack of error handling in the TCP server in Google\u0027s gRPC starting version 1.23 on posix-compatible platforms (ex. Linux) allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Java, and Go are NOT affected. ",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-4785",
"url": "https://www.suse.com/security/cve/CVE-2023-4785"
},
{
"category": "external",
"summary": "SUSE Bug 1215334 for CVE-2023-4785",
"url": "https://bugzilla.suse.com/1215334"
}
],
"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:grpc-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-devel-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:grpc-source-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc++1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc1_60-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libgrpc37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:libupb37-1.60.0-3.1.x86_64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.aarch64",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.ppc64le",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.s390x",
"openSUSE Tumbleweed:upb-devel-1.60.0-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-4785"
}
]
}
OPENSUSE-SU-2024:13634-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python310-grpcio-1.60.0-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python310-grpcio-1.60.0-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13634",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13634-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32731 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32731/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32732 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32732/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-4785 page",
"url": "https://www.suse.com/security/cve/CVE-2023-4785/"
}
],
"title": "python310-grpcio-1.60.0-2.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13634-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python310-grpcio-1.60.0-2.1.aarch64",
"product": {
"name": "python310-grpcio-1.60.0-2.1.aarch64",
"product_id": "python310-grpcio-1.60.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-grpcio-1.60.0-2.1.aarch64",
"product": {
"name": "python311-grpcio-1.60.0-2.1.aarch64",
"product_id": "python311-grpcio-1.60.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-grpcio-1.60.0-2.1.aarch64",
"product": {
"name": "python39-grpcio-1.60.0-2.1.aarch64",
"product_id": "python39-grpcio-1.60.0-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-grpcio-1.60.0-2.1.ppc64le",
"product": {
"name": "python310-grpcio-1.60.0-2.1.ppc64le",
"product_id": "python310-grpcio-1.60.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-grpcio-1.60.0-2.1.ppc64le",
"product": {
"name": "python311-grpcio-1.60.0-2.1.ppc64le",
"product_id": "python311-grpcio-1.60.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-grpcio-1.60.0-2.1.ppc64le",
"product": {
"name": "python39-grpcio-1.60.0-2.1.ppc64le",
"product_id": "python39-grpcio-1.60.0-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-grpcio-1.60.0-2.1.s390x",
"product": {
"name": "python310-grpcio-1.60.0-2.1.s390x",
"product_id": "python310-grpcio-1.60.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-grpcio-1.60.0-2.1.s390x",
"product": {
"name": "python311-grpcio-1.60.0-2.1.s390x",
"product_id": "python311-grpcio-1.60.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-grpcio-1.60.0-2.1.s390x",
"product": {
"name": "python39-grpcio-1.60.0-2.1.s390x",
"product_id": "python39-grpcio-1.60.0-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-grpcio-1.60.0-2.1.x86_64",
"product": {
"name": "python310-grpcio-1.60.0-2.1.x86_64",
"product_id": "python310-grpcio-1.60.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-grpcio-1.60.0-2.1.x86_64",
"product": {
"name": "python311-grpcio-1.60.0-2.1.x86_64",
"product_id": "python311-grpcio-1.60.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-grpcio-1.60.0-2.1.x86_64",
"product": {
"name": "python39-grpcio-1.60.0-2.1.x86_64",
"product_id": "python39-grpcio-1.60.0-2.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": "python310-grpcio-1.60.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.aarch64"
},
"product_reference": "python310-grpcio-1.60.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-grpcio-1.60.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.ppc64le"
},
"product_reference": "python310-grpcio-1.60.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-grpcio-1.60.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.s390x"
},
"product_reference": "python310-grpcio-1.60.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-grpcio-1.60.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.x86_64"
},
"product_reference": "python310-grpcio-1.60.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-grpcio-1.60.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.aarch64"
},
"product_reference": "python311-grpcio-1.60.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-grpcio-1.60.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.ppc64le"
},
"product_reference": "python311-grpcio-1.60.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-grpcio-1.60.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.s390x"
},
"product_reference": "python311-grpcio-1.60.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-grpcio-1.60.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.x86_64"
},
"product_reference": "python311-grpcio-1.60.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-grpcio-1.60.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.aarch64"
},
"product_reference": "python39-grpcio-1.60.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-grpcio-1.60.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.ppc64le"
},
"product_reference": "python39-grpcio-1.60.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-grpcio-1.60.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.s390x"
},
"product_reference": "python39-grpcio-1.60.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-grpcio-1.60.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.x86_64"
},
"product_reference": "python39-grpcio-1.60.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-32731",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32731"
}
],
"notes": [
{
"category": "general",
"text": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32731",
"url": "https://www.suse.com/security/cve/CVE-2023-32731"
},
{
"category": "external",
"summary": "SUSE Bug 1212180 for CVE-2023-32731",
"url": "https://bugzilla.suse.com/1212180"
}
],
"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:python310-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-32731"
},
{
"cve": "CVE-2023-32732",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32732"
}
],
"notes": [
{
"category": "general",
"text": "gRPC contains a vulnerability whereby a client can cause a termination of connection between a HTTP2 proxy and a gRPC server: a base64 encoding error for `-bin` suffixed headers will result in a disconnection by the gRPC server, but is typically allowed by HTTP2 proxies. We recommend upgrading beyond the commit in https://github.com/grpc/grpc/pull/32309 https://www.google.com/url \n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32732",
"url": "https://www.suse.com/security/cve/CVE-2023-32732"
},
{
"category": "external",
"summary": "SUSE Bug 1212182 for CVE-2023-32732",
"url": "https://bugzilla.suse.com/1212182"
}
],
"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:python310-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.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:python310-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-32732"
},
{
"cve": "CVE-2023-4785",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-4785"
}
],
"notes": [
{
"category": "general",
"text": "Lack of error handling in the TCP server in Google\u0027s gRPC starting version 1.23 on posix-compatible platforms (ex. Linux) allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Java, and Go are NOT affected. ",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-4785",
"url": "https://www.suse.com/security/cve/CVE-2023-4785"
},
{
"category": "external",
"summary": "SUSE Bug 1215334 for CVE-2023-4785",
"url": "https://bugzilla.suse.com/1215334"
}
],
"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:python310-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.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:python310-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python310-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python311-grpcio-1.60.0-2.1.x86_64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.aarch64",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.ppc64le",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.s390x",
"openSUSE Tumbleweed:python39-grpcio-1.60.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-4785"
}
]
}
RHSA-2024:10761
Vulnerability from csaf_redhat - Published: 2024-12-03 16:21 - Updated: 2026-06-04 01:20An issue discovered in Python Packaging Authority (PyPA) Wheel 0.37.1 and earlier allows remote attackers to cause a denial of service via attacker controlled input to wheel cli.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the gRPC library. Affected versions of this package are vulnerable to a reachable assertion, causing the abort function to be called and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in gRPC. This flaw allows a remote attacker to obtain sensitive information, caused by a flaw when the gRPC HTTP2 stack raised a header size exceeded error. By sending a specially crafted request, an attacker can obtain sensitive information, and use this information to launch further attacks against the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the gRPC lib. This vulnerability allows hpack table accounting errors that could lead to unwanted disconnects between clients and servers in exceptional cases. This issue leads to Unbounded memory buffering in the HPACK parser and Unbounded CPU consumption in the HPACK parser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 rhc-worker-playbook 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": "Python-based worker for Red Hat connect, used to launch Ansible playbooks via Ansible Runner.\n\nSecurity Fix(es):\n\n* python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli (CVE-2022-40898)\n\n* gRPC: sensitive information disclosure (CVE-2023-32731)\n\n* gRPC: Reachable Assertion (CVE-2023-1428)\n\n* gRPC: hpack table accounting errors can lead to denial of service (CVE-2023-33953)\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-2024:10761",
"url": "https://access.redhat.com/errata/RHSA-2024:10761"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2165864",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864"
},
{
"category": "external",
"summary": "2214463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214463"
},
{
"category": "external",
"summary": "2214473",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214473"
},
{
"category": "external",
"summary": "2230890",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230890"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10761.json"
}
],
"title": "Red Hat Security Advisory: rhc-worker-playbook security update",
"tracking": {
"current_release_date": "2026-06-04T01:20:00+00:00",
"generator": {
"date": "2026-06-04T01:20:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:10761",
"initial_release_date": "2024-12-03T16:21:41+00:00",
"revision_history": [
{
"date": "2024-12-03T16:21:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-12-03T16:21:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-04T01:20:00+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 AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"product": {
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"product": {
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"product": {
"name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"product": {
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"product": {
"name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"product": {
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64",
"product": {
"name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64",
"product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"product": {
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"product": {
"name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64"
},
"product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le"
},
"product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x"
},
"product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src"
},
"product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64"
},
"product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64"
},
"product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le"
},
"product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x"
},
"product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64"
},
"product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-40898",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-12-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2165864"
}
],
"notes": [
{
"category": "description",
"text": "An issue discovered in Python Packaging Authority (PyPA) Wheel 0.37.1 and earlier allows remote attackers to cause a denial of service via attacker controlled input to wheel cli.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli",
"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": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-40898"
},
{
"category": "external",
"summary": "RHBZ#2165864",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6",
"url": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6"
}
],
"release_date": "2022-12-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-03T16:21:41+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": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:10761"
}
],
"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": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli"
},
{
"cve": "CVE-2023-1428",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2023-06-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2214473"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the gRPC library. Affected versions of this package are vulnerable to a reachable assertion, causing the abort function to be called and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gRPC: Reachable Assertion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is specific to the C++, Python and Ruby implementations of gRPC prior to the 1.53 release.\nThe gRPC library was packaged with Openshift via the Kuryr component. However, Kuryr was never configured to run code using the gRPC library and has since been removed.",
"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": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1428"
},
{
"category": "external",
"summary": "RHBZ#2214473",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214473"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1428"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1428",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1428"
}
],
"release_date": "2023-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-03T16:21:41+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": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:10761"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_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": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gRPC: Reachable Assertion"
},
{
"cve": "CVE-2023-32731",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2023-06-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2214463"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC. This flaw allows a remote attacker to obtain sensitive information, caused by a flaw when the gRPC HTTP2 stack raised a header size exceeded error. By sending a specially crafted request, an attacker can obtain sensitive information, and use this information to launch further attacks against the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gRPC: sensitive information disclosure",
"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": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-32731"
},
{
"category": "external",
"summary": "RHBZ#2214463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214463"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-32731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32731"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32731",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32731"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-cfgp-2977-2fmm",
"url": "https://github.com/advisories/GHSA-cfgp-2977-2fmm"
}
],
"release_date": "2023-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-03T16:21:41+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": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:10761"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gRPC: sensitive information disclosure"
},
{
"cve": "CVE-2023-33953",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-08-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2230890"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the gRPC lib. This vulnerability allows hpack table accounting errors that could lead to unwanted disconnects between clients and servers in exceptional cases. This issue leads to Unbounded memory buffering in the HPACK parser and Unbounded CPU consumption in the HPACK parser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gRPC: hpack table accounting errors can lead to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is specific to C++ implementations of gRPC prior to the 1.57 release. The gRPC library was packaged with Openshift via the Kuryr component. However, Kuryr was never configured to run code using the gRPC library and has since been removed.",
"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": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-33953"
},
{
"category": "external",
"summary": "RHBZ#2230890",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230890"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-33953",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33953"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-33953",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-33953"
},
{
"category": "external",
"summary": "https://cloud.google.com/support/bulletins#gcp-2023-022",
"url": "https://cloud.google.com/support/bulletins#gcp-2023-022"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-496j-2rq6-j6cc",
"url": "https://github.com/advisories/GHSA-496j-2rq6-j6cc"
}
],
"release_date": "2023-08-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-03T16:21:41+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": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:10761"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_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": [
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gRPC: hpack table accounting errors can lead to denial of service"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.