CVE-2026-45027
Last modified
CVE-2026-45027 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. 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. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-45027?
How severe is CVE-2026-45027?
How do I fix CVE-2026-45027?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-4502IBM Langflow Desktop 1.2.0 through 1.8.4 Langflow could allo…6.5
- CVE-2026-45021Kuma is a modern Envoy-based service mesh that can run on ev…5.1
- CVE-2026-45022go-git is an extensible git implementation library written i…7.5
- CVE-2026-45023AutoGPT is a workflow automation platform for creating, depl…5.4
- CVE-2026-45025WeGIA is a web manager for charitable institutions. In versi…6.8
- CVE-2026-45026WeGIA is a web manager for charitable institutions. In versi…6.8
- CVE-2026-45028Astro is a web framework. Astro versions prior to 6.1.10 use…6.1
- CVE-2026-4503IBM Langflow Desktop 1.0.0 through 1.8.4 Langflow could allo…7.5
- CVE-2026-45031ImageMagick is free and open-source software used for editin…5.3
- CVE-2026-45033GitHub Copilot CLI brings AI-powered coding assistance direc…7.8
- CVE-2026-45034PhpSpreadsheet is a pure PHP library for reading and writing…9.2
- CVE-2026-45035Tabby (formerly Terminus) is a highly configurable terminal …8.8
Are you affected by CVE-2026-45027?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
