LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25277: FaceSentry Access Control System 6.4.8 Reflected Cross-Site Scripting via pluginInstall.php

FaceSentry Access Control System 6.4.8 contains a cross-site scripting vulnerability in the 'msg' parameter of pluginInstall.php that allows attackers to inject malicious scripts. Attackers can exploit the unvalidated input to execute arbitrary JavaScript in victim browsers, potentially stealing authentication credentials and conducting phishing attacks.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2019-25277 is a reflected cross-site scripting issue in FaceSentry Access Control System. A crafted link involving pluginInstall.php could run attacker-controlled JavaScript in a user’s browser if the user clicks it. Business impact is mainly credential theft or phishing against users of the access-control administration interface.

Executive priority

Treat as a moderate-priority remediation item, especially for systems managing physical access. Prioritize faster if the FaceSentry interface is internet-reachable or used by high-privilege operators.

Technical view

The issue is CWE-79 in the msg parameter of pluginInstall.php. Sources describe unvalidated input leading to arbitrary JavaScript execution in the victim browser. CVSS 3.1 is 6.1, network exploitable with low complexity, no privileges required, and user interaction required. Listed affected versions include 6.4.8, 5.7.2, and 5.7.0.

Likely exposure

Exposure is most relevant where FaceSentry web interfaces are reachable by administrators or operators. Internet exposure would increase phishing risk, but the provided sources do not confirm typical deployment patterns or internet prevalence.

Exploitation context

Public references include an exploit listing, but the bundle does not show CISA KEV status or confirmed active exploitation. Successful exploitation requires a victim to interact with a crafted URL or page.

Researcher notes

Evidence is based on CVE data and third-party vulnerability listings. The sources name the vulnerable parameter and endpoint but do not provide a vendor patch reference. Avoid assuming remediation status without checking vendor guidance or the deployed product build.

Mitigation direction

  • Identify FaceSentry deployments and confirm running versions.
  • Check iWT Ltd. or support channels for fixed versions or vendor guidance.
  • Restrict access to FaceSentry administrative web interfaces to trusted networks.
  • Train operators not to follow unexpected FaceSentry links.
  • Monitor logs for unusual requests to pluginInstall.php with msg parameters.

Validation and detection

  • Confirm whether FaceSentry versions 6.4.8, 5.7.2, or 5.7.0 are deployed.
  • Review access logs for suspicious pluginInstall.php requests.
  • Use approved vulnerability scanning to check for reflected XSS without unsafe payloads.
  • Verify whether administrative access is limited to trusted users and networks.
Prepared
Confidence
medium
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-25277 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
Medium
CVSS
6.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/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
6.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N2.82.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.1Medium
CVSS 3.1 vector shape for CVE-2019-25277Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/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
iWT Ltd.FaceSentry Access Control System6.4.8, 5.7.2, 5.7.0Listed
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.