1
24.7 Production Series / Re: The new GUI doesn't work on one of my several servers.
« on: July 28, 2024, 10:02:00 am »
FYI: "opnsense-patch 724f8494d6" gets you this workaround to the issue:
https://github.com/opnsense/core/commit/724f8494d64074e0384b9f593e699daf2d84d604
"(/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/h2.c.612) h2: xx.xx.xx.xx sent too many RST_STREAM too quickly"
That error is emitted after triggering the detection of activity which looks like the HTTP/2 rapid reset attack (CVE-2023-44487).
Maybe the client side of the GUI should manage widget requests through a queue to better limit the number of concurrent requests?
https://github.com/opnsense/core/commit/724f8494d64074e0384b9f593e699daf2d84d604
"(/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/h2.c.612) h2: xx.xx.xx.xx sent too many RST_STREAM too quickly"
That error is emitted after triggering the detection of activity which looks like the HTTP/2 rapid reset attack (CVE-2023-44487).
Maybe the client side of the GUI should manage widget requests through a queue to better limit the number of concurrent requests?