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

CVE-2025-65465: Skrol29 TbsZip XSS Vulnerability

CVE-2025-65465 is a reflected Cross-Site Scripting flaw in Skrol29 TbsZip that enables attackers to execute malicious scripts via crafted filenames. This article covers technical details, affected versions, and patches.

Published: March 6, 2026

CVE-2025-65465 Overview

A reflected Cross-Site Scripting (XSS) vulnerability exists in the RaiseError function of Skrol29 TbsZip version 2.17 and earlier. This flaw allows remote attackers to execute arbitrary web scripts or HTML by crafting a malicious payload within a filename parameter, such as when passed to the FileRead function. The vulnerability occurs because error messages are not properly sanitized before being rendered to the user, enabling injection of malicious content into the browser context.

Critical Impact

Attackers can execute arbitrary JavaScript in the context of a victim's browser session, potentially leading to session hijacking, credential theft, or redirection to malicious sites.

Affected Products

  • Skrol29 TbsZip version 2.17 and earlier
  • Applications using TbsZip library for ZIP file handling
  • OpenTBS implementations relying on vulnerable TbsZip versions

Discovery Timeline

  • 2026-03-02 - CVE CVE-2025-65465 published to NVD
  • 2026-03-02 - Last updated in NVD database

Technical Details for CVE-2025-65465

Vulnerability Analysis

This reflected XSS vulnerability (CWE-79) stems from improper input validation in the TbsZip library's error handling mechanism. When a user supplies a specially crafted filename to functions like FileRead, any error generated includes the unsanitized filename in the error output. Because the error message is directly rendered to the user without proper encoding or escaping, an attacker can inject HTML or JavaScript that will execute in the victim's browser.

The attack requires user interaction—typically, a victim must be tricked into clicking a malicious link containing the crafted payload. Once executed, the malicious script runs with the same privileges as the victim's session, enabling various attacks including cookie theft, session hijacking, and phishing.

Root Cause

The root cause lies in the RaiseError function's failure to sanitize user-controlled input before including it in error messages. When a malformed or specially crafted filename is provided, the error handling routine outputs the filename directly to the browser without applying HTML entity encoding, escaping special characters, or implementing Content Security Policy headers to mitigate script execution.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker constructs a URL containing a malicious JavaScript payload embedded in a filename parameter. When a victim clicks this link and an error is triggered, the malicious script executes in the victim's browser session. This is a reflected XSS attack, meaning the payload is not stored on the server but is immediately reflected back to the user.

The vulnerability allows attackers to:

  • Steal session cookies and authentication tokens
  • Perform actions on behalf of the authenticated user
  • Redirect users to phishing or malware distribution sites
  • Modify page content to display fraudulent information

For technical details and proof-of-concept code, see the GitHub Gist PoC Code referenced in the CVE disclosure.

Detection Methods for CVE-2025-65465

Indicators of Compromise

  • Unusual HTTP requests containing JavaScript or HTML tags within filename parameters
  • Web server logs showing URL-encoded script tags (e.g., %3Cscript%3E) in query strings targeting TbsZip functions
  • Client-side errors or unexpected script execution when processing ZIP file operations
  • Reports from users about unexpected browser behavior or redirections

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common XSS patterns in URL parameters
  • Monitor HTTP request logs for suspicious filename parameters containing HTML or script tags
  • Deploy browser-based XSS detection tools or Content Security Policy violation reporting
  • Utilize SIEM solutions to correlate web server logs with known XSS attack patterns

Monitoring Recommendations

  • Enable detailed logging for web applications utilizing TbsZip to capture all input parameters
  • Configure alerting for requests containing special characters such as <, >, ", and ' in filename fields
  • Review Content Security Policy headers to ensure proper script-src directives are in place
  • Regularly audit third-party library versions to identify outdated or vulnerable dependencies

How to Mitigate CVE-2025-65465

Immediate Actions Required

  • Upgrade TbsZip to version 2.18 or later, which contains the fix for this vulnerability
  • Review applications using TbsZip and identify all instances where user input is passed to library functions
  • Implement Content Security Policy headers to reduce the impact of potential XSS attacks
  • Deploy WAF rules to filter malicious input while patching is underway

Patch Information

The vulnerability has been fixed in TbsZip version 2.18. Users should upgrade immediately to this version or later. The patched version properly sanitizes error message output to prevent XSS injection. The fix is available in the TbsZip v2.18 Release on GitHub.

Additional resources:

  • TbsZip Library Repository
  • OpenTBS Repository

Workarounds

  • Implement server-side input validation to reject filenames containing HTML or script characters before passing them to TbsZip functions
  • Deploy a Web Application Firewall with XSS filtering rules to block malicious payloads at the network perimeter
  • Configure Content Security Policy headers with restrictive script-src directives to prevent inline script execution
  • Wrap TbsZip error handling in custom sanitization routines that escape HTML entities before output
bash
# Configuration example - Apache Content Security Policy header
# Add to .htaccess or Apache configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechTbszip

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.02%

  • 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 Gist PoC Code

  • GitHub OpenTBS Repository

  • GitHub Tbszip Library

  • GitHub Tbszip Release v2.18
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent RCE 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