CVE-2026-19787
Received Received - Intake

SQL Injection in Air Cargo Management System

Vulnerability report for CVE-2026-19787, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-14

Last updated on: 2026-08-14

Assigner: VulDB

Description

A vulnerability was determined in SourceCodester Air Cargo Management System 1.0. Impacted is an unknown function of the file /classes/Master.php?f=save_cargo_type. Executing a manipulation of the argument ID can lead to sql injection. The attack can be executed remotely. The exploit has been publicly disclosed and may be utilized.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-14
Last Modified
2026-08-14
Generated
2026-08-14
AI Q&A
2026-08-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester air_cargo_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the Air Cargo Management System 1.0. It exists in the save_cargo_type function of the Master.php file, where the ID parameter is improperly validated and directly used in SQL queries. Attackers can manipulate this parameter to inject malicious SQL commands, potentially accessing or modifying database contents.

Detection Guidance

To detect SQL injection in the Air Cargo Management System, use tools like sqlmap to test the /classes/Master.php?f=save_cargo_type endpoint with the id parameter. Example command: sqlmap -u "http://target/classes/Master.php?f=save_cargo_type&id=1" --batch --dbs. Check for error messages or time delays indicating SQL injection.

Impact Analysis

If exploited, this vulnerability could allow remote attackers with network access and an authenticated Administrator session to execute arbitrary SQL commands. This may lead to unauthorized data access, modification, or deletion in the database. Attackers could extract sensitive information like user credentials, cargo details, or other confidential data.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing sensitive personal or health-related data. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A successful exploit may result in data breaches, triggering legal penalties, fines, or regulatory actions.

Mitigation Strategies

Immediately update the Master.php file to use prepared statements for the id parameter in SQL queries. Implement strict input validation to ensure the id parameter only accepts expected numeric values. Restrict database user privileges to limit potential damage from SQL injection attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19787. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart