Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Pentestju

#18423of 53,633
14.7Total CVSS
Vulnerabilities · 2
Medium
1
High
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 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.