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-61550

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

CVE-2025-61550 is a stored cross-site scripting vulnerability in edu Business Solutions Print Shop Pro WebDesk 18.34 that lets attackers inject malicious JavaScript. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-61550 Overview

A stored Cross-Site Scripting (XSS) vulnerability has been identified in edu Business Solutions Print Shop Pro WebDesk version 18.34. The vulnerability exists in the ctl00_Content01_fieldValue parameters on the /psp/appNet/TemplateOrder/TemplatePreview.aspx endpoint. User-supplied input is stored and later rendered in HTML pages without proper output encoding or sanitization, allowing attackers to persistently inject arbitrary JavaScript that executes in the context of other users' sessions.

Critical Impact

Attackers can inject malicious JavaScript that persists in the application and executes whenever other users access affected pages, potentially leading to session hijacking, credential theft, or malicious 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 CVE-2025-61550 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-61550

Vulnerability Analysis

This stored XSS vulnerability occurs due to improper handling of user input in the template preview functionality of Print Shop Pro WebDesk. The application fails to implement adequate output encoding or sanitization when rendering user-supplied data in the ctl00_Content01_fieldValue parameters. As a stored (persistent) XSS vulnerability, malicious payloads are saved to the application's backend and subsequently served to other users who access the affected template preview pages.

The vulnerability requires authentication to exploit but can affect any user who views the compromised content. The changed scope in the vulnerability assessment indicates that the impact extends beyond the vulnerable component itself, potentially affecting other users' browser sessions and security contexts.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the template preview functionality. The application stores user-provided values in the ctl00_Content01_fieldValue parameters without sanitization and later renders this content directly into HTML responses without proper escaping. This allows HTML and JavaScript content to be interpreted by browsers rather than displayed as plain text.

Attack Vector

The attack vector is network-based and requires an authenticated user with low privileges to inject malicious content. The attacker submits crafted JavaScript payload through the vulnerable fieldValue parameters on the TemplatePreview.aspx endpoint. Once stored, this payload executes in the browser context of any user who subsequently views the affected template preview page.

The stored nature of this XSS makes it particularly dangerous as victims do not need to click a malicious link—simply navigating to the compromised page triggers the payload execution. Potential attack scenarios include session token theft, phishing overlay injection, keylogging, and performing unauthorized actions as the victim user.

For detailed technical information and proof-of-concept details, refer to the GitHub Vulnerability Disclosure for CVE-2025-61550.

Detection Methods for CVE-2025-61550

Indicators of Compromise

  • Unusual JavaScript content stored in template field values, particularly containing <script> tags or event handlers like onerror, onload, onclick
  • HTTP requests to /psp/appNet/TemplateOrder/TemplatePreview.aspx containing encoded script payloads in ctl00_Content01_fieldValue parameters
  • Unexpected outbound connections from user browsers to external domains after accessing template preview pages
  • Reports of unusual browser behavior or unexpected pop-ups when users access template functionality

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS payloads in requests to the TemplatePreview.aspx endpoint
  • Configure Content Security Policy (CSP) headers to restrict inline script execution and report violations
  • Enable detailed logging for the /psp/appNet/TemplateOrder/ endpoint to capture suspicious input patterns
  • Deploy browser-based XSS detection tools and monitor for DOM manipulation attempts

Monitoring Recommendations

  • Monitor application logs for requests containing common XSS indicators such as <script>, javascript:, and HTML event attributes
  • Set up alerts for CSP violation reports indicating potential XSS exploitation attempts
  • Review stored template data periodically for signs of injected malicious content
  • Track user session anomalies that may indicate session hijacking following XSS exploitation

How to Mitigate CVE-2025-61550

Immediate Actions Required

  • Restrict access to the /psp/appNet/TemplateOrder/TemplatePreview.aspx endpoint to only essential users until a patch is applied
  • Implement WAF rules to block requests containing XSS payload patterns in the ctl00_Content01_fieldValue parameters
  • Review existing template data for any stored malicious content and sanitize affected records
  • Deploy Content Security Policy headers to mitigate the impact of potential XSS execution

Patch Information

As of the publication date, no vendor patch information is available in the CVE data. Organizations should contact edu Business Solutions directly to inquire about security updates for Print Shop Pro WebDesk. Monitor the GitHub Vulnerability Disclosure for updates regarding patch availability.

Workarounds

  • Implement server-side input validation to reject or sanitize HTML and JavaScript content in fieldValue parameters
  • Apply output encoding (HTML entity encoding) when rendering user-supplied data in template preview pages
  • Deploy a reverse proxy or WAF with XSS filtering capabilities in front of the application
  • Consider disabling the template preview functionality temporarily if it is not business-critical
bash
# Example CSP header configuration to mitigate XSS impact
# Add to web server configuration or application response headers
Content-Security-Policy: default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'self'

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 Score5.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Vulnerability Disclosure CVE-2025-61550
  • Related CVEs
  • CVE-2025-61549: 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