PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-10235 CodeAstro CVE debrief

A SQL injection vulnerability exists in CodeAstro Ingredients Stock Management System 1.0, specifically in the /Ingredients-Stock/stock_manager.php file via the txt_search_category parameter. The vulnerability allows remote attackers to manipulate SQL queries. The CVSS 4.0 base score is 2.1 (LOW severity), with an exploit published and available. The vendor is currently identified as unknown with low confidence based on reference domain candidate evidence pointing to CodeAstro. The CVE was published on June 1, 2026, and is not listed in CISA KEV.

Vendor
CodeAstro
Product
Ingredients Stock Management System
CVSS
LOW 2.1
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-01
Original CVE updated
2026-07-22
Advisory published
2026-06-01
Advisory updated
2026-07-22

Who should care

Organizations running CodeAstro Ingredients Stock Management System 1.0; security teams monitoring PHP-based inventory/stock management applications; web application firewall administrators

Technical summary

The vulnerability is a classic SQL injection (CWE-89) in a PHP web application. The txt_search_category parameter in /Ingredients-Stock/stock_manager.php is not properly sanitized before being incorporated into SQL queries. An attacker with low privileges can send crafted HTTP requests to manipulate database queries remotely. The CVSS 4.0 vector indicates network attack vector, low attack complexity, no required user interaction, and low impacts across confidentiality, integrity, and availability dimensions. The exploit has been published, increasing the likelihood of active exploitation.

Defensive priority

medium

Recommended defensive actions

  • Apply input validation and parameterized queries (prepared statements) for the txt_search_category parameter in stock_manager.php
  • Implement least-privilege database access for the application
  • Monitor web application logs for suspicious SQL injection patterns targeting /Ingredients-Stock/stock_manager.php
  • Contact CodeAstro for official patch availability and vendor confirmation
  • Review and restrict network access to the administrative interface if possible

Evidence notes

SQL injection is confirmed by CWE-89 classification from the CNA (VulDB). The attack vector is network-based with low attack complexity, requiring low privileges and no user interaction. The vulnerability affects confidentiality, integrity, and availability with low impact ratings.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-10235 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-10235

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-10235 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-10235

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.