CyberRota Analysis
AI-GeneratedTornado versions prior to 6.5.8 are vulnerable to cookie attribute injection due to an incomplete fix, allowing attackers to manipulate cookie security attributes by using capitalized or legacy keyword arguments in the set_cookie function. This vulnerability can lead to unauthorized access or session hijacking by embedding malicious data in cookie parameters. Organizations using affected versions of Tornado should prioritize patching to mitigate potential security risks.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Tornado before 6.5.8 contains an incomplete fix for cookie attribute injection that allows attackers to inject arbitrary cookie attributes by passing capitalized or legacy keyword arguments to set_cookie. Attackers can embed semicolon-delimited data in capitalized parameters like Domain, Path, or SameSite to bypass validation and modify cookie security attributes.