CVE-2026-82422
Received Received - Intake

SQL Injection in Sales and Inventory System 1.0

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

Publication date: 2026-08-29

Last updated on: 2026-08-29

Assigner: VulDB

Description

A security flaw has been discovered in itsourcecode Sales and Inventory System 1.0. Impacted is an unknown function of the file /pages/emp_del.php. The manipulation of the argument ID results in sql injection. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode sales_and_inventory_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 itsourcecode Sales and Inventory System 1.0. It exists in the /pages/emp_del.php file where the ID argument is not properly sanitized, allowing attackers to manipulate database queries remotely. An exploit has been publicly released.

Detection Guidance

Detect SQL injection in /pages/emp_del.php by testing the ID parameter with payloads like ' OR 1=1 -- or ' OR '1'='1. Monitor for unusual database queries or errors in logs.

Impact Analysis

An attacker could exploit this to access, modify, or delete sensitive data in the database. This may lead to unauthorized data exposure, data corruption, or loss of system integrity. Remote attackers can leverage this without authentication.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR (data breaches), HIPAA (protected health information exposure), or other regulations requiring data protection. Unauthorized data access or loss may result in legal penalties and reputational damage.

Mitigation Strategies

Immediately patch the application to the latest version. Disable or restrict access to /pages/emp_del.php if possible. Implement input validation and use prepared statements for database queries.

Chat Assistant

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

EPSS Chart