Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI 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-2025-27673

CVE-2025-27673: Vasion Print Information Disclosure Flaw

CVE-2025-27673 is an information disclosure vulnerability in Vasion Print (formerly PrinterLogic) that exposes cookies in response bodies. This article covers technical details, affected versions, and mitigation.

Published: March 18, 2026

CVE-2025-27673 Overview

CVE-2025-27673 is a critical information disclosure vulnerability affecting Vasion Print (formerly PrinterLogic) Virtual Appliance Host and Application components. The vulnerability allows sensitive cookie data to be exposed in HTTP response bodies, potentially enabling session hijacking or credential theft by unauthorized actors. This issue is tracked as OVE-20230524-0017.

Critical Impact

Authentication cookies returned in response bodies can be intercepted by attackers, enabling session hijacking and unauthorized access to enterprise print management infrastructure.

Affected Products

  • Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions before 22.0.843
  • Vasion Print Application versions before 20.0.1923
  • PrinterLogic Virtual Appliance deployments

Discovery Timeline

  • 2025-03-05 - CVE-2025-27673 published to NVD
  • 2025-04-01 - Last updated in NVD database

Technical Details for CVE-2025-27673

Vulnerability Analysis

This vulnerability falls under CWE-539 (Use of Persistent Cookies Containing Sensitive Information) and represents an information exposure flaw in how Vasion Print handles authentication cookies. The application improperly includes cookie data within HTTP response bodies, which violates secure cookie handling practices.

When cookies are returned in response bodies instead of being properly handled through HTTP headers with appropriate security flags, they become visible to client-side code and can be captured through various interception techniques. This exposure is particularly dangerous in enterprise environments where print management systems often have elevated network access and handle sensitive document workflows.

The vulnerability can be exploited remotely without any authentication requirements or user interaction, making it a high-priority remediation target for organizations running affected PrinterLogic deployments.

Root Cause

The root cause stems from improper handling of authentication cookie data within the application's response generation logic. Instead of strictly managing cookies through secure HTTP headers with HttpOnly, Secure, and SameSite attributes, the application inadvertently includes cookie values within the response body content.

This design flaw likely originates from debugging code left in production, improper serialization of session objects, or misconfigured response handlers that echo back request data including sensitive cookie information.

Attack Vector

The attack vector for this vulnerability is network-based. An attacker positioned to intercept HTTP traffic (through man-in-the-middle attacks, network sniffing, or cross-site scripting) can extract authentication cookies from response bodies.

The attack scenario involves:

  1. An attacker monitors network traffic or injects malicious JavaScript into pages
  2. The vulnerable Vasion Print application returns cookie data within response bodies
  3. The attacker captures the exposed cookie values
  4. Using the stolen session cookies, the attacker can impersonate legitimate users and gain unauthorized access to the print management system

Since the vulnerability requires no authentication and has no user interaction requirements, exploitation is straightforward for attackers with network access to the affected system.

Detection Methods for CVE-2025-27673

Indicators of Compromise

  • Unusual session activity from IP addresses not associated with legitimate users
  • Multiple concurrent sessions for single user accounts indicating session cloning
  • HTTP response logs showing cookie data appearing in response body content
  • Unexpected access patterns to sensitive print management functions

Detection Strategies

  • Implement deep packet inspection to identify HTTP responses containing cookie patterns in body content
  • Deploy web application firewalls (WAF) with rules to detect cookie data in response payloads
  • Enable verbose logging on Vasion Print appliances to capture response content for analysis
  • Use SentinelOne Singularity to monitor for anomalous authentication patterns and session duplication

Monitoring Recommendations

  • Configure network monitoring to alert on response bodies containing Set-Cookie patterns or session token formats
  • Establish baseline authentication patterns and alert on deviations
  • Monitor for session ID reuse from different source IP addresses
  • Review print management access logs for unauthorized administrative actions

How to Mitigate CVE-2025-27673

Immediate Actions Required

  • Upgrade Vasion Print Virtual Appliance Host to version 22.0.843 or later
  • Upgrade Vasion Print Application to version 20.0.1923 or later
  • Implement network segmentation to limit exposure of print management infrastructure
  • Review and rotate existing session credentials after patching
  • Deploy SentinelOne Singularity agents on systems hosting Vasion Print for runtime protection

Patch Information

Vasion (formerly PrinterLogic) has released security updates addressing this vulnerability. Administrators should consult the PrinterLogic Security Bulletins for detailed patch information and upgrade instructions.

Organizations should prioritize upgrading to Virtual Appliance Host version 22.0.843 or later and Application version 20.0.1923 or later to remediate this vulnerability.

Workarounds

  • Place Vasion Print appliances behind a reverse proxy that strips or sanitizes response body content
  • Implement strict network access controls limiting which systems can communicate with the print management infrastructure
  • Enable HTTPS exclusively and deploy network-level encryption to reduce interception risk
  • Configure web application firewall rules to detect and block responses containing cookie data in bodies
  • Monitor authentication logs closely until patches can be applied
bash
# Configuration example - Network access restriction for Vasion Print
# Restrict access to print management interface to trusted administrative networks
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPrinterlogic Vasion Print

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-539
  • Vendor Resources
  • PrinterLogic Security Bulletins
  • Related CVEs
  • CVE-2025-27682: Vasion Print Information Disclosure Flaw

  • CVE-2025-27656: Vasion Print Information Disclosure Flaw

  • CVE-2025-27650: Vasion Print Information Disclosure Flaw

  • CVE-2025-27643: Vasion Print Hardcoded Credentials Flaw
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