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

Single packet number space used for all packet types #540

Open
NErinola opened this issue Aug 28, 2024 · 1 comment
Open

Single packet number space used for all packet types #540

NErinola opened this issue Aug 28, 2024 · 1 comment
Labels

Comments

@NErinola
Copy link

Tested Build
v1.2.0

Observation
We observed that the aioquic implementation uses a single packet number space for Initial, Handshake, 0-RTT, and 1-RTT packets. While this issue does not result in an immediate vulnerability, it deviates from the standard. According to RFC 9000 (https://www.rfc-editor.org/rfc/rfc9000.html#name-packet-numbers), separate packet number spaces should be used: one for Initial packets, another for Handshake packets, and a third shared space for both 0-RTT and 1-RTT packets.

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant