Security Advisory

CVE-2026-31865

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-03-18 02:50:55
Last updated 2026-03-18 18:39:09
Assigner GitHub_M
State PUBLISHED

Description

Elysia is a Typescript framework for request validation, type inference, OpenAPI documentation, and client-server communication. Prior to version 1.4.27, an Elysia cookie can be overridden by prototype pollution , eg. `__proto__`. This issue is patched in 1.4.27. As a workaround, use t.Cookie validation to enforce validation value and/or prevent iterable over cookie if possible.