CVE-2025-10447
7.3Campcodes · Online Job Finder System
Campcodes Online Job Finder System 1.0 contains an unrestricted file upload vulnerability in the applicationform.php file, which may allow remote attackers to upload malicious files.
Executive summary
A critical file upload vulnerability in the Campcodes Online Job Finder System 1.0 allows remote, unauthenticated attackers to potentially execute arbitrary code on the affected server.
Vulnerability
This vulnerability is an unrestricted file upload flaw (CWE-434) located in the /eris/applicationform.php file. The application fails to properly validate the picture argument, allowing an unauthenticated remote attacker to upload arbitrary files to the system.
Business impact
The ability to upload arbitrary files to a web server typically leads to full system compromise via remote code execution. Given the CVSS score of 7.3, this represents a significant risk of data exfiltration, unauthorized system access, and complete service disruption. Organizations relying on this software face severe reputational and operational damage if the application is exploited.
Remediation
Immediate Action: Since no official patch is currently available, administrators should immediately restrict access to the affected application or disable the file upload functionality in the applicationform.php file until an official fix is released by the vendor.
Proactive Monitoring: Monitor server logs for unusual file creation events in the upload directories and review HTTP request logs for attempts to access non-image files within the application's upload path.
Compensating Controls: Deploy a Web Application Firewall (WAF) rule to block requests containing suspicious file extensions or non-image MIME types directed at the applicationform.php endpoint.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the GitHub issue referenced by the vulnerability research.
Analyst recommendation
Given the availability of a public proof-of-concept and the ease of exploitation, this vulnerability poses a high risk to any organization running Campcodes Online Job Finder System 1.0. If you cannot immediately patch or update the software, you must isolate the instance from public network access to prevent unauthorized file uploads. Prioritize the replacement or mitigation of this system as soon as possible.
Sources
Originally found and disclosed by hcrzzz (VulDB User), per the CVE Program record.