cvedb.io
CVE-2026-34715
MEDIUM · CVSS 5.3
EPSS exploitation probability: 0%
Published 2026-04-02T18:16:32.910 · Last modified 2026-06-17T10:39:29.713

Summary

ewe is a Gleam web server. Prior to version 3.0.6, the encode_headers function in src/ewe/internal/encoder.gleam directly interpolates response header keys and values into raw HTTP bytes without validating or stripping CRLF (\r\n) sequences. An application that passes user-controlled data into response headers (e.g., setting a Location redirect header from a request parameter) allows an attacker to inject arbitrary HTTP response content, leading to response splitting, cache poisoning, and possible cross-site scripting. Notably, ewe does validate CRLF in incoming request headers via validate_field_value() in the HTTP/1.1 parser — but provides no equivalent protection for outgoing response headers in the encoder. This issue has been patched in version 3.0.6.

Affected products

vshakitskiy — ewe

Does this affect you?

Add your gear to cvedb and we'll alert you only when vshakitskiy ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.