Summary
An unsanitized qpack index can lead to an integer overflow, panicing in debug mode, accessing the wrong or no dynamic table entry in release mode.
What does this mean for Firefox? Firefox runs Neqo in release mode. A malicious remote can cause its own QUIC connection to fail to use qpack, i.e. compression, or enter an inconsistent state. The remote can not crash Firefox, nor affect other QUIC connections.
Details
See fuzz report in mozilla/neqo#3406.
PoC
See test in pull request.
Impact
All Firefox users. Though vulnerability likely scoped to same connection, i.e. low impact.
References
Summary
An unsanitized qpack index can lead to an integer overflow, panicing in debug mode, accessing the wrong or no dynamic table entry in release mode.
What does this mean for Firefox? Firefox runs Neqo in release mode. A malicious remote can cause its own QUIC connection to fail to use qpack, i.e. compression, or enter an inconsistent state. The remote can not crash Firefox, nor affect other QUIC connections.
Details
See fuzz report in mozilla/neqo#3406.
PoC
See test in pull request.
Impact
All Firefox users. Though vulnerability likely scoped to same connection, i.e. low impact.
References