CVE-2026-11618: Taier Improper Auth Interceptor

The preHandle method checks if an authentication token is missing or blank but returns true immediately without validating its cryptographic integrity or decrypting it. This allows an attacker to bypass authentication by providing any arbitrary non-blank string. Validate or decrypt the token before returning true.

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0Javaβ
greprules fetch cve-2026-11618-taier-improper-auth-interceptor --engine opengrep

Description

The preHandle method checks if an authentication token is missing or blank but returns true immediately without validating its cryptographic integrity or decrypting it. This allows an attacker to bypass authentication by providing any arbitrary non-blank string. Validate or decrypt the token before returning true.