Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-86519 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-200Exposure of Sensitive Information to an Unauthorized Actor[email protected]
CWE-284Improper Access Control[email protected]

Affected Products

ProductVersions
Code-Projects Student Crud Operation
1.0

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Workaround:moderate effort

    Remove the `card_activation.sql` file from the web-accessible directory.

  • Mitigation:low effort

    Configure the web server to deny direct requests for `.sql` files. For Apache, use the following configuration: <FilesMatch "\.(sql|bak|backup|dump)$"> Require all denied </FilesMatch> For Nginx, use: location ~* "\.(sql|bak|backup|dump)$" { deny all; }

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-86519
NVD Published Date:
Sep 8, 2026
NVD Last Modified:
Sep 11, 2026
Source:
[email protected]
CVE-2026-86519 Details - Not Deferred