CVE-2026-11558
Received Received - Intake
SQL Injection in CodeAstro Payroll System

Publication date: 2026-06-08

Last updated on: 2026-06-08

Assigner: VulDB

Description
A security vulnerability has been detected in CodeAstro Payroll System 1.0. The impacted element is an unknown function of the file /home_salary.php. The manipulation of the argument rate/salary_rate leads to sql injection. The attack is possible to be carried out remotely. The exploit has been disclosed publicly and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-08
Last Modified
2026-06-08
Generated
2026-06-09
AI Q&A
2026-06-08
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
codeastro payroll_system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the CodeAstro Payroll System 1.0, specifically in an unknown function within the file /home_salary.php. It involves the manipulation of the argument rate or salary_rate, which leads to a SQL injection vulnerability. This means that an attacker can inject malicious SQL code through this argument.

The attack can be carried out remotely, allowing an attacker to exploit the system without physical access. The exploit has been publicly disclosed, which means it is known and potentially usable by attackers.

Impact Analysis

The SQL injection vulnerability can allow an attacker to manipulate the database queries executed by the payroll system. This can lead to unauthorized access to sensitive payroll data, data modification, or deletion.

Because the attack can be performed remotely, it increases the risk of data breaches, potentially exposing employee salary information or other confidential data.

The CVSS v3.1 score of 6.3 indicates a medium severity impact, with potential consequences including limited confidentiality, integrity, and availability impacts.

Compliance Impact

The SQL injection vulnerability in CodeAstro Payroll System 1.0 allows unauthorized access to sensitive data, data tampering, and potential system compromise. Such unauthorized access and data leakage can lead to violations of data protection regulations like GDPR and HIPAA, which require the protection of personal and sensitive information.

Failure to properly secure the payroll system against this vulnerability could result in non-compliance with these standards due to exposure of personal employee data, potentially leading to legal and financial consequences.

Mitigation measures such as prepared statements, strict input validation, minimizing database user permissions, and regular security audits are essential to maintain compliance with these regulations.

Detection Guidance

This vulnerability can be detected by testing the affected parameter for SQL injection flaws, specifically the 'rate' or 'salary_rate' parameter in the /home_salary.php file of the Payroll System V1.0.

A common method is to use time-based blind SQL injection payloads to confirm the vulnerability by observing response delays caused by injected SQL commands.

For example, you can use curl or similar tools to send crafted requests that include SQL injection payloads to the vulnerable parameter and monitor the response times.

  • curl "http://target/PayrollSy-PHP/home_salary.php?rate=1' AND IF(SLEEP(5),1,0)-- -"
  • Use automated SQL injection detection tools like sqlmap targeting the parameter 'rate' or 'salary_rate' in the URL.
Mitigation Strategies

Immediate mitigation steps include:

  • Implement prepared statements with parameter binding to prevent SQL injection.
  • Apply strict input validation on the 'rate' or 'salary_rate' parameters to ensure only expected data is processed.
  • Minimize database user permissions to limit the impact of a potential exploit.
  • Conduct regular security audits and code reviews to identify and fix similar vulnerabilities.
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-11558. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart