LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25092: Nakiami Mellivora Admin Panel user.inc.php print_user_ip_log cross site scripting

A vulnerability classified as problematic was found in Nakiami Mellivora up to 2.1.x. Affected by this vulnerability is the function print_user_ip_log of the file include/layout/user.inc.php of the component Admin Panel. The manipulation of the argument $entry['ip'] leads to cross site scripting. The attack can be launched remotely. Upgrading to version 2.2.0 is able to address this issue. The name of the patch is e0b6965f8dde608a3d2621617c05695eb406cbb9. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-216955.

LowCVSS 2.4Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

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.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
2.4CVSS 3.1LowCVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N0.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

2.4Low
CVSS 3.1 vector shape for CVE-2019-25092Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
NakiamiMellivora2.0, 2.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

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.