← Volver al buscador de CVEs

CVE-2026-74788

Scriban

Descripción

Scriban before 7.0.0 (affected versions <= 6.6.0) contains an uncontrolled memory allocation vulnerability in the string.pad_left and string.pad_right template functions, which perform no validation on the width parameter before delegating to .NET-s String.PadLeft/PadRight. When an application exposes Scriban to untrusted template input, an attacker can supply an arbitrarily large width value (e.g., 500,000,000) to trigger ~1GB memory allocations in a single call, resulting in OutOfMemoryException and denial of service. The TemplateContext.LimitToString limit does not prevent this because it is only enforced after the string has been fully allocated.

CVSS 7.5EPSS 0.27799999999999997%Riesgo 0.77
Ver fuente
Publicación
2026-08-16 14:16:56
Versiones afectadas
<7.0.0
Tipo
Librería
Última modificación
2026-08-17 17:16:52
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H