CVE-2026-86519
Received Received - Intake

Information Disclosure in Student Crud Operation 1.0 Backup File

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

Publication date: 2026-09-08

Last updated on: 2026-09-08

Assigner: VulDB

Description

A vulnerability was found in code-projects Student Crud Operation 1.0. This impacts an unknown function of the file /card_activation.sql of the component Backup File Handler. The manipulation results in information disclosure. The attack can be launched remotely. The exploit has been made public and could be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-08
Last Modified
2026-09-08
Generated
2026-09-08
AI Q&A
2026-09-08
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-86519 is a Sensitive Information Disclosure vulnerability in the Student CRUD Operation 1.0 application. It occurs because an SQL database file named card_activation.sql is stored in a web-accessible directory. Attackers can access this file via HTTP GET requests without authentication, exposing sensitive data like database schema, user information, or authentication details.

Detection Guidance

Check if the card_activation.sql file is accessible via HTTP by attempting to access it directly in a web browser or using curl commands like 'curl http://[target]/card_activation.sql'. If the file is accessible, it indicates the vulnerability exists.

Impact Analysis

This vulnerability allows remote attackers to access sensitive data stored in the card_activation.sql file. This could include database structure, user credentials, or other confidential information. Attackers may use this data to launch further attacks or gain unauthorized access to the system.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA due to unauthorized exposure of personal and sensitive data. GDPR requires protection of personal data, while HIPAA mandates safeguarding protected health information. The breach could lead to legal penalties, fines, and reputational damage.

Mitigation Strategies

Remove the card_activation.sql file from the web-accessible directory. Update web server configuration to block access to .sql files. Review and remove unnecessary database files from public directories. Rotate any exposed credentials or sensitive data.

Chat Assistant

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

EPSS Chart