LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25279: FaceSentry Access Control System 6.4.8 Cleartext Password Storage Vulnerability

FaceSentry Access Control System 6.4.8 contains a cleartext password storage vulnerability that allows attackers to access unencrypted credentials in the device's SQLite database. Attackers can directly read sensitive login information stored in /faceGuard/database/FaceSentryWeb.sqlite without additional authentication.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

FaceSentry access control systems store passwords in cleartext in a local SQLite database. If an attacker can access that database, they can read credentials without cracking them. This matters because FaceSentry is tied to physical access control, so exposed credentials may affect both cyber and facility security.

Executive priority

Treat as high priority where FaceSentry controls sensitive facilities or is reachable from broad networks. Prioritize inventory, access restriction, vendor remediation review, and credential rotation planning.

Technical view

CVE-2019-25279 is CWE-312 cleartext storage of sensitive information in iWT Ltd. FaceSentry Access Control System. Reported affected builds include 6.4.8 build 264, 5.7.2 build 568, and 5.7.0 build 539. The CVSS 3.1 score is 7.5, with high confidentiality impact and no privileges or user interaction required.

Likely exposure

Exposure is likely limited to organizations running the affected FaceSentry builds. Risk increases if the appliance or its web components are reachable from untrusted networks, or if attackers can access the device filesystem or database.

Exploitation context

The source bundle includes a Packet Storm exploit entry, indicating public exploit-related material exists. CISA KEV status is false, and the provided sources do not establish active exploitation in the wild.

Researcher notes

Evidence supports cleartext credential storage and affected build details, but the provided sources do not name a vendor patch, workaround, or confirmed active exploitation. Avoid assuming broader product versions beyond those listed.

Mitigation direction

  • Identify all FaceSentry systems and confirm exact version and build.
  • Check iWT Ltd. or integrator guidance for fixed firmware or supported remediation.
  • Restrict network access to FaceSentry management interfaces.
  • Limit filesystem and database access on the appliance.
  • Rotate FaceSentry credentials after remediation or containment.
  • Monitor for unexpected access to FaceSentry database files.

Validation and detection

  • Inventory FaceSentry appliances and record version/build information.
  • Confirm whether affected builds are present: 6.4.8, 5.7.2, or 5.7.0 listed builds.
  • Review whether passwords are stored unencrypted in the FaceSentry SQLite database.
  • Check access logs for unauthorized management, filesystem, or database access.
  • Verify vendor or integrator remediation has been applied where available.
Prepared
Confidence
medium
Sources
5

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

CWE-312: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

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

CVE-2019-25279 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/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
4Source 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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2019-25279Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/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 build 264, 5.7.2 build 568, 5.7.0 build 539Listed
Weakness

CWE details

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

CWE-312 · source CWE mapping

Cleartext Storage of Sensitive Information

Cleartext Storage of Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.