A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-13236

CVE-2025-13236: Janobe Inventory Management System SQLi

CVE-2025-13236 is a SQL injection vulnerability in Janobe Inventory Management System affecting the products edit function. Attackers can remotely exploit this flaw to manipulate databases. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 15, 2026

CVE-2025-13236 Overview

CVE-2025-13236 is a SQL injection vulnerability affecting Janobe Inventory Management System version 1.0, distributed by itsourcecode. The flaw resides in the /admin/products/index.php?view=edit endpoint, where the ID parameter is passed directly into a database query without proper sanitization. A remote attacker with low-level privileges can manipulate the ID argument to inject arbitrary SQL statements. Public exploit details have been disclosed, increasing the likelihood of opportunistic abuse against exposed deployments. The vulnerability is categorized under [CWE-89] (SQL Injection) and [CWE-74] (Improper Neutralization of Special Elements).

Critical Impact

An authenticated remote attacker can read, modify, or delete records in the application database by injecting SQL via the ID parameter on the product edit page.

Affected Products

  • Janobe Inventory Management System 1.0
  • itsourcecode Inventory Management System (distribution channel)
  • CPE: cpe:2.3:a:janobe:inventory_management_system:1.0:*:*:*:*:*:*:*

Discovery Timeline

  • 2025-11-16 - CVE-2025-13236 published to the National Vulnerability Database
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2025-13236

Vulnerability Analysis

The vulnerability exists in the administrative product editing workflow of Janobe Inventory Management System 1.0. When an administrator loads /admin/products/index.php?view=edit, the application reads the ID query string parameter and concatenates it into a SQL statement that retrieves the targeted product record. Because the parameter is neither parameterized nor escaped, an attacker can break out of the intended query context and append additional SQL clauses.

Exploitation requires network access to the admin interface and a low-privilege authenticated session. Once the attacker reaches the vulnerable endpoint, they can extract data through UNION-based payloads, infer values with boolean or time-based blind techniques, or modify backend records. The publicly available exploit notes referenced on VulDB #332562 and the GitHub CVE Issue Discussion document the injectable parameter.

Root Cause

The root cause is improper neutralization of special elements in an SQL command [CWE-89]. The application trusts client-supplied input for the ID parameter and incorporates it into a dynamic query string instead of using prepared statements or parameter binding.

Attack Vector

The attack is delivered over the network through a crafted HTTP GET request to the /admin/products/index.php endpoint with a malicious ID value. The attacker needs valid low-privilege credentials to reach the admin context, but no user interaction is required after that point. Successful injection grants partial confidentiality, integrity, and availability impact on the underlying database. No verified proof-of-concept code is published in this advisory beyond the parameter description in the referenced GitHub issue.

Detection Methods for CVE-2025-13236

Indicators of Compromise

  • HTTP requests to /admin/products/index.php?view=edit containing SQL metacharacters such as ', ", --, UNION, SLEEP(, or OR 1=1 in the ID parameter.
  • Web server logs showing unusually long or URL-encoded ID values targeting the product edit endpoint.
  • Database error messages or HTTP 500 responses originating from the product edit page.
  • Unexpected administrator account activity or new rows inserted into the products or users tables.

Detection Strategies

  • Inspect web access logs for non-numeric values in the ID parameter of the product edit URL.
  • Deploy web application firewall (WAF) rules that flag SQL injection signatures targeting index.php admin endpoints.
  • Correlate authentication events with subsequent SQL error spikes to identify exploitation attempts from low-privilege accounts.
  • Monitor database query logs for queries containing UNION SELECT, conditional sleeps, or stacked statements originating from the application service account.

Monitoring Recommendations

  • Forward web server and database logs into a centralized analytics pipeline for behavioral correlation.
  • Alert on repeated 4xx or 5xx responses from /admin/products/index.php from the same source IP within a short window.
  • Track administrator session activity for anomalous access patterns to product management pages.

How to Mitigate CVE-2025-13236

Immediate Actions Required

  • Restrict network access to the /admin directory using IP allowlisting, VPN, or reverse-proxy authentication.
  • Rotate administrative credentials and audit existing admin accounts for unauthorized use.
  • Deploy WAF rules to block SQL injection patterns on the ID parameter of /admin/products/index.php.
  • Review database logs and product records for signs of tampering or data exfiltration.

Patch Information

No official vendor patch is referenced in the advisory metadata for Janobe Inventory Management System 1.0. Administrators should consult itsourcecode for updated releases and monitor VulDB CTI ID #332562 for additional remediation guidance. Until a fixed version is published, organizations should treat the affected deployment as exposed and apply compensating controls.

Workarounds

  • Modify the affected PHP source to validate that ID is a strict integer using intval() or filter_input(INPUT_GET, 'ID', FILTER_VALIDATE_INT) before use.
  • Rewrite the affected query using PDO prepared statements with bound parameters to eliminate string concatenation.
  • Disable or remove the product edit feature if it is not required in production.
  • Place the application behind a reverse proxy that enforces request inspection and strict parameter typing.
bash
# Example WAF rule (ModSecurity) to block SQLi against the vulnerable endpoint
SecRule REQUEST_URI "@beginsWith /admin/products/index.php" \
    "chain,phase:2,deny,status:403,id:1013236,msg:'CVE-2025-13236 SQLi attempt'"
    SecRule ARGS:ID "@rx (?i)(union(\s|/\*).*select|sleep\s*\(|or\s+1=1|--|;)" \
        "t:none,t:urlDecodeUni"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechJanobe Inventory Management System

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.03%

  • 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: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

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

  • IT Source Code Resource

  • VulDB CTI ID #332562

  • VulDB #332562

  • VulDB Submission #686702
  • Related CVEs
  • CVE-2025-13234: Janobe Inventory Management SQL Injection

  • CVE-2025-13257: Janobe Inventory System SQLi Vulnerability

  • CVE-2025-13210: Janobe Inventory System SQLi Vulnerability

  • CVE-2025-13233: Janobe Inventory Management SQLI Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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