0xd00 随笔小记

Back

[CVE-2025-6533] Captcha ReplayBlur image

Abstract#

The ajaxLogin method in the authentication module is vulnerable to a Captcha Replay Attack. The application correctly validates the user-submitted captcha against the one stored in the session but fails to invalidate or remove the captcha after its first use. This allows an attacker to reuse a single valid captcha indefinitely to perform automated brute-force or dictionary attacks against user passwords, completely bypassing the anti-automation security control.

Vulnerability Details#

1. Affected Product Information

  • Product Name: novel-plus
  • Repository URL: https://github.com/201206030/novel-plus
  • Affected Component: novel-admin/src/main/java/com/java2nb/system/controller/LoginController.java:80
  • Affected Version: v5.1.3
  • Vulnerability Type: Improper Restriction of Excessive Authentication Attempts
  • CWE (Common Weakness Enumeration): CWE-307
  • Affected Code Snippet:

POC#

image-20250613114237721

image-20250613114256009

[CVE-2025-6533] Captcha Replay
https://blog.0xd00.com/blog/captcha-replay-attack-lead-to-brute-force-protection-bypass
Author 0xd00
Published at 2025年6月13日
Comment seems to stuck. Try to refresh?✨