Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Pentestju

#19037of 55,140
14.7Total CVSS
Vulnerabilities · 2
Medium
1
High
1
PT-2026-44042
5.9
2026-05-27
Wegia · Wegia · CVE-2026-45027
**Name of the Vulnerable Software and Affected Versions** WeGIA versions prior to 3.7.3 **Description** When a user logs in via the 'html/login.php' endpoint, the system hashes the submitted password using the PHP `hash()` function with the SHA-256 algorithm and no salt. The password change flow in 'controle/FuncionarioControle.php' follows the same pattern. Because SHA-256 is a general-purpose cryptographic hash designed for speed rather than password storage, the absence of a salt means identical passwords produce identical digests. This allows the hash database to be compromised using a precomputed rainbow table lookup, which is a technique used to reverse cryptographic hash functions using large precomputed tables of hashes. **Recommendations** Update to version 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 versions prior to 3.6.9 Description WeGIA, a Web manager for charitable institutions, contains a SQL injection issue in the 'dao/memorando/DespachoDAO.php' file. The `id memorando` parameter, obtained from the `$ REQUEST` variable, is used in SQL queries without proper validation. This allows authenticated users to execute arbitrary SQL commands against the database. Recommendations Update to version 3.6.9 or later.