Description
A vulnerability has been found in PHPGurukul Daily Expense Tracker System 1.1. Impacted is an unknown function of the file /dets/forgot-password.php. The manipulation of the argument email/contactno leads to sql injection. The attack is possible to be carried out remotely. The exploit has been disclosed to the public and may be used.
Published: 2026-09-15
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Unauthorized data exposure through SQL injection
Action: Assess Impact
AI Analysis

Impact

A vulnerability exists in the forgot-password.php component of PHPGurukul Daily Expense Tracker System. By manipulating the "email" or "contactno" input, an attacker can inject arbitrary SQL code. The flaw falls under CWE-74 (Incorrect Parsing of Input) and CWE-89 (SQL Injection). If exploited, the attacker could read, modify, or delete database records, leading to confidentiality and integrity compromise of expense data.

Affected Systems

The issue affects PHPGurukul Daily Expense Tracker System, current release version 1.1. No other versions have been identified in the CNA data.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the EPSS score is not available. The vulnerability is listed as not part of the CISA KEV catalog. The attack vector is remote, requiring only the ability to send crafted requests to the vulnerable script. It appears that no authentication is required, but this is inferred from the description, so any internet‑exposed instance could be a potential target.

Generated by OpenCVE AI on September 15, 2026 at 09:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • If an official patch or newer release is available, upgrade the application immediately
  • Implement input validation and sanitization for the "email" and "contactno" parameters
  • Use prepared statements or parameterized queries when interacting with the database for password recovery functionality

Generated by OpenCVE AI on September 15, 2026 at 09:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description A vulnerability has been found in PHPGurukul Daily Expense Tracker System 1.1. Impacted is an unknown function of the file /dets/forgot-password.php. The manipulation of the argument email/contactno leads to sql injection. The attack is possible to be carried out remotely. The exploit has been disclosed to the public and may be used.
Title PHPGurukul Daily Expense Tracker System forgot-password.php sql injection
First Time appeared Phpgurukul
Phpgurukul daily Expense Tracker System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:phpgurukul:daily_expense_tracker_system:*:*:*:*:*:*:*:*
Vendors & Products Phpgurukul
Phpgurukul daily Expense Tracker System
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

Phpgurukul Daily Expense Tracker System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-15T00:45:10.901Z

Reserved: 2026-09-14T05:07:17.790Z

Link: CVE-2026-90846

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-15T01:16:54.230

Modified: 2026-09-15T01:16:54.230

Link: CVE-2026-90846

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-15T09:30:08Z

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')