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

CVE-2026-4189: phpipam SQL Injection Vulnerability

CVE-2026-4189 is a SQL injection flaw in phpipam up to version 1.7.4 affecting the Section Handler component. Attackers can exploit this remotely to manipulate database queries. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 20, 2026

CVE-2026-4189 Overview

A SQL Injection vulnerability has been identified in phpIPAM up to version 1.7.4. The impacted element is a function within the file app/admin/sections/edit-result.php of the Section Handler component. By manipulating the subnetOrdering argument, an attacker can inject malicious SQL statements. The attack can be launched remotely, and an exploit has been made publicly available. The vendor was contacted early about this disclosure but did not respond.

Critical Impact

Authenticated attackers with high privileges can exploit this SQL Injection vulnerability remotely to access, modify, or delete database contents in phpIPAM installations up to version 1.7.4.

Affected Products

  • phpIPAM up to version 1.7.4
  • phpIPAM Section Handler component
  • app/admin/sections/edit-result.php file

Discovery Timeline

  • March 16, 2026 - CVE-2026-4189 published to NVD
  • March 16, 2026 - Last updated in NVD database

Technical Details for CVE-2026-4189

Vulnerability Analysis

This vulnerability is classified as CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component), which encompasses injection flaws including SQL Injection. The vulnerability exists in the Section Handler component of phpIPAM, specifically within the edit-result.php file located in the app/admin/sections/ directory.

The vulnerability allows an attacker to manipulate the subnetOrdering parameter to inject arbitrary SQL commands. While the attack requires high privileges (administrative access) and can be conducted remotely over the network, it affects the confidentiality, integrity, and availability of the underlying database.

Root Cause

The root cause of this vulnerability is improper input validation and sanitization of the subnetOrdering parameter before it is incorporated into SQL queries. The application fails to properly neutralize special characters or use parameterized queries, allowing user-controlled input to modify the structure and intent of the SQL statement being executed.

Attack Vector

The attack is network-based and can be executed remotely by authenticated users with administrative privileges. The attacker manipulates the subnetOrdering parameter when interacting with the Section Handler functionality. Since the input is not properly sanitized, malicious SQL code embedded in this parameter is executed directly against the database.

The vulnerability mechanism involves the following flow:

  1. An authenticated administrator accesses the Section Handler editing functionality
  2. The subnetOrdering parameter is submitted with malicious SQL payload
  3. The edit-result.php script processes the parameter without proper sanitization
  4. The malicious SQL is executed against the phpIPAM database
  5. Depending on the payload, the attacker can read, modify, or delete database records

For detailed technical information about this vulnerability, refer to the VulDB advisory or the associated disclosure documentation.

Detection Methods for CVE-2026-4189

Indicators of Compromise

  • Unusual SQL error messages in phpIPAM application logs
  • Unexpected database queries containing SQL injection patterns in the subnetOrdering parameter
  • Anomalous access patterns to /app/admin/sections/edit-result.php
  • Database modification audit logs showing unauthorized changes to section or subnet data

Detection Strategies

  • Monitor web application firewall (WAF) logs for SQL injection patterns targeting phpIPAM endpoints
  • Implement application-level logging to capture all requests to the Section Handler component
  • Deploy database activity monitoring to detect anomalous query patterns
  • Configure SentinelOne Singularity to detect and alert on SQL injection attack patterns targeting web applications

Monitoring Recommendations

  • Enable verbose logging on the phpIPAM application for the admin sections module
  • Configure network intrusion detection systems (IDS) to alert on SQL injection signatures
  • Implement database query auditing to track all queries executed against the phpIPAM database
  • Review access logs regularly for suspicious activity from administrative accounts

How to Mitigate CVE-2026-4189

Immediate Actions Required

  • Restrict network access to phpIPAM administrative interfaces to trusted IP addresses only
  • Implement a web application firewall (WAF) with SQL injection protection rules
  • Review and audit all administrative user accounts for unauthorized access
  • Consider taking phpIPAM offline until a patch is available if high-value data is at risk

Patch Information

No official patch has been released by the vendor as of the last update. The vendor was contacted about this vulnerability but did not respond. Users should monitor the phpIPAM project for security updates and apply patches immediately when available.

As a defensive measure, organizations should consider upgrading to newer versions when patches become available, or implementing the workarounds listed below.

Workarounds

  • Deploy a web application firewall (WAF) to filter SQL injection attempts targeting the subnetOrdering parameter
  • Restrict access to the phpIPAM administrative interface to a limited set of trusted IP addresses
  • Implement network segmentation to isolate the phpIPAM server from untrusted networks
  • Manually patch the edit-result.php file by adding proper input validation using parameterized queries
bash
# Configuration example - Restrict access to phpIPAM admin via Apache
<Directory /var/www/html/phpipam/app/admin>
    Order deny,allow
    Deny from all
    Allow from 10.0.0.0/8
    Allow from 192.168.1.0/24
</Directory>

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechPhpipam

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • Technical References
  • Google Drive File

  • VulDB CTI #351095

  • VulDB #351095

  • VulDB Submission #769933
  • Related CVEs
  • CVE-2022-23046: Phpipam SQL Injection 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