CVE-2026-95819
Received Received - Intake

SQL Injection in College Notes Gallery

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

Publication date: 2026-09-22

Last updated on: 2026-09-22

Assigner: VulDB

Description

A vulnerability has been found in anirbandutta9 College-Notes-Gallery up to 8c1cf3d98f30982d069c88ca172612c001eb39f6. Affected by this vulnerability is an unknown functionality of the file login.php. Such manipulation of the argument user/pass leads to sql injection. The attack may be performed from remote. The exploit has been disclosed to the public and may be used. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
anirbandutta9 college-notes-gallery to 8c1cf3d98f30982d069c88ca172612c001eb39f6 (inc)

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 College-Notes-Gallery application. It exists in the login.php file where user input for username and password fields is not properly sanitized. An attacker can manipulate these inputs to execute malicious SQL commands, potentially accessing or modifying the database.

Detection Guidance

Detecting SQL injection vulnerabilities typically involves testing input fields like login forms for malicious payloads. Use tools like sqlmap to automate detection: sqlmap -u "http://target/login.php" --data="user=test&pass=test" --risk=3 --level=5. Manually test inputs by adding quotes or SQL keywords like ' OR 1=1 -- in username/password fields. Check server logs for unusual queries or errors.

Impact Analysis

If exploited, this vulnerability could allow attackers to bypass authentication, steal sensitive data like user credentials or personal information, modify or delete database records, or even take control of the application. The attack can be performed remotely without requiring special privileges.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing personal or health data. GDPR requires protection of personal data, while HIPAA mandates safeguards for health information. A successful exploit may result in data breaches, leading to legal penalties and reputational damage.

Mitigation Strategies

Immediately patch the application by updating to the latest secure version if available. If no patch exists, implement input validation for user inputs in login.php to block SQL special characters. Use prepared statements with parameterized queries for database access. Restrict database user permissions to limit damage from potential exploits.

Chat Assistant

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

EPSS Chart