CVE-2026-45025
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedWeGIA is a web manager for charitable institutions. In versions prior to 3.7.3, a Stored Cross-Site Scripting (XSS) vulnerability allows an authenticated user to inject malicious JavaScript into the "Etapas de um Processo" (html/atendido/etapa_processo.php) page, which is executed when user access the the page, enabling session hijacking and account takeover. This vulnerability is fixed in 3.7.3.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceA stored Cross-Site Scripting (XSS) vulnerability in WeGIA versions prior to 3.7.3 allows authenticated users to inject malicious JavaScript into the 'Etapas de um Processo' page (html/atendido/etapa_processo.php). The injected payload persists and executes whenever users access the page, enabling session hijacking and potential account takeover.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- High
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm WeGIA versionLocate the version file or header in the WeGIA installation (commonly in a config file, README, or application footer) and compare it to the affected range (versions prior to 3.7.3)Affected if The installed version is 3.7.2 or lower
-
Verify vulnerable file existsCheck for the presence of html/atendido/etapa_processo.php in the WeGIA web root directoryAffected if The file exists and the version is prior to 3.7.3
-
Confirm authenticated access to the featureLog in to WeGIA and navigate to the 'Etapas de um Processo' page (typically under the atendimento or processo module)Affected if The page is accessible to your authenticated user account and the application version is prior to 3.7.3
-
Inspect page for existing XSS payloadsView the page source or interact with form fields in the 'Etapas de um Processo' section; check if user-supplied data is rendered without proper encodingAffected if The page accepts input and reflects it back unescaped in the browser, indicating the vulnerability is present and exploitable
You are affected if WeGIA version is prior to 3.7.3 AND you have the vulnerable etapa_processo.php file accessible to authenticated users in your environment.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to WeGIA version 3.7.3 or later. If immediate patching is not possible, implement output encoding and input validation on the etapa_processo.php page to neutralize malicious script injection.
WeGIA version 3.7.3
- Backup the current WeGIA installation and database before proceeding with any changes
- Download WeGIA version 3.7.3 from the official GitHub repository or distribution source
- Replace the existing WeGIA files with the files from version 3.7.3, preserving configuration files as needed
- Verify that the html/atendido/etapa_processo.php file has been updated with the fix
- Test the 'Etapas de um Processo' page by attempting to inject a benign XSS payload (e.g., <script>alert('XSS')</script>) to confirm the vulnerability is patched
- Monitor the application logs for any errors following the upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation6.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,544.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-45025 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-45025 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data