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-2019-25280

CVE-2019-25280: Yahei-PHP Prober XSS Vulnerability

CVE-2019-25280 is a cross-site scripting flaw in Yahei-PHP Prober 0.4.7 that allows attackers to inject malicious HTML via the speed parameter. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2019-25280 Overview

CVE-2019-25280 is a remote HTML injection vulnerability affecting Yahei-PHP Prober version 0.4.7. This flaw allows attackers to execute arbitrary HTML code through the speed GET parameter in prober.php, enabling cross-site scripting (XSS) attacks in user browser sessions. The vulnerability stems from improper input validation, allowing malicious HTML content to be injected and rendered in the context of legitimate user sessions.

Critical Impact

Attackers can inject malicious HTML/JavaScript code via the speed parameter to hijack user sessions, steal credentials, or perform actions on behalf of authenticated users.

Affected Products

  • Yahei-PHP Prober 0.4.7

Discovery Timeline

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

Technical Details for CVE-2019-25280

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The attack can be executed remotely over the network without requiring authentication, though it does require user interaction to trigger the malicious payload. The vulnerability allows attackers to compromise the integrity of user sessions through injected content that executes in the victim's browser context.

Root Cause

The root cause of CVE-2019-25280 lies in the lack of proper input sanitization for the speed GET parameter in prober.php. The application fails to properly encode or filter user-supplied input before reflecting it in the HTML response, allowing attackers to inject arbitrary HTML and JavaScript code that gets executed in the browser of anyone viewing the affected page.

Attack Vector

The attack is network-based (AV:N) and requires low complexity to execute. An attacker constructs a malicious URL containing HTML or JavaScript code in the speed parameter and tricks a victim into clicking the link. When the victim accesses the crafted URL, the injected code executes in their browser session. This can be leveraged to steal session cookies, redirect users to phishing sites, deface the page, or perform other malicious actions within the security context of the vulnerable application.

The vulnerability is exploited by appending malicious HTML content to the speed parameter in requests to prober.php. For example, an attacker could inject script tags or event handlers that execute JavaScript when the page is rendered. For detailed technical analysis and proof-of-concept information, see the Zero Science Vulnerability ZSL-2019-5531 advisory.

Detection Methods for CVE-2019-25280

Indicators of Compromise

  • HTTP requests to prober.php containing HTML tags or JavaScript in the speed parameter
  • Unusual URL patterns with encoded script tags such as %3Cscript%3E in GET parameters
  • Web server logs showing requests with suspicious payloads targeting the speed parameter
  • User reports of unexpected pop-ups or redirects when accessing the PHP Prober interface

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XSS payloads in GET parameters
  • Monitor web server access logs for requests containing HTML special characters in the speed parameter
  • Deploy browser-based XSS protection headers such as Content-Security-Policy to mitigate impact
  • Use intrusion detection systems (IDS) signatures to identify HTML injection attempts

Monitoring Recommendations

  • Enable verbose logging for prober.php to capture all parameter values in requests
  • Set up alerts for web requests containing common XSS indicators like <script>, onerror=, or javascript:
  • Monitor for unusual referrer patterns that may indicate users being redirected from malicious links

How to Mitigate CVE-2019-25280

Immediate Actions Required

  • Restrict access to prober.php to trusted IP addresses or authenticated administrators only
  • Remove or disable Yahei-PHP Prober if it is not actively needed in production environments
  • Implement Content-Security-Policy headers to prevent inline script execution
  • Apply input validation to sanitize the speed parameter before output

Patch Information

No official vendor patch is currently available for Yahei-PHP Prober 0.4.7. The vendor website appears to be inactive based on archived resources. Organizations are advised to consider alternative server monitoring tools that are actively maintained. For additional technical details, refer to the CXSecurity Issue WLB-2019070132, IBM X-Force Vulnerability #164412, and Packet Storm Security File #153756.

Workarounds

  • Implement server-side input sanitization using htmlspecialchars() or similar encoding functions for the speed parameter
  • Deploy a reverse proxy or WAF with XSS filtering capabilities in front of the application
  • Restrict network access to the prober script using firewall rules or .htaccess directives
  • Add HTTP security headers including X-XSS-Protection, X-Content-Type-Options, and Content-Security-Policy
bash
# Apache .htaccess configuration to restrict access
<Files "prober.php">
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.0/24
    Allow from 10.0.0.0/8
</Files>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechYahei Php

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • CXSecurity Issue WLB-2019070132

  • IBM X-Force Vulnerability #164412

  • Packet Storm Security File #153756

  • Archived Yahei.net Resource

  • Zero Science Vulnerability ZSL-2019-5531
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS 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