Vulnerability Description
Nest is a framework for building scalable Node.js server-side applications. Prior to 11.1.18, SseStream._transform() interpolates message.type and message.id directly into Server-Sent Events text protocol output without sanitizing newline characters (\r, \n). Since the SSE protocol treats both \r and \n as field delimiters and \n\n as event boundaries, an attacker who can influence these fields through upstream data sources can inject arbitrary SSE events, spoof event types, and corrupt reconnection state. This vulnerability is fixed in 11.1.18.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Nestjs | Nest | < 11.1.18 |
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-35515?
CVE-2026-35515 is a vulnerability with a CVSS score of 6.1 (MEDIUM). Nest is a framework for building scalable Node.js server-side applications. Prior to 11.1.18, SseStream._transform() interpolates message.type and message.id directly into Server-Sent Events text prot...
How severe is CVE-2026-35515?
CVE-2026-35515 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-35515?
Check the references section above for vendor advisories and patch information. Affected products include: Nestjs Nest.