-
Notifications
You must be signed in to change notification settings - Fork 640
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
DOS issue: Firefox crashing TheHive #899
Comments
Hello, is there any way to take a look to what the browser does, like for example, from the developer console, take a look to the network tab? |
I tried, but what happened was that you get a reply on the first request, but all subsequent requests (ctrl+shift+R) don't work. |
Tried that on a Mac OS and it works fine. What client OS are you using? |
Tried on Windows and Debian versions :) |
Tested on Ubuntu, works fine. Do you have any logs? The response of the requests that fail? |
Hmm, I'm starting to think this is something I've done myself, since we have some custom things. I'll get back to you 👍 I couldn't find any relevant logs, as it just seems to DOS itself immediately after the first request. |
Could'nt this linked with the button issue? Why didn't you upgrade to 3.3 RC4? |
Yes try even RC5 so we can test on the same version |
Oh, my current custom build is on RC2 (we don't have internet access on servers, so upgrading in general is a hassle, aka I don't do it for every minor upgrade). I'll try, thanks! |
So your version is custom version of TheHive? |
It's basically the normal TheHive with some things like extra severity fields etc. which hasn't broken anything before (been running for a year), hence I thought it might be something happening to everyone. I'll upgrade and test some more before I update you again. |
I finally got around to doing the upgrade from RC-2 to RC-5. Everything seems to be working fine now! Problem is I don't really know why.. Thanks for the help :) |
Request Type
Bug
Work Environment
Problem Description
When you click a case TheHive 3.3-RC2 from Firefox 65.0.1, it automatically makes the server use all available CPU. I'm guessing this is an infinite loop issue in Angular. This is specific to Firefox 65.0.1, and was not reproducable with e.g. firefox 60. (Didn't test inbetween 64, 63 etc.). This does not occur on earlier versions of TheHive either (e.g. 3.2.1). Not tested without Docker.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: