Description
A security vulnerability has been detected in itsourcecode Fees Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /receipt.php. Such manipulation of the argument ef_id leads to sql injection. The attack may be performed from remote. The exploit has been disclosed publicly and may be used.
Published: 2026-06-04
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic SQL injection flaw residing in the receipt.php script of itsourcecode Fees Management System. Manipulating the ef_id argument allows an attacker to inject arbitrary SQL statements, potentially exposing sensitive data, altering records, or creating a foothold for further compromise. This weakness is mapped to CWE-74 and CWE-89, indicating improper input handling for database queries.

Affected Systems

Affected are users of itsourcecode Fees Management System version 1.0. The flaw exists in the receipt.php functionality and impacts any deployment that accepts the ef_id parameter without proper sanitization.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, yet the vulnerability can be triggered from remote sources, as documented in the public exploit reports. EPSS information is not available, and the issue is not cataloged in CISA KEV. Attackers would need network access to the web server; no local privilege escalation is required. Given the lack of critical safeguards, the risk is non‑negligible, particularly in environments that expose the system to the internet.

Generated by OpenCVE AI on June 4, 2026 at 15:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official vendor patch or upgrade to a version that resolves the injection flaw.
  • Implement input validation or use prepared statements for any use of ef_id in SQL queries.
  • Configure the web server to restrict direct access to receipt.php, limiting exposure to authenticated users only.

Generated by OpenCVE AI on June 4, 2026 at 15:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 04 Jun 2026 15:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 04 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in itsourcecode Fees Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /receipt.php. Such manipulation of the argument ef_id leads to sql injection. The attack may be performed from remote. The exploit has been disclosed publicly and may be used.
Title itsourcecode Fees Management System receipt.php sql injection
First Time appeared Itsourcecode
Itsourcecode fees Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:itsourcecode:fees_management_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode fees Management System
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Itsourcecode Fees Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-06-04T14:40:39.035Z

Reserved: 2026-06-04T05:18:40.443Z

Link: CVE-2026-10811

cve-icon Vulnrichment

Updated: 2026-06-04T14:40:35.652Z

cve-icon NVD

Status : Deferred

Published: 2026-06-04T15:16:48.570

Modified: 2026-06-04T15:41:55.430

Link: CVE-2026-10811

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-04T15: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')