CVE-2026-82624
Received Received - Intake

Information Disclosure in Simple Inventory System 1.0

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

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

Description

A flaw has been found in code-projects Simple Inventory System 1.0. Affected by this issue is some unknown functionality of the file inventorymanagement.sql of the component Database Backup File Handler. This manipulation causes information disclosure. The attack may be initiated remotely. The exploit has been published and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
code-projects simple_inventory_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an information disclosure flaw in Simple Inventory System 1.0. It involves an exposed database backup file named inventorymanagement.sql stored in a publicly accessible directory. Attackers can remotely download this file without authentication, exposing sensitive data like user credentials, customer records, and inventory details.

Detection Guidance

Check if the file inventorymanagement.sql exists in a publicly accessible directory like /InventoryManagement/Database_Backup/. Use commands like curl http://yourdomain.com/InventoryManagement/Database_Backup/inventorymanagement.sql to test access. Also inspect web server logs for unusual requests to .sql files.

Impact Analysis

Exploitation allows attackers to access sensitive information such as administrator accounts, user credentials, customer data, and transaction history. This can lead to credential theft, account compromise, or further attacks on the system using the exposed data.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA due to unauthorized access to personal and sensitive data. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. The exposure risks non-compliance penalties and legal consequences.

Mitigation Strategies

Remove the inventorymanagement.sql file from the web root directory immediately. Restrict access to SQL files via web server configuration. Store backups outside the document root with proper permissions and encryption. Review and update deployment practices to prevent similar issues.

Chat Assistant

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

EPSS Chart