Description
A vulnerability has been found in itsourcecode Payroll System 1.0. The impacted element is the function Login of the file admin_class.php. The manipulation of the argument Username 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-08-24
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote SQL Injection in Payroll System login
Action: Immediate Patch
AI Analysis

Impact

The vulnerability resides in the Login function of admin_class.php, where the Username parameter is not properly sanitized, leading to a classic SQL injection flaw. An attacker can inject malicious SQL code through the login form and execute arbitrary queries against the database. This flaw permits the attacker to read, modify, or delete payroll data, potentially enabling full compromise of the database and the entire payroll system. The impact is significant because the flaw may allow attackers to compromise sensitive employee compensation information and undermine the integrity of the financial system.

Affected Systems

The affected product is itsourcecode Payroll System version 1.0. The vuln affects the admin_class.php file used for authentication in this version. No other versions or components are mentioned as vulnerable.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity vulnerability. The EPSS score is not available, and the flaw is not listed in the CISA KEV catalog, which suggests limited publicly known exploitation. However, the flaw is explicitly stated to be exploitable remotely via the login endpoint. Once exploited, an attacker can read or alter data in the payroll database, potentially achieving complete data exposure or unauthorized transaction manipulation.

Generated by OpenCVE AI on August 24, 2026 at 07:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑released patch or upgrade to a fixed release of itsourcecode Payroll System once it becomes available.
  • Modify the login routine to use parameterized queries and properly escape or whitelist the Username input to eliminate injection possibilities.
  • Configure the database user used by the application with the least privileges required, and monitor for unusual query activity on the payroll database.

Generated by OpenCVE AI on August 24, 2026 at 07:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 24 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in itsourcecode Payroll System 1.0. The impacted element is the function Login of the file admin_class.php. The manipulation of the argument Username 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 itsourcecode Payroll System admin_class.php login sql injection
First Time appeared Itsourcecode
Itsourcecode payroll System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:itsourcecode:payroll_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode payroll 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

Itsourcecode Payroll System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-26T18:19:41.926Z

Reserved: 2026-08-23T22:50:04.703Z

Link: CVE-2026-78201

cve-icon Vulnrichment

Updated: 2026-08-26T18:19:36.314Z

cve-icon NVD

Status : Deferred

Published: 2026-08-24T06:21:09.847

Modified: 2026-08-26T19:17:10.220

Link: CVE-2026-78201

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T21:11:45Z

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