Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SSL/TLS: BREACH attack against HTTP compression
#5
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.
Reply


Messages In This Thread
RE: SSL/TLS: BREACH attack against HTTP compression - by Alexandre Machado - 11-08-2022, 06:44 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)