Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-4723: Ratelimit "Resend code to my email" in Two-Factor Authentication view · ikus060/rdiffweb@6e9ee21

Allocation of Resources Without Limits or Throttling in GitHub repository ikus060/rdiffweb prior to 2.5.5.

CVE
#web#git#auth

@@ -150,7 +150,10 @@ def check_ratelimit(

cherrypy.request.app._ratelimit_datastore = datastore

# If user is authenticated, use the username else use the ip address

token = (request.login or request.remote.ip) + ‘.’ + (scope or request.path_info)

identifier = request.remote.ip

if hasattr(cherrypy.serving, ‘session’) and cherrypy.serving.session.get('_cp_username’, None):

identifier = cherrypy.serving.session.get('_cp_username’, None)

token = identifier + ‘.’ + (scope or request.path_info)

# Get hits count using datastore.

hits = datastore.get_and_increment(token, delay, hit)

Related news

GHSA-7q4r-x5qg-mmcp: rdiffweb has no rate limit on resend email feature

rdiffweb prior to 2.5.5 has no rate limit on the "resend email feature" while enable or disable 2FA from `/prefs/mfa` endpoint .

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907