Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TYPO3.CMS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • accessibilityaccessibility
  • TYPO3.CMS
  • Repository
Switch branch/tag
  • TYPO3.CMS
  • composer.lock
Find file BlameHistoryPermalink
  • Torben Hansen's avatar
    [FEATURE] Introduce rate limiter for failed logins · 939003e5
    Torben Hansen authored Mar 27, 2021 and Benni Mack's avatar Benni Mack committed Jul 06, 2021
    The PHP library `symfony/rate-limiter` has been integrated
    in order to provide a rate limiting API for the TYPO3 core
    and extensions.
    
    As a new system default, the TYPO3 backend and
    frontend login now uses a rate limiter, which prevents
    further authentication attempts for an IP address, if
    a configurable amount of login attempts is
    exceeded in a given time.
    
    The hardcoded wait time of 5 seconds after a failed login has
    been removed, since it offers no real protection against brute
    force attacks.
    
    The following dependencies are introduced:
    
    * symfony/rate-limiter "^5.3"
    
    Resolves: #93825
    Releases: master
    Change-Id: Ib248b78b501a4d50556aa97938f4c51f12f7522a
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68624
    
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Jochen's avatarJochen <rothjochen@gmail.com>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Jochen's avatarJochen <rothjochen@gmail.com>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    939003e5