The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2019-25278

CVE-2019-25278: FaceSentry Cleartext Transmission Flaw

CVE-2019-25278 is a cleartext transmission vulnerability in FaceSentry Access Control System 6.4.8 that enables attackers to intercept authentication credentials via man-in-the-middle attacks. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2019-25278 Overview

CVE-2019-25278 is a critical cleartext transmission vulnerability affecting FaceSentry Access Control System version 6.4.8. This security flaw allows remote attackers to intercept authentication credentials by performing man-in-the-middle attacks during network communication. The vulnerability stems from the system's failure to encrypt HTTP cookie authentication information, exposing sensitive data to network-level interception.

Critical Impact

Remote attackers can intercept authentication credentials via man-in-the-middle attacks, potentially gaining unauthorized access to physical security systems and compromising building access control infrastructure.

Affected Products

  • FaceSentry Access Control System 6.4.8

Discovery Timeline

  • 2026-01-08 - CVE-2019-25278 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2019-25278

Vulnerability Analysis

This vulnerability is classified under CWE-319 (Cleartext Transmission of Sensitive Information). The FaceSentry Access Control System transmits authentication cookies over unencrypted HTTP connections, enabling network-positioned attackers to capture sensitive authentication data.

The lack of transport layer encryption in the authentication mechanism means that any attacker with network access between the client and the FaceSentry server can passively capture or actively intercept authentication traffic. In physical access control environments, this could allow an attacker to hijack legitimate user sessions and gain unauthorized control over door locks, access schedules, and security policies.

Root Cause

The root cause of this vulnerability lies in the application's failure to implement secure transport mechanisms for authentication data. The FaceSentry Access Control System version 6.4.8 transmits HTTP cookie authentication information in cleartext, without TLS/SSL encryption. This design flaw violates fundamental security principles for protecting credentials in transit and leaves authentication sessions vulnerable to interception on any network segment between the client and server.

Attack Vector

The attack vector is network-based and requires the attacker to be positioned to intercept traffic between the victim's browser and the FaceSentry server. This can be achieved through various means including ARP spoofing on local networks, compromised network infrastructure, or rogue access points.

An attacker would perform the following attack sequence: First, position themselves to intercept network traffic through techniques such as ARP poisoning or DNS spoofing. Then, passively monitor HTTP traffic for authentication cookies being transmitted to the FaceSentry system. Once captured, the attacker can replay these authentication cookies to hijack the victim's session and gain full access to the access control system's administrative functions.

For technical details and proof-of-concept information, refer to the Zero Science Vulnerability ZSL-2019-5528 and Packet Storm Security Exploit #153498.

Detection Methods for CVE-2019-25278

Indicators of Compromise

  • Unencrypted HTTP traffic to FaceSentry servers on port 80 containing authentication cookies
  • ARP spoofing activity on network segments where FaceSentry clients communicate
  • Unusual session activity or unauthorized administrative actions in FaceSentry audit logs
  • Multiple concurrent sessions from different IP addresses using the same authentication tokens

Detection Strategies

  • Monitor network traffic for cleartext HTTP communications to FaceSentry devices and flag any authentication-related requests not using HTTPS
  • Deploy network intrusion detection systems (NIDS) to identify ARP spoofing or man-in-the-middle attack patterns on segments with access control systems
  • Implement session monitoring to detect authentication cookie reuse from unexpected IP addresses or geographic locations

Monitoring Recommendations

  • Enable comprehensive logging on FaceSentry systems to capture all authentication events and administrative actions
  • Deploy network traffic analysis tools to identify unencrypted credential transmissions across the infrastructure
  • Configure alerts for abnormal login patterns such as simultaneous sessions or access from unusual network locations

How to Mitigate CVE-2019-25278

Immediate Actions Required

  • Isolate FaceSentry systems on a dedicated, secured network segment with strict access controls
  • Deploy a reverse proxy with TLS termination in front of FaceSentry servers to encrypt all client communications
  • Implement network segmentation to limit exposure of access control traffic to potential attackers
  • Review and audit all FaceSentry user sessions and access logs for signs of compromise

Patch Information

No vendor patch information is currently available in the NVD database. Organizations should contact the FaceSentry vendor directly for firmware updates or security patches that address this cleartext transmission vulnerability. For additional technical details, consult the IBM X-Force Vulnerability #163192.

Workarounds

  • Deploy the FaceSentry system behind a TLS-terminating reverse proxy such as nginx or HAProxy to encrypt all client-to-server communications
  • Implement VPN requirements for all remote administrative access to FaceSentry systems
  • Configure network-level encryption (IPsec) between client workstations and the FaceSentry server
  • Restrict FaceSentry web interface access to trusted management networks only
bash
# Example nginx reverse proxy configuration for TLS termination
server {
    listen 443 ssl;
    server_name facesentry.internal.example.com;
    
    ssl_certificate /etc/ssl/certs/facesentry.crt;
    ssl_certificate_key /etc/ssl/private/facesentry.key;
    ssl_protocols TLSv1.2 TLSv1.3;
    ssl_ciphers HIGH:!aNULL:!MD5;
    
    location / {
        proxy_pass http://facesentry-internal:80;
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-Proto https;
    }
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechFacesentry

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-319
  • Technical References
  • IBM X-Force Vulnerability #163192

  • Packet Storm Security Exploit #153498

  • Zero Science Vulnerability ZSL-2019-5528
  • Related CVEs
  • CVE-2019-25279: FaceSentry Cleartext Password Vulnerability

  • CVE-2019-25277: FaceSentry Access Control XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English