RockteMQ-AI commented on issue #3045:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/3045#issuecomment-5533783873

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   Both fail-open paths are real issues:
   1. `recordFailure` replacing an active lock with a one-failure state is a 
race condition.
   2. `MAX_TRACKED_USERNAMES` bypass: once full, new usernames are silently 
ignored.
   
   **Root Cause:** State management does not check for active lock before 
resetting; map eviction drops new entries.
   **Impact:** Security — brute-force protection can be bypassed.
   **Severity:** high
   
   ---
   *Automated evaluation by github-manager-bot*


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to