Description
A vulnerability was found in itsourcecode Courier Management System 1.0. The affected element is an unknown function of the file /parcel_list.php. Performing a manipulation of the argument s results in sql injection. It is possible to initiate the attack remotely. The exploit has been made public and could be used.
Published: 2026-05-27
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A SQL injection vulnerability exists in the Courier Management System 1.0, triggered by manipulating the argument "s" in the /parcel_list.php script. The flaw allows an attacker to inject arbitrary SQL statements into the database query. The weakness is the result of improper input validation and lack of parameterized queries, which is reflected in CWE-74 and CWE-89. Successful exploitation can lead to unauthorized data disclosure, modification or loss, and could compromise the entire system’s database integrity.

Affected Systems

The affected product is itsourcecode Courier Management System, version 1.0. No other versions were explicitly listed as impacted.

Risk and Exploitability

The vulnerability has a CVSS score of 5.3, indicating moderate severity. EPSS is not reported, and the defect is not listed in the CISA KEV catalog. The flaw can be exercised remotely by sending a crafted HTTP request to /parcel_list.php that contains a manipulated "s" parameter. The CVE does not state whether authentication is required, so the possibility of unauthenticated exploitation cannot be confirmed from the provided information.

Generated by OpenCVE AI on May 27, 2026 at 01:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Obtain and deploy the latest official patch or update from itsourcecode for Courier Management System 1.0
  • Modify the application code to validate or sanitize the "s" parameter and replace concatenated SQL strings with prepared statements that use parameterized queries
  • Configure a Web Application Firewall to detect and block suspicious SQL injection payloads and enforce least privilege for database accounts related to the application

Generated by OpenCVE AI on May 27, 2026 at 01:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 28 May 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 27 May 2026 00:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in itsourcecode Courier Management System 1.0. The affected element is an unknown function of the file /parcel_list.php. Performing a manipulation of the argument s results in sql injection. It is possible to initiate the attack remotely. The exploit has been made public and could be used.
Title itsourcecode Courier Management System parcel_list.php sql injection
First Time appeared Itsourcecode
Itsourcecode courier Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:itsourcecode:courier_management_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode courier Management System
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, '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'}


Subscriptions

Itsourcecode Courier Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-05-28T14:17:25.524Z

Reserved: 2026-05-26T16:17:17.462Z

Link: CVE-2026-9607

cve-icon Vulnrichment

Updated: 2026-05-28T14:16:45.791Z

cve-icon NVD

Status : Deferred

Published: 2026-05-27T00:16:39.567

Modified: 2026-05-28T16:16:31.750

Link: CVE-2026-9607

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-27T02:00:13Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')