Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/vulndb: potential Go vuln in github.com/grpc/grpc: CVE-2023-4785 #2062

Closed
GoVulnBot opened this issue Sep 13, 2023 · 1 comment
Closed
Assignees
Labels
excluded: NOT_GO_CODE This vulnerability does not refer to a Go module.

Comments

@GoVulnBot
Copy link

CVE-2023-4785 references github.com/grpc/grpc, which may be a Go module.

Description:
Lack of error handling in the TCP server in Google's 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. 

References:

Cross references:

See doc/triage.md for instructions on how to triage this report.

modules:
    - module: github.com/grpc/grpc
      vulnerable_at: 1.58.0
      packages:
        - package: gRPC
description: |-
    Lack of error handling in the TCP server in Google's 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.
cves:
    - CVE-2023-4785
references:
    - fix: https://github.com/grpc/grpc/pull/33656
    - fix: https://github.com/grpc/grpc/pull/33667
    - fix: https://github.com/grpc/grpc/pull/33669
    - fix: https://github.com/grpc/grpc/pull/33670
    - fix: https://github.com/grpc/grpc/pull/33672

@neild neild self-assigned this Sep 14, 2023
@neild neild added the excluded: NOT_GO_CODE This vulnerability does not refer to a Go module. label Sep 14, 2023
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/528596 mentions this issue: data/excluded: batch add 10 excluded reports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
excluded: NOT_GO_CODE This vulnerability does not refer to a Go module.
Projects
None yet
Development

No branches or pull requests

3 participants