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
    • 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-2026-25241

CVE-2026-25241: Pear Pearweb SQLi Vulnerability

CVE-2026-25241 is a SQL injection vulnerability in Pear Pearweb affecting versions before 1.33.0. Attackers can execute arbitrary SQL via the /get/ endpoint. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-25241 Overview

CVE-2026-25241 is a critical SQL Injection vulnerability affecting PEAR pearweb, the framework and distribution system for reusable PHP components. Prior to version 1.33.0, an unauthenticated SQL injection in the /get/<package>/<version> endpoint allows remote attackers to execute arbitrary SQL via a crafted package version. This vulnerability poses a severe risk to organizations hosting PEAR package repositories, as attackers can potentially access, modify, or delete database contents without authentication.

Critical Impact

Unauthenticated remote attackers can execute arbitrary SQL commands against the backend database, potentially leading to complete database compromise, data exfiltration, and unauthorized access to sensitive package information.

Affected Products

  • PEAR pearweb versions prior to 1.33.0

Discovery Timeline

  • 2026-02-03 - CVE CVE-2026-25241 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2026-25241

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) exists in the PEAR pearweb package retrieval endpoint. The vulnerability occurs because user-supplied input in the version parameter is not properly sanitized before being incorporated into SQL queries. This allows attackers to inject malicious SQL statements that are then executed by the database server with the privileges of the application's database user.

The unauthenticated nature of this vulnerability significantly increases its risk profile. Any remote attacker with network access to the affected endpoint can exploit this flaw without requiring any credentials or prior authentication. Successful exploitation could lead to unauthorized access to the entire package database, manipulation of package metadata, injection of malicious packages, or complete database compromise depending on the database user privileges.

Root Cause

The root cause of this vulnerability is improper input validation and lack of parameterized queries in the version handling logic of the /get/<package>/<version> endpoint. When processing package version requests, the application directly concatenates user-supplied version strings into SQL queries without proper sanitization or use of prepared statements, creating a classic SQL injection attack surface.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can craft malicious HTTP requests to the vulnerable /get/<package>/<version> endpoint, injecting SQL commands through the version parameter. The attack can be executed remotely against any internet-facing PEAR pearweb installation running a vulnerable version.

The vulnerability is exploited by manipulating the version parameter in the package retrieval URL. By injecting SQL syntax into this field, attackers can alter the intended query logic, extract sensitive data through UNION-based or error-based injection techniques, or modify database contents depending on the application's database permissions.

For technical details on the vulnerability mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-25241

Indicators of Compromise

  • Unusual SQL error messages in application logs originating from the /get/ endpoint
  • Requests to /get/<package>/<version> containing SQL syntax characters such as single quotes, semicolons, UNION keywords, or comment sequences
  • Database audit logs showing unexpected queries or access patterns from the web application user
  • Anomalous database response times indicating time-based blind SQL injection attempts

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block SQL injection patterns in URL parameters
  • Monitor application access logs for requests containing SQL injection signatures targeting the /get/ endpoint
  • Implement database activity monitoring to detect anomalous query patterns or unauthorized data access
  • Use SentinelOne Singularity platform to detect post-exploitation activities following successful SQL injection attacks

Monitoring Recommendations

  • Enable detailed logging for all requests to the /get/<package>/<version> endpoint
  • Configure alerting for SQL error messages or exceptions in application logs
  • Monitor database query logs for unusual SELECT, UNION, or data manipulation statements
  • Implement network monitoring to detect data exfiltration following potential database compromise

How to Mitigate CVE-2026-25241

Immediate Actions Required

  • Upgrade PEAR pearweb to version 1.33.0 or later immediately
  • If immediate patching is not possible, restrict network access to the vulnerable endpoint using firewall rules
  • Review database access logs for signs of prior exploitation
  • Consider taking the affected service offline until patching is complete if exposure risk is high

Patch Information

PEAR has released version 1.33.0 which addresses this SQL injection vulnerability. Organizations should update their pearweb installations to this version or later as soon as possible. The patch details are available in the GitHub Security Advisory.

Workarounds

  • Implement a reverse proxy or WAF rule to block requests containing SQL injection patterns in the version parameter
  • Restrict access to the /get/<package>/<version> endpoint to trusted IP addresses only
  • Temporarily disable the affected endpoint if package download functionality can be suspended
  • Apply network segmentation to limit the database server's exposure from the web application tier
bash
# Example: Nginx configuration to block common SQL injection patterns
location ~ ^/get/ {
    if ($request_uri ~* "(UNION|SELECT|INSERT|UPDATE|DELETE|DROP|;|'|\"|--)") {
        return 403;
    }
    # Normal proxy configuration continues
}

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechPear

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/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
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25234: Pear Pearweb SQLI Vulnerability

  • CVE-2026-25236: Pear Pearweb SQLi Vulnerability

  • CVE-2026-25238: Pear Pearweb SQL Injection Vulnerability

  • CVE-2026-25239: Pear Pearweb SQLi 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