Security readout for executives and security teams
Plain-English summary
Alive Parish 2.0.4 has two serious unauthenticated weaknesses: database query injection through search and unrestricted file upload through photo handling. If this software is internet-facing, attackers may access or alter sensitive parish data and potentially run code on the server. No source provided confirms active exploitation in the wild.
Executive priority
Treat as urgent for any exposed Alive Parish 2.0.4 deployment because unauthenticated access and possible code execution create material compromise risk. If the product is not in use, document non-exposure and monitor for asset changes.
Technical view
The advisory describes SQL injection in the search endpoint key parameter and arbitrary file upload to the images/uploaded directory via person photo upload, with potential remote code execution. CVSS 4.0 is 8.8 high. The supplied CWE is CWE-352, which appears inconsistent with the described SQL injection and upload issues.
Likely exposure
Exposure is likely limited to organizations running Demo Alive Parish version 2.0.4, especially if reachable from the internet. The sources do not identify other affected versions, hosted deployments, or a vendor patch.
Exploitation context
ExploitDB is listed as a public exploit reference, so proof-of-concept details are publicly available. CISA KEV status is false in the provided bundle, and no cited source confirms active exploitation.
Researcher notes
Evidence comes from the CVE record, VulnCheck advisory, and ExploitDB reference. Public exploit availability increases operational risk, but active exploitation is not established. Patch status is not stated in the provided sources, so remediation should be guided by vendor or maintainer confirmation.
Mitigation direction
- Identify any Alive Parish 2.0.4 instances and prioritize internet-facing systems.
- Check vendor or maintainer guidance for patches, upgrades, or configuration mitigations.
- Restrict public access to the application until remediation is confirmed.
- Review upload handling and database access controls with application owners.
Validation and detection
- Inventory systems for Alive Parish and confirm exact version 2.0.4.
- Check web exposure and authentication requirements for affected application functions.
- Review logs for unusual search activity, upload activity, or unexpected files.
- Validate remediation using vendor guidance or controlled internal testing only.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-352: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupExecution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupDatabase behavior lookup
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupFile access behavior lookup
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2018-25176 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 8.8 (4.0)
- Known Exploited
- No
- Published
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
8.8HighVector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
Source materials
- CVE List V5 sourceCVE List V5
- ExploitDB-45840CVE reference · exploit
- VulnCheck Advisory: Alive Parish 2.0.4 SQL Injection and Arbitrary File UploadCVE reference · third-party-advisory
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
