CVE-2026-28737: Go Net Http Cookie Httponly Falsecve-2026-28737-go-net-http-cookie-httponly-false
HTTP cookie is created with HttpOnly set to false. Sensitive cookies such as CSRF tokens or session identifiers must have HttpOnly set to true to prevent client-side JavaScript from reading cookie contents in the event of XSS.