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

Pentestju

#18401de 53,635
14.7CVSS total
Vulnerabilidades · 2
Média
1
Alta
1
PT-2026-44042
5.9
2026-05-27
Labredescefetrj · Wegia · CVE-2026-45027
WeGIA is a web manager for charitable institutions. In versions prior to 3.7.3, when a user logs in, html/login.php hashes the submitted password using PHP's hash() function with the SHA-256 algorithm and no salt before comparing it to the stored value. The password change flow in controle/FuncionarioControle.php follows the same pattern. SHA-256 is a general-purpose cryptographic hash built for speed, not password storage. Without a salt, identical passwords produce identical digests, making the entire hash database vulnerable to a single precomputed rainbow table lookup. This vulnerability is fixed in 3.7.3.
PT-2026-30733
8.8
2026-04-06
Wegia · Wegia · CVE-2026-35395
Name of the Vulnerable Software and Affected Versions WeGIA versões anteriores a 3.6.9 Description WeGIA, um gerenciador web para instituições de caridade, contém uma vulnerabilidade de injeção SQL no arquivo 'dao/memorando/DespachoDAO.php'. O parâmetro `id memorando`, obtido da variável `$ REQUEST`, é usado em consultas SQL sem validação adequada. Isso permite que usuários autenticados executem comandos SQL arbitrários contra o banco de dados. Recommendations Atualize para a versão 3.6.9 ou posterior.