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

Can we bump the jprotoc to 1.2.2 #150

Open
xchen8421 opened this issue Aug 22, 2024 · 1 comment
Open

Can we bump the jprotoc to 1.2.2 #150

xchen8421 opened this issue Aug 22, 2024 · 1 comment

Comments

@xchen8421
Copy link

Read me

Read this first before creating an issue:

  • do not use this issue tracker to ask questions, instead use one of these channels. Questions will likely be closed without notice.
  • you shall create a feature request only when it is general purpose enough.
  • make sure that the feature is not already

Describe the feature

Give the simplest and best explanation.

Currently, we are using vert.x-grpc to implement our grpc service. We found out the following CVE issues.

 com.google.protobuf:protobuf-java                           │ CVE-2021-22569 │ HIGH     │        │ 3.15.8            │ 3.16.1, 3.18.2, 3.19.2         │ protobuf-java: potential DoS in the parsing procedure for   │
│ (vertx-grpc-protoc-plugin-4.5.9.jar)                        │                │          │        │                   │                                │ binary data                                                 │
│                                                             │                │          │        │                   │                                │ https://avd.aquasec.com/nvd/cve-2021-22569                  │
│                                                             ├────────────────┤          │        │                   ├────────────────────────────────┼─────────────────────────────────────────────────────────────┤
│                                                             │ CVE-2022-3509  │          │        │                   │ 3.16.3, 3.19.6, 3.20.3, 3.21.7 │ protobuf-java: Textformat parsing issue leads to DoS        │
│                                                             │                │          │        │                   │                                │ https://avd.aquasec.com/nvd/cve-2022-3509                   │
│                                                             ├────────────────┤          │        │                   │                                ├─────────────────────────────────────────────────────────────┤
│                                                             │ CVE-2022-3510  │          │        │                   │                                │ protobuf-java: Message-Type Extensions parsing issue leads  │
│                                                             │                │          │        │                   │                                │ to DoS                                                      │
│                                                             │                │          │        │                   │                                │ https://avd.aquasec.com/nvd/cve-2022-3510                   │
│                                                             ├────────────────┼──────────┤        │                   ├────────────────────────────────┼─────────────────────────────────────────────────────────────┤
│                                                             │ CVE-2022-3171  │ MEDIUM   │        │                   │ 3.21.7, 3.20.3, 3.19.6, 3.16.3 │ protobuf-java: timeout in parser leads to DoS               │
│                                                             │                │          │        │                   │                                │ https://avd.aquasec.com/nvd/cve-2022-3171                   │
└─────────────────────────────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴────────────────────────────────┴──────────────────────────────────────────────

We found that if we could bump the jprotoc to 1.2.2, it could resolve those HIGH CVEs, b/c it is use 3.22.2 protobuf-java.

Use cases

A list of use cases this feature will enable and the value it creates.

Contribution

Who should implement this feature ? are you volunteering for implementing this feature or
do you know that is able and willing implement this feature ?

@xchen8421
Copy link
Author

Hi @vietj,

Could you help us on this?

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant