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

CVE-2026-0843: jjjfood/jjjshop SQLi Vulnerability

CVE-2026-0843 is a SQL injection vulnerability in jjjfood and jjjshop_food affecting the product category API endpoint. Attackers can exploit the latitude parameter remotely to execute malicious SQL queries. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: January 22, 2026

CVE-2026-0843 Overview

A SQL injection vulnerability has been identified in jjjfood and jjjshop_food, a PHP-based food ordering system distributed under multiple names including jiujiujia, victor123, and wxw850227. The vulnerability exists in the product category API endpoint and can be exploited remotely by authenticated attackers to manipulate database queries through the latitude parameter.

Critical Impact

Remote attackers can exploit this SQL injection vulnerability to extract sensitive data, modify database contents, or potentially compromise the underlying server through database manipulation techniques.

Affected Products

  • jjjfood (versions up to 20260103)
  • jjjshop_food (versions up to 20260103)
  • Related distributions under jiujiujia/victor123/wxw850227 namespaces

Discovery Timeline

  • 2026-01-11 - CVE CVE-2026-0843 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2026-0843

Vulnerability Analysis

This vulnerability is a classic SQL injection flaw (CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component) affecting the product category listing functionality. The vulnerable endpoint /index.php/api/product.category/index fails to properly sanitize the latitude parameter before incorporating it into SQL queries. This allows attackers to inject arbitrary SQL commands that will be executed by the database server.

The attack can be launched remotely over the network, requiring only low-privilege authentication. The exploitation of this vulnerability has been publicly disclosed, and proof-of-concept information is available, increasing the risk of active exploitation in the wild.

Root Cause

The root cause of this vulnerability is improper input validation and lack of parameterized queries in the product category API handler. The application directly concatenates user-supplied input from the latitude parameter into SQL statements without proper escaping or the use of prepared statements. This is a fundamental secure coding failure that allows attacker-controlled data to modify the structure and intent of database queries.

Attack Vector

The attack is network-based and targets the /index.php/api/product.category/index endpoint. An authenticated attacker can craft malicious requests containing SQL injection payloads in the latitude parameter. Since the vulnerability affects an API endpoint typically used by mobile applications or frontend JavaScript, the attack surface includes any client application that interacts with this e-commerce platform.

The vulnerability allows for data confidentiality, integrity, and availability impacts. Attackers can potentially read sensitive customer information, modify product or order data, or cause denial of service through resource-intensive queries.

Detection Methods for CVE-2026-0843

Indicators of Compromise

  • Unusual or malformed requests to /index.php/api/product.category/index containing SQL syntax in the latitude parameter
  • Database error messages appearing in application logs indicating SQL syntax errors or injection attempts
  • Abnormal database query patterns such as UNION SELECT, OR 1=1, or time-based injection indicators like SLEEP() or BENCHMARK()
  • Unexpected data exfiltration or bulk data access patterns in database audit logs

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block SQL injection patterns in API requests
  • Implement application-layer logging for the affected endpoint to capture all parameter values
  • Enable database query logging and monitor for anomalous query structures or execution times
  • Use intrusion detection systems with signatures for common SQL injection attack patterns

Monitoring Recommendations

  • Monitor HTTP access logs for requests to /index.php/api/product.category/index with suspicious latitude values
  • Set up alerts for database errors originating from the product category functionality
  • Track failed authentication attempts that may precede exploitation attempts
  • Review database connection patterns for unusual timing or query volume

How to Mitigate CVE-2026-0843

Immediate Actions Required

  • Restrict access to the vulnerable endpoint /index.php/api/product.category/index using network-level controls until patched
  • Implement input validation on the latitude parameter to accept only valid numeric coordinate values
  • Deploy WAF rules to filter SQL injection payloads targeting this specific endpoint
  • Review application logs for evidence of prior exploitation attempts

Patch Information

The vendor was contacted early about this disclosure but did not respond. As of the last update, no official patch has been released. Organizations using jjjfood or jjjshop_food should implement the workarounds below and monitor vendor channels for security updates. For detailed technical information, refer to the VulDB entry for this vulnerability.

Workarounds

  • Implement a reverse proxy or WAF rule to sanitize the latitude parameter, allowing only valid decimal number formats
  • Modify the application code to use parameterized queries or prepared statements for the vulnerable endpoint
  • Consider disabling the product category API endpoint if not critical to operations until a proper fix is available
  • Apply principle of least privilege to the database user account used by the application to limit potential damage
bash
# Example nginx configuration to restrict access to vulnerable endpoint
location ~ /index\.php/api/product\.category/index {
    # Allow only internal networks or trusted IPs
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Additional rate limiting
    limit_req zone=api_limit burst=5 nodelay;
}

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechJiujiujia

  • SeverityMEDIUM

  • CVSS Score5.3

  • 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
  • Technical References
  • VulDB Document Analysis

  • VulDB #340443

  • VulDB #340443

  • VulDB Submission #731001
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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