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.
Published: 2026-09-22
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: SQL Injection leading to database compromise
Action: Immediate Patch
AI Analysis

Impact

A SQL injection flaw was discovered in the login.php script of the College-Notes-Gallery application. The flaw arises when user credentials are concatenated directly into an SQL query, allowing an attacker to inject arbitrary SQL statements. This can result in unauthorized read or write access to the backend database, potentially exposing sensitive user data or compromising the integrity of stored information. The underlying weakness aligns with CWE-89 (SQL Injection) and CWE-74 (Malformed Injection).

Affected Systems

The vulnerability affects all releases of anirbandutta9’s College-Notes-Gallery up to commit 8c1cf3d98f30982d069c88ca172612c001eb39f6. The application follows a rolling‑release model, so specific patch versions are not publicly enumerated. Administrators should assume that the current deployed instance is vulnerable unless a newer commit featuring a fix is deployed.

Risk and Exploitability

The CVSS score of 6.9 indicates a high‑severity vulnerability. EPSS information is currently unavailable, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog, so the likelihood of an immediately successful exploitation remains uncertain. The flaw can be triggered by any remote party that can query the public login page, and the exploit has already been made publicly available. In the absence of a vendor response, the risk of exploitation remains significant, especially for publicly exposed installations.

Generated by OpenCVE AI on September 22, 2026 at 23:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Use fully parameterized queries or prepared statements to ensure user input cannot alter SQL logic.
  • Configure the database account used by the application to have the least privilege necessary for its operations.
  • Restrict network access to the login.php endpoint with IP whitelisting, VPN, or web‑application firewall rules.
  • Enable detailed database query logging and set up alerts for unusual access patterns or failed authentication attempts.
  • When a formal patch or newer release is issued by the project, upgrade immediately to remove the vulnerability.

Generated by OpenCVE AI on September 22, 2026 at 23:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 22:15:00 +0000

Type Values Removed Values Added
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.
Title anirbandutta9 College-Notes-Gallery login.php sql injection
First Time appeared Anirbandutta9
Anirbandutta9 college-notes-gallery
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:anirbandutta9:college-notes-gallery:*:*:*:*:*:*:*:*
Vendors & Products Anirbandutta9
Anirbandutta9 college-notes-gallery
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Anirbandutta9 College-notes-gallery
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-22T22:00:12.254Z

Reserved: 2026-09-22T16:10:54.883Z

Link: CVE-2026-95819

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T22:17:12.100

Modified: 2026-09-22T22:17:12.100

Link: CVE-2026-95819

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T01:30:17Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')