CVE-2026-78202
Received Received - Intake

Unrestricted File Upload in Payroll System 1.0

Vulnerability report for CVE-2026-78202, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-24

Last updated on: 2026-08-24

Assigner: VulDB

Description

A vulnerability was found in itsourcecode Payroll System 1.0. This affects the function save_settings of the file admin_class.php. The manipulation of the argument img results in unrestricted upload. The attack may be performed from remote. The exploit has been made public and could be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-24
Last Modified
2026-08-24
Generated
2026-08-24
AI Q&A
2026-08-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode payroll_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-434 The product allows the upload or transfer of dangerous file types that are automatically processed within its environment.
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in the itsourcecode Payroll System 1.0, specifically in the save_settings function of admin_class.php. It allows unrestricted file uploads without proper validation, enabling attackers to upload arbitrary PHP files. The function fails to check file extensions, MIME types, or file content, allowing malicious code execution from the web-accessible assets/img/ directory.

Detection Guidance

Check for unauthorized PHP files in the assets/img/ directory of the Payroll System. Look for files with unexpected extensions or recent upload timestamps. Review network traffic for POST requests to /ajax.php?action=save_settings with file uploads.

Impact Analysis

An attacker could exploit this to upload and execute malicious PHP files on your server. This could lead to remote code execution, allowing them to take control of your system, steal sensitive data, or disrupt services. Since the vulnerability is accessible remotely and requires no authentication, any exposed instance of this system is at high risk.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive personal data, violating GDPR and HIPAA requirements for data protection and confidentiality. Organizations using this system may face legal penalties, reputational damage, and loss of compliance certifications if exploited.

Mitigation Strategies

Immediately restrict write permissions to the assets/img/ directory. Implement strict file upload validation to allow only specific safe file types. Add authentication checks for the /ajax.php?action=save_settings endpoint. Monitor for suspicious file uploads or PHP execution attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-78202. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart