Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SSL/TLS: BREACH attack against HTTP compression
#6
(11-08-2022, 06:44 AM)Alexandre Machado Wrote: BREACH attack is extremely difficult to happen in practice (it requires several conditions to be met simultaneously). Most sites and applications just ignore this risk.

It can be easily avoided by disabling the HTTP compression, something that we are strongly against because it will just make your application slower for no reason.

Other than that, you can mitigate the risk by using CheckFormId and CheckWindowId (both options from ServerController.SecuirtyOptions). Combined these options prevent all sorts of CSRF attacks, including BREACH attack. I recommend you to start with CheckFormId only (in case CheckWindowId is not set). This option alone should be enough to stop it.

I am also not interested to disable the HTTP compression as it will affect the performance.

CheckwindowID is already enabled. I will enable the CheckFormID and check it

Thank you very much
Reply


Messages In This Thread
RE: SSL/TLS: BREACH attack against HTTP compression - by pgnair - 11-15-2022, 04:59 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)