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

CVE-2025-5107: Kirisun Fujian Kelixun SQL Injection Flaw

CVE-2025-5107 is a critical SQL injection vulnerability in Kirisun Fujian Kelixun 1.0 that allows remote attackers to manipulate database queries. This article covers technical details, affected systems, and mitigation.

Published: April 1, 2026

CVE-2025-5107 Overview

A critical SQL injection vulnerability has been identified in Fujian Kelixun version 1.0. The vulnerability exists in the file /app/xml_cdr/xml_cdr_details.php where improper handling of the uuid parameter allows attackers to inject malicious SQL statements. This flaw enables remote attackers with low privileges to manipulate database queries, potentially leading to unauthorized data access, modification, or deletion.

The vulnerability has been publicly disclosed and exploit information is available, increasing the risk of active exploitation. Notably, the vendor was contacted about this security issue but did not respond, leaving users without an official patch.

Critical Impact

Remote attackers can exploit this SQL injection vulnerability to extract sensitive data, modify database contents, or potentially gain unauthorized access to the underlying system through database manipulation.

Affected Products

  • Kirisun Fujian Kelixun 1.0

Discovery Timeline

  • 2025-05-23 - CVE CVE-2025-5107 published to NVD
  • 2025-10-14 - Last updated in NVD database

Technical Details for CVE-2025-5107

Vulnerability Analysis

This SQL injection vulnerability (CWE-89) occurs due to insufficient input validation in the XML CDR details functionality of the Fujian Kelixun application. The uuid parameter in /app/xml_cdr/xml_cdr_details.php is directly concatenated into SQL queries without proper sanitization or parameterization.

The vulnerability is classified under CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component) and CWE-89 (SQL Injection), indicating that user-supplied input is not properly neutralized before being incorporated into SQL commands.

The attack can be initiated remotely over the network and requires only low-level privileges to execute, making it accessible to a wide range of potential attackers. Successful exploitation could compromise the confidentiality, integrity, and availability of data stored in the application's database.

Root Cause

The root cause of this vulnerability is improper input validation and the lack of parameterized queries in the PHP code handling the uuid parameter. When user input is directly embedded into SQL statements without proper escaping or using prepared statements, it creates an injection point that attackers can exploit.

The affected endpoint /app/xml_cdr/xml_cdr_details.php appears to handle call detail record (CDR) information, and the uuid parameter is likely used to retrieve specific record details. Without proper sanitization, specially crafted input can break out of the intended query structure and execute arbitrary SQL commands.

Attack Vector

The attack vector is network-based, allowing remote exploitation without requiring physical access to the target system. An authenticated attacker with low privileges can manipulate the uuid parameter by injecting SQL syntax to alter the query's behavior.

Typical exploitation techniques include:

  • UNION-based injection: Appending UNION SELECT statements to extract data from other database tables
  • Boolean-based blind injection: Using conditional statements to infer data based on application responses
  • Time-based blind injection: Leveraging database time delay functions to extract information character by character
  • Error-based injection: Triggering database errors that reveal information about the database structure

For technical details and proof-of-concept information, refer to the GitHub Issue on CVE and the VulDB CTI Report #310084.

Detection Methods for CVE-2025-5107

Indicators of Compromise

  • Unusual SQL error messages in application logs from /app/xml_cdr/xml_cdr_details.php
  • HTTP requests to xml_cdr_details.php containing SQL syntax characters in the uuid parameter (single quotes, double dashes, UNION keywords, etc.)
  • Abnormal database query patterns or unexpected data access from the CDR tables
  • Authentication anomalies or privilege escalation events following CDR detail page access

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in requests to the affected endpoint
  • Enable detailed logging for the /app/xml_cdr/ directory and monitor for suspicious parameter values
  • Deploy database activity monitoring to detect anomalous queries originating from the web application
  • Configure intrusion detection systems (IDS) with signatures for common SQL injection payloads

Monitoring Recommendations

  • Review web server access logs for requests to xml_cdr_details.php with encoded or suspicious uuid values
  • Set up alerts for database errors related to malformed SQL queries
  • Monitor for unusual data exfiltration patterns or bulk data access from CDR-related tables
  • Implement application performance monitoring to detect anomalous response times that may indicate time-based SQL injection attempts

How to Mitigate CVE-2025-5107

Immediate Actions Required

  • Restrict network access to the affected endpoint /app/xml_cdr/xml_cdr_details.php using firewall rules or access control lists
  • Implement a Web Application Firewall with SQL injection protection rules in front of the application
  • Review and limit database user privileges used by the application to minimize potential impact
  • Consider temporarily disabling the affected functionality if it is not critical to operations

Patch Information

No official patch has been released by Kirisun for this vulnerability. The vendor was contacted regarding this disclosure but did not respond. Users should monitor the vendor's official channels for any future security updates and implement the recommended workarounds in the meantime.

For additional technical details and community updates, refer to VulDB #310084.

Workarounds

  • Implement input validation and parameterized queries at the application level if source code access is available
  • Deploy a reverse proxy with SQL injection filtering capabilities to inspect and sanitize incoming requests
  • Use network segmentation to isolate the vulnerable application from critical systems and sensitive data
  • Apply principle of least privilege to database accounts, ensuring the application user has minimal necessary permissions
  • Consider virtual patching through WAF rules specifically targeting the uuid parameter in the affected endpoint
bash
# Example: Apache mod_security rule to block SQL injection in uuid parameter
SecRule ARGS:uuid "@detectSQLi" \
    "id:1001,\
    phase:2,\
    deny,\
    status:403,\
    msg:'SQL Injection attempt detected in uuid parameter',\
    logdata:'Matched Data: %{MATCHED_VAR} found within %{MATCHED_VAR_NAME}'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechKirisun Fujian Kelixun

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-74

  • CWE-89
  • Technical References
  • GitHub Issue on CVE

  • VulDB CTI Report #310084

  • VulDB #310084

  • VulDB Submission #569448
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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