Project

General

Profile

Actions

Feature #97496

open

Return 401 on failed login

Added by Christian Toffolo almost 2 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Start date:
2022-04-28
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Return 401 HTTP code on failed login to the BE and felogin so an intrusion prevention software like fail2ban can be configured to detect brute force attacks.

Actions #1

Updated by Torben Hansen almost 2 years ago

I see no real benefit of changing the HTTP return code for failed logins and would like to refer to the same discussion in the Wordpress community - see: https://core.trac.wordpress.org/ticket/25446

TYPO3 has a rate limiter component since v11, which is able to block IP addresses for a certain time after a configurable amount of failed login attempts (backend/frontend logins).

TYPO3 sends different HTTP response codes on successful logins (303 for successful backend login and 303 for successful frontend login if redirect is enabled). This information can be used to configure an IPS system to monitor/block brute force login attempts.

Also, TYPO3 offers the following:

So in general it should already be possible to configure an IPS system to detect failed logins in TYPO3 (but not by HTTP response status).

Actions #2

Updated by Frank Nägler almost 2 years ago

@Torben: What is the problem with a correct status code?
From my point of view, the HTTP status code is wrong and should be 401. The reason or use case is described.
Referring to events or hooks is not very helpful, why should I implement any custom code with events if the correct HTTP status would solve the issue?

Actions

Also available in: Atom PDF