[MEDIUM] 缺失全局速率限制:登录、注册、密码重置接口可被爆破 #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
漏洞描述
项目中未配置全局速率限制中间件(如
rate.Limiter或redis计数器),以下接口可被无限制调用:修复建议
golang.org/x/time/rate或 Redis 计数器实现速率限制严重程度
MEDIUM — 虽非直接数据泄露,但为后续攻击(爆破、滥用)创造条件。