SQL Injection in PHPGurukul Daily Expense Tracker System
An unauthenticated SQL injection vulnerability in the login component of PHPGurukul Daily Expense Tracker System 1.1 allows remote attackers to execute arbitrary database queries.
CVE search metadata
CVE search record: CVE-2026-90844. Severity: high. CVSS: 7.3. KEV: no. Product: Daily Expense Tracker System (1.1). Brief: SQL Injection in PHPGurukul Daily Expense Tracker System. Brief link: https://feed.craftedsignal.io/briefs/2026-09-phpgurukul-sql-injection/
What's new
- 1. added detection rule: Detects CVE-2026-90846 Exploitation - SQL Injection in forgot-password.php Sep 15, 01:38 via nvd
PHPGurukul Daily Expense Tracker System version 1.1 contains a SQL injection vulnerability within the login component. The vulnerability is located in the '/dets/index.php' file, where the 'email' parameter fails to properly sanitize user-supplied input before passing it to database queries. An unauthenticated remote attacker can supply crafted SQL payloads via the email argument to manipulate back-end queries. This allows for unauthorized data access, potential authentication bypass, or administrative compromise of the underlying database. The vulnerability has been publicly disclosed and is considered exploitable by remote actors. Defenses should focus on monitoring HTTP requests to the identified login endpoint for signs of SQL injection patterns.
Impact
Successful exploitation allows an unauthenticated attacker to interact directly with the application database, potentially resulting in the exfiltration of user credentials, financial records, or system configuration data. In high-privilege scenarios, this may facilitate a full compromise of the application server.
Recommendation
Prioritize remediation by updating or patching the PHPGurukul Daily Expense Tracker System to a version that addresses CVE-2026-90844. As the component is vulnerable to SQL injection, ensure that all input handling in 'index.php' utilizes prepared statements or parameterized queries.
Immediate actions
Block or inspect traffic targeting /dets/index.php with anomalous email parameters
Mitigations
Patch PHPGurukul Daily Expense Tracker System to the latest secure version
CVE-2026-90844
Detection coverage 2
Detects CVE-2026-90844 Exploitation - SQL Injection via Login Endpoint
highDetects potential SQL injection attempts targeting the email parameter in the Daily Expense Tracker System login page.
Detects CVE-2026-90846 Exploitation - SQL Injection in forgot-password.php
highDetects exploitation attempts targeting CVE-2026-90846 by monitoring for SQL injection syntax in the email or contactno parameters of the forgot-password.php script
Detection queries are available on the platform. Get full rules →