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
    • 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-61549

CVE-2025-61549: Print Shop Pro WebDesk XSS Vulnerability

CVE-2025-61549 is a Cross-Site Scripting flaw in Print Shop Pro WebDesk that allows attackers to inject malicious JavaScript via the LoginID parameter. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-61549 Overview

A Cross-Site Scripting (XSS) vulnerability exists in edu Business Solutions Print Shop Pro WebDesk version 18.34. The vulnerability is present in the LoginID parameter on the /PSP/app/web/reg/reg_display.asp endpoint. Unsanitized user input is reflected in HTTP responses without proper HTML encoding or escaping, allowing attackers to execute arbitrary JavaScript in the context of a victim's browser session.

Critical Impact

Attackers can execute arbitrary JavaScript in victim browsers, potentially leading to session hijacking, credential theft, and unauthorized actions performed on behalf of authenticated users.

Affected Products

  • edu Business Solutions Print Shop Pro WebDesk version 18.34

Discovery Timeline

  • 2026-01-08 - CVE-2025-61549 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-61549

Vulnerability Analysis

This reflected Cross-Site Scripting (XSS) vulnerability occurs when user-supplied input via the LoginID parameter is incorporated into server responses without adequate sanitization. The web application fails to properly encode or escape special characters in user input before rendering it in HTML output, creating an injection point for malicious scripts.

When a victim clicks on a crafted malicious link or is redirected to the vulnerable endpoint with a payload in the LoginID parameter, the attacker's JavaScript code executes within the security context of the victim's browser session. This can lead to session token theft, keylogging, phishing attacks rendered within the trusted domain, or actions performed on behalf of the authenticated user.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which encompasses XSS vulnerabilities resulting from insufficient input validation and output encoding.

Root Cause

The root cause stems from inadequate input validation and output encoding in the reg_display.asp endpoint. The application directly reflects the LoginID parameter value into the HTTP response without applying proper HTML entity encoding, JavaScript escaping, or other sanitization measures. This allows special characters such as <, >, ", and ' to be interpreted as HTML/JavaScript syntax rather than literal text.

Attack Vector

The attack is network-based and requires user interaction. An attacker crafts a malicious URL containing JavaScript payload in the LoginID parameter and tricks a victim into clicking the link through social engineering techniques such as phishing emails or malicious website redirects.

The vulnerability mechanism involves the following exploitation flow:

  1. An attacker identifies the vulnerable parameter (LoginID) on the /PSP/app/web/reg/reg_display.asp endpoint
  2. The attacker crafts a URL containing malicious JavaScript in the LoginID parameter value
  3. The attacker distributes the malicious link to potential victims via phishing, social media, or other channels
  4. When a victim clicks the link, the malicious script executes in their browser within the context of the Print Shop Pro WebDesk application
  5. The attacker's script can then steal session cookies, capture credentials, or perform unauthorized actions

For technical details and proof-of-concept information, see the GitHub vulnerability disclosure.

Detection Methods for CVE-2025-61549

Indicators of Compromise

  • Unusual URL patterns in web server logs containing encoded script tags or JavaScript event handlers in the LoginID parameter
  • Requests to /PSP/app/web/reg/reg_display.asp with suspicious payloads containing characters like <script>, javascript:, or event handlers such as onerror, onload
  • User reports of unexpected browser behavior or pop-ups when accessing Print Shop Pro WebDesk
  • Network traffic showing exfiltration of session tokens or cookies to external domains

Detection Strategies

  • Configure Web Application Firewall (WAF) rules to detect and block XSS patterns in the LoginID parameter
  • Implement log analysis to identify requests containing common XSS payloads targeting the vulnerable endpoint
  • Deploy browser-based security solutions that can detect and prevent script injection attacks
  • Utilize SentinelOne Singularity Platform for endpoint-level detection of malicious script execution and credential theft attempts

Monitoring Recommendations

  • Enable detailed logging for the /PSP/app/web/reg/reg_display.asp endpoint
  • Monitor for anomalous patterns in user session activity that may indicate session hijacking
  • Implement Content Security Policy (CSP) violation reporting to detect unauthorized script execution
  • Review web application logs regularly for XSS attack patterns and reconnaissance activity

How to Mitigate CVE-2025-61549

Immediate Actions Required

  • Implement input validation to sanitize the LoginID parameter, allowing only expected characters (alphanumeric values)
  • Apply proper HTML output encoding to all user-controlled data before rendering in HTTP responses
  • Deploy a Web Application Firewall (WAF) with XSS protection rules as an interim mitigation
  • Implement Content Security Policy (CSP) headers to restrict script execution to trusted sources
  • Review and audit other input parameters in the application for similar vulnerabilities

Patch Information

Check with edu Business Solutions for official security patches or updated versions of Print Shop Pro WebDesk that address this vulnerability. Monitor the GitHub vulnerability disclosure for updates and additional remediation guidance.

Workarounds

  • Implement server-side input validation to reject or sanitize special characters in the LoginID parameter
  • Configure WAF rules to block requests containing script tags, event handlers, and other XSS vectors in URL parameters
  • Deploy Content Security Policy headers with restrictive script-src directives to limit script execution
  • Consider placing the affected endpoint behind additional authentication or access controls to limit exposure
  • Educate users about phishing attacks and the risks of clicking on suspicious links
bash
# Example Apache configuration to add CSP headers
<IfModule mod_headers.c>
    Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"
    Header set X-XSS-Protection "1; mode=block"
    Header set X-Content-Type-Options "nosniff"
</IfModule>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechEdu Business Solutions

  • SeverityMEDIUM

  • CVSS Score6.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub CVE-2025-61549 Disclosures
  • Related CVEs
  • CVE-2025-61550: Print Shop Pro WebDesk XSS Vulnerability

  • CVE-2025-61548: Print Shop Pro WebDesk SQLi Vulnerability

  • CVE-2025-61547: Print Shop Pro WebDesk CSRF Vulnerability

  • CVE-2025-61546: Print Shop Pro WebDesk RCE Vulnerability
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