CVE-2026-86179
Received Received - Intake

Information Disclosure in Daily Expense Manager Database Backup

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

Publication date: 2026-09-06

Last updated on: 2026-09-06

Assigner: VulDB

Description

A flaw has been found in code-projects Daily Expense Manager 1.0. Affected is an unknown function of the file /Daily-Expense-Manager/exp_ak.sql of the component Database Backup Handler. Executing a manipulation can lead to information disclosure. It is possible to launch the attack remotely. The exploit has been published and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

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

CVE-2026-86179 is a sensitive information disclosure vulnerability in Daily Expense Manager 1.0. The flaw occurs because the application's SQL database initialization file, exp_ak.sql, is stored in a web-accessible directory. If an attacker requests this file via HTTP, they can access sensitive database information such as schema details, financial records, and configuration data without authentication.

Detection Guidance

Check if the file /Daily-Expense-Manager/exp_ak.sql is accessible via HTTP by attempting to access it directly in a web browser or using curl commands like 'curl http://your-server/Daily-Expense-Manager/exp_ak.sql'. If the file is accessible, it indicates the vulnerability exists.

Impact Analysis

This vulnerability allows remote attackers to access sensitive data by exploiting the exposed SQL file. Impact includes potential exposure of financial records, user credentials, database structure, and application settings. Attackers could use this information for further attacks, identity theft, or financial fraud.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA due to unauthorized access to sensitive personal and financial data. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. Exposure of such data could lead to legal penalties, fines, and reputational damage for organizations.

Mitigation Strategies

Remove the exp_ak.sql file from the web-accessible directory or move it outside the document root. Configure the web server to block access to .sql files by adding rules to deny access to such files.

Chat Assistant

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

EPSS Chart