Falhas do tipo CWE-614

65 resultados

Cookie sensível sem atributo Secure

Quando um cookie que contém dados sensíveis (sessão, autenticação, token) é criado sem a flag Secure, o navegador o envia também em conexões HTTP não criptografadas. Um atacante na rede (man-in-the-middle) consegue interceptar e roubar esse cookie, comprometendo a autenticação ou sessão do usuário.

Exemplo

Uma aplicação web autentica o usuário e cria um cookie de sessão com Set-Cookie: session_id=abc123; HttpOnly, mas esquece de adicionar Secure. Se o usuário acessar a página por HTTP em uma rede Wi-Fi pública, o cookie viaja em texto plano e pode ser capturado.

Como mitigar

Sempre adicione o atributo Secure em cookies que armazenem dados sensíveis (session_id, auth tokens): Set-Cookie: session_id=abc123; Secure; HttpOnly; SameSite=Strict. Force HTTPS em toda a aplicação e redirecione HTTP para HTTPS.

CVE-2025-24390MEDIUMMissing Cookie FlagsEPSS 0.2%CVE-2026-57948HIGHPinpoint - Insecure Session Cookie Attributes in pinpointJwtEPSS 0.2%CVE-2026-48058MEDIUMnebula-mesh: Session and OIDC state cookies lack the Secure attributeEPSS 0.2%CVE-2026-11956MEDIUMTwiN gatus OIDC Session Cookie oidc.go setSessionCookie missing secure attributeEPSS 0.2%CVE-2024-58317MEDIUMKentico Xperience <= 13.0.164 Cookie Security ConfigurationEPSS 0.2%CVE-2026-46398HIGHHAX CMS Missing Secure Flag on CookieEPSS 0.2%CVE-2024-28771MEDIUMIBM Security Directory Integrator information disclosureEPSS 0.2%CVE-2024-28770MEDIUMIBM Security Directory Integrator information disclosureEPSS 0.2%CVE-2024-55897MEDIUMIBM PowerHA SystemMirror for i information disclosureEPSS 0.2%CVE-2025-36011MEDIUMIBM Jazz for Service Management information disclosureEPSS 0.2%CVE-2026-22617MEDIUMEaton Intelligent Power Protector (IPP) uses an insecure cookie configuration, which could allow a network‑based attacker to intercept the cEPSS 0.2%CVE-2026-46550MEDIUMNocoDB: Refresh Token Cookie Set Without `Secure` and `SameSite` FlagsEPSS 0.2%CVE-2026-56581LOWHCL MyCloud was affected with Cookie Attribute Path Not SetEPSS 0.2%CVE-2025-36026MEDIUMIBM Datacap information disclosureEPSS 0.2%CVE-2025-52632MEDIUMHCL AION is susceptible to Missing Secure Attribute in Encrypted Session (SSL) Cookie vulnerabilityEPSS 0.1%CVE-2025-36249LOWIBM Jazz for Service Management is vulnerable to "filter" cookie not sent over SSLEPSS 0.1%CVE-2025-52614LOWHCL Unica Platform is affected by a Cookie without HTTPOnly Flag Set vulnerabilityEPSS 0.1%CVE-2025-24897HIGHMisskey CSRF vulnerability due to insecure configuration of authentication cookie attributesEPSS 0.1%CVE-2024-23572MEDIUMHCL Aftermarket EPC is vulnerable to attack as cookie appears to contain a session token, which may increase the risk associated with this iEPSS 0.1%CVE-2026-4820MEDIUMIBM Maximo Application Suite was vulnerable to because Cookie ltpatoken2_<workspace_name> was not set with secure flagEPSS 0.1%