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

Potential vulnerability due to quinn-proto dependency crate #3

Closed
snehilzs opened this issue Oct 24, 2023 · 8 comments
Closed

Potential vulnerability due to quinn-proto dependency crate #3

snehilzs opened this issue Oct 24, 2023 · 8 comments
Labels
bug Something isn't working

Comments

@snehilzs
Copy link

Describe the bug

Code audit shows potential vulnerability from the quinn-proto dependency crate. Receiving QUIC frames containing a frame with unknown frame type could lead to a panic.

Details are:
Crate: quinn-proto
Version: 0.10.4
Title: Denial of service in Quinn servers
Date: 2023-09-21
ID: RUSTSEC-2023-0063
URL: https://rustsec.org/advisories/RUSTSEC-2023-0063
Severity: 7.5 (high)

Solution: Upgrade to ^0.9.5 OR >=0.10.5

To reproduce

NA

System info

NA

@snehilzs snehilzs added the bug Something isn't working label Oct 24, 2023
YuanYuYuan pushed a commit that referenced this issue Mar 29, 2024
@wyfo
Copy link

wyfo commented Jun 18, 2024

@oteffahi Is this issue still relevant?

@oteffahi
Copy link
Member

@wyfo We're still using that version of the crate; so the issue is still relevant.

@wyfo
Copy link

wyfo commented Jun 18, 2024

Should we move it to the origin repository?

@oteffahi
Copy link
Member

We shouldn't put security vulnerabilities in the spotlight before we resolve them 😅

@oteffahi
Copy link
Member

@gabrik can we bump Quinn?

@gabrik
Copy link

gabrik commented Jun 18, 2024

@gabrik can we bump Quinn?

sure, but I think it will have a impact on the QUIC transport, as there have been API changes in quinn, so it is not just a bump of the crate

@wyfo
Copy link

wyfo commented Jun 18, 2024

We shouldn't put security vulnerabilities in the spotlight before we resolve them 😅

Mouais...

@oteffahi
Copy link
Member

Fixed by updating crate version in eclipse-zenoh#1086

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants