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

IPv6 infinite loop #1

Closed
hackerfactor opened this issue Sep 13, 2023 · 1 comment
Closed

IPv6 infinite loop #1

hackerfactor opened this issue Sep 13, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@hackerfactor
Copy link
Owner

IPv6 has a variable number of extensions.
Each extension should have a length.
If some specially crafts a packet with an extension that has a zero-length, then nuzzle will enter an infinite loop while trying to walk the list of extensions.

Impacts the initial release of nuzzle (nps-1.4).

@hackerfactor hackerfactor self-assigned this Sep 13, 2023
@hackerfactor hackerfactor added the bug Something isn't working label Sep 13, 2023
@hackerfactor
Copy link
Owner Author

Fixed in nps-1.5.

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

1 participant