SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-53525

HIGH · CVSS 7.4 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-21 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

WeeChat versions 0.3.1 through 4.9.0 are vulnerable due to their use of non-constant-time string comparison functions for relay authentication, allowing attackers to exploit timing discrepancies to recover password hashes character by character. This vulnerability poses a high risk, as it enables unauthorized authentication without knowledge of the actual password. Organizations using affected versions should prioritize upgrading to version 4.9.1 to mitigate this security risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-53525
Severity
HIGH
CVSS
7.4
EPSS
0.25%

Original NVD Description

WeeChat (Wee Enhanced Environment for Chat) is a free chat client. In versions 0.3.1 through 4.9.0, the WeeChat relay authentication uses non-constant-time string comparison functions (weechat_strcasecmp and strcmp) to verify password hashes and plaintext passwords. An attacker can exploit timing differences to extract the server-computed hash character by character, then authenticate using the correct hash without knowing the password. Version 4.9.1 fixes the issue.