Security readout for executives and security teams
Plain-English summary
CVE-2019-25092 is a low-severity cross-site scripting issue in the Nakiami Mellivora admin panel. An attacker would need high privileges and a victim interaction path, so business urgency is limited unless an organization still runs Mellivora 2.0 or 2.1 with active admin use.
Executive priority
Treat as routine patching unless Mellivora admin access is broadly delegated or exposed. The issue can affect integrity in the admin interface, but available evidence points to low practical impact and no confirmed active exploitation.
Technical view
The flaw is CWE-79 in include/layout/user.inc.php, function print_user_ip_log. The $entry['ip'] value can be manipulated and rendered as cross-site scripting content. The published CVSS 3.1 score is 2.4 with network access, low complexity, high privileges, and required user interaction.
Likely exposure
Exposure appears limited to Nakiami Mellivora versions 2.0 and 2.1, specifically the Admin Panel user IP log rendering path. The source bundle does not identify other affected products, hosted services, or downstream packages.
Exploitation context
The source bundle says remote attack is possible, but CVSS requires high privileges and user interaction. CISA KEV status is false, and no cited source in the bundle states active exploitation.
Researcher notes
Evidence is limited to the CVE/VulDB description and GitHub patch/release references. The issue is tied to untrusted IP-log data output in print_user_ip_log, with no public exploit status or broader product impact established in the provided bundle.
Mitigation direction
- Upgrade Nakiami Mellivora to version 2.2.0.
- Confirm the deployed code includes commit e0b6965f8dde608a3d2621617c05695eb406cbb9.
- Restrict admin panel access to trusted administrators while remediation is pending.
- Check vendor guidance for any deployment-specific hardening advice.
Validation and detection
- Inventory Mellivora deployments and identify versions 2.0 or 2.1.
- Review the admin panel user IP log rendering path after upgrade.
- Verify version 2.2.0 or the named patch commit is deployed.
- Inspect admin IP log data for unexpected markup-like content.
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-79: 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 lookupCVE-2019-25092 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
- Low
- CVSS
- 2.4 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A: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:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N0.91.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
2.4LowVector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.216955CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.216955CVE reference · signature, permissions-required
- https://github.com/Nakiami/mellivora/commit/e0b6965f8dde608a3d2621617c05695eb406cbb9CVE reference · patch
- https://github.com/Nakiami/mellivora/releases/tag/v2.2.0CVE reference · patch
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.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
