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-2026-25514

CVE-2026-25514: FacturaScripts SQL Injection Vulnerability

CVE-2026-25514 is a SQL injection flaw in FacturaScripts that allows authenticated attackers to extract sensitive database information. This article covers technical details, affected versions, impact, and mitigation steps.

Published: February 6, 2026

CVE-2026-25514 Overview

CVE-2026-25514 is a SQL Injection vulnerability affecting FacturaScripts, an open-source enterprise resource planning (ERP) and accounting software solution. The vulnerability exists in the autocomplete functionality and allows authenticated attackers to extract sensitive data from the database, including user credentials, configuration settings, and all stored business data.

Critical Impact

Authenticated attackers can exploit the SQL injection flaw in FacturaScripts to exfiltrate sensitive business data, user credentials, and configuration settings from the underlying database.

Affected Products

  • FacturaScripts versions prior to 2025.81

Discovery Timeline

  • February 4, 2026 - CVE-2026-25514 published to NVD
  • February 5, 2026 - Last updated in NVD database

Technical Details for CVE-2026-25514

Vulnerability Analysis

This SQL Injection vulnerability exists in the CodeModel::all() method within FacturaScripts. The fundamental issue stems from improper handling of user-supplied input where parameters are directly concatenated into SQL queries without proper sanitization or parameterized binding. This classic SQL injection pattern allows authenticated users to manipulate query logic and extract unauthorized data from the database.

The vulnerability is particularly concerning in an ERP context because such systems typically contain highly sensitive business information including financial records, customer data, supplier information, invoicing details, and user account credentials. An attacker who has gained even low-privilege authenticated access to the application can leverage this flaw to extract the entire database contents.

Root Cause

The root cause of CVE-2026-25514 is improper input validation (CWE-20) in the autocomplete functionality. User-supplied parameters are directly concatenated into SQL query strings within the CodeModel::all() method rather than using parameterized queries or prepared statements. This allows an attacker to break out of the intended query structure and inject arbitrary SQL commands.

Attack Vector

The vulnerability is exploitable over the network by authenticated users. An attacker with valid credentials to the FacturaScripts application can craft malicious input through the autocomplete functionality. By injecting SQL syntax into the vulnerable parameters, the attacker can modify the query logic to return data from other tables, bypass access controls, or extract sensitive information using techniques such as UNION-based injection, blind SQL injection, or error-based extraction.

The attack requires network access to the FacturaScripts installation and valid user credentials (even low-privilege accounts are sufficient). No user interaction is required beyond the initial authentication, making this vulnerability relatively straightforward to exploit once an attacker has gained any level of access to the system.

Detection Methods for CVE-2026-25514

Indicators of Compromise

  • Unusual or malformed requests to autocomplete endpoints containing SQL syntax characters such as single quotes, double dashes, UNION keywords, or semicolons
  • Database query logs showing unexpected UNION SELECT statements or attempts to query system tables
  • Application error logs containing SQL syntax errors or database exceptions related to the autocomplete functionality
  • Abnormal data access patterns where authenticated users are querying data outside their normal business scope

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common SQL injection patterns in requests to FacturaScripts endpoints
  • Enable database query logging and monitor for suspicious query patterns including UNION-based attacks, stacked queries, or attempts to access sensitive tables
  • Deploy application-layer monitoring to detect anomalous autocomplete requests with unusual parameter lengths or character sets
  • Configure intrusion detection systems (IDS) to alert on SQL injection signature patterns in network traffic

Monitoring Recommendations

  • Regularly audit database access logs for unauthorized data extraction attempts
  • Monitor authentication logs for accounts being used to send suspicious autocomplete requests
  • Implement real-time alerting for database queries that attempt to access credential tables or system configuration data
  • Review application logs for error patterns that may indicate SQL injection probing attempts

How to Mitigate CVE-2026-25514

Immediate Actions Required

  • Upgrade FacturaScripts to version 2025.81 or later immediately to apply the official patch
  • Review database access logs to determine if the vulnerability has been exploited prior to patching
  • Rotate all database credentials and user passwords as a precaution if exploitation is suspected
  • Implement network-level access controls to restrict access to the FacturaScripts installation while patching

Patch Information

The vulnerability has been addressed in FacturaScripts version 2025.81. The patch modifies the CodeModel::all() method to properly sanitize user input and use parameterized queries instead of direct string concatenation. Organizations should update to this version or later to remediate the vulnerability.

For detailed patch information, refer to the GitHub commit and the GitHub Security Advisory GHSA-pqqg-5f4f-8952.

Workarounds

  • If immediate patching is not possible, disable or restrict access to the autocomplete functionality at the application or web server level
  • Implement a Web Application Firewall (WAF) with SQL injection protection rules in front of the FacturaScripts installation
  • Restrict network access to the FacturaScripts application to trusted IP ranges only
  • Apply the principle of least privilege to database accounts used by FacturaScripts to limit the potential impact of exploitation

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechFacturascripts

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-20
  • Technical References
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-pqqg-5f4f-8952
  • Related CVEs
  • CVE-2026-25513: FacturaScripts SQL Injection Vulnerability

  • CVE-2026-23997: FacturaScripts Stored XSS Vulnerability

  • CVE-2026-23476: FacturaScripts Reflected 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