-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Vulnerable Library - grpcio-1.51.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
HTTP/2-based RPC framework
Path to dependency file: /sdk/python
Path to vulnerable library: /sdk/python
Found in HEAD commit: 91873fcdcfc0b8bdcd1e3a12de8708e0e762ae88
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (grpcio version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| CVE-2023-1428 | 7.5 | grpcio-1.51.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | Direct | io.grpc:grpc-protobuf:1.53.0,grpcio - 1.53.0,grpc - 1.53.0 | ❌ |
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2023-1428
Vulnerable Library - grpcio-1.51.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
HTTP/2-based RPC framework
Path to dependency file: /sdk/python
Path to vulnerable library: /sdk/python
Dependency Hierarchy:
- ❌ grpcio-1.51.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (Vulnerable Library)
Found in HEAD commit: 91873fcdcfc0b8bdcd1e3a12de8708e0e762ae88
Found in base branch: main
Vulnerability Details
There exists an vulnerability causing an abort() to be called in gRPC.
The following headers cause gRPC's C++ implementation to abort() when called via http2:
te: x (x != trailers)
:scheme: x (x != http, https)
grpclb_client_stats: x (x == anything)
On top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit 2485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.
Mend Note: The description of this vulnerability differs from MITRE.
Publish Date: 2023-06-09
URL: CVE-2023-1428
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-6628-q6j9-w8vg
Release Date: 2023-06-09
Fix Resolution: io.grpc:grpc-protobuf:1.53.0,grpcio - 1.53.0,grpc - 1.53.0
Step up your Open Source Security Game with Mend here