CVE-2026-9606: itsourcecode Courier Management System manage_user.php sql injection
A vulnerability has been found in itsourcecode Courier Management System 1.0. Impacted is an unknown function of the file /manage_user.php. Such manipulation of the argument ID leads to sql injection. The attack may be performed from remote. The exploit has been disclosed to the public and may be used.
CVE-2026-9606 is a SQL injection in itsourcecode Courier Management System 1.0 affecting the ID argument in /manage_user.php. A remote unauthenticated attacker could impact data confidentiality, integrity, and availability. Public exploit disclosure raises urgency, but the bundle does not show KEV listing or confirmed active exploitation.
Executive priority
Prioritize internet-exposed deployments this week. The product appears niche, but the weakness is high-impact, remotely reachable, unauthenticated, and publicly disclosed. If the software is not present, document non-exposure and move on.
Technical view
The record maps to CWE-89 and CWE-74 for improper input handling in /manage_user.php. CVSS v2 is 7.5 with AV:N/AC:L/Au:N/C:P/I:P/A:P and PoC exploit maturity. The affected product is itsourcecode Courier Management System version 1.0; the vulnerable function is not identified in the sources.
Likely exposure
Exposure is likely limited to organizations running itsourcecode Courier Management System 1.0, especially where /manage_user.php is reachable from untrusted networks. Confirm any deployed copies, forks, or customized versions. The source bundle does not identify managed-service exposure, cloud defaults, or broader product families.
Exploitation context
The CVE and VulDB entries state the issue is remotely exploitable and that exploit details were publicly disclosed. KEV is false in the provided bundle, so there is no source-supported evidence here of confirmed active exploitation. Treat public-facing systems as higher priority because authentication is not required in the CVSS vector.
Researcher notes
Evidence is strongest for the affected file, argument, product, version, CVSS vector, and public disclosure. The vulnerable function, patch status, and real-world exploitation are not established in the provided sources. Avoid expanding scope beyond version 1.0 without independent evidence.
Mitigation direction
Check vendor and project guidance for an official fix or updated package.
Restrict access to /manage_user.php until remediation is confirmed.
Remove or isolate unsupported demo-style deployments from the internet.
Review input handling around the ID parameter for parameterized database access.
Monitor web logs for suspicious requests targeting manage_user.php.
Validation and detection
Inventory systems for itsourcecode Courier Management System version 1.0.
Confirm whether /manage_user.php is externally reachable.
Review application code handling the ID argument for unsafe SQL construction.
Check database and web logs for unusual manage_user.php activity.
Validate any vendor patch or local fix in staging before production rollout.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-74: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-74 · source CWE mapping
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.