Início
Tendências
Vulnerabilidades
Notícias
Pesquisadores
Por que dbugs?

Jsumners

#18023de 53,632
15CVSS total
Vulnerabilidades · 2
Alta
2
PT-2026-33000
7.5
2026-04-15
Npm · Fastify · CVE-2026-33806
**Name of the Vulnerable Software and Affected Versions** fastify versões 5.3.2 até 5.8.4 **Description** Aplicações que utilizam `schema.body.content` para validação de corpo por tipo de conteúdo estão sujeitas a um bypass de validação. Ao prefixar um espaço ao cabeçalho Content-Type, o corpo ainda é analisado corretamente, mas a validação do esquema é totalmente ignorada. **Recommendations** Atualize para a versão 5.8.5 ou posterior.
PT-2026-6281
7.5
2026-02-02
Fastify · Fastify · CVE-2026-25223
**Name of the Vulnerable Software and Affected Versions** Fastify versions prior to 5.7.2 **Description** Fastify is a web framework for Node.js. A validation bypass exists where request body validation schemas specified by Content-Type can be circumvented. Appending a tab character (`t`) followed by arbitrary content to the Content-Type header allows attackers to bypass body validation while the server processes the body as the original content type. The affected API endpoint receives requests with a Content-Type header, and the vulnerable parameter is the Content-Type header itself. **Recommendations** Update to version 5.7.2 or later.