CVE-2026-15677 Details
Description
A weakness has been identified in code-projects Online Job Portal 1.0. This affects an unknown function of the file /JobSeekerInsert.php. Executing a manipulation of the argument txtFile can lead to unrestricted upload. The attack can be executed remotely. The exploit has been made available to the public and could be used for attacks.
A vulnerability allowing unrestricted file uploads has been identified in Code-Projects Online Job Portal version 1.0. The issue resides in the JobSeeker registration script, specifically within the file JobSeekerInsert.php. This vulnerability allows attackers to upload arbitrary files, including PHP scripts, which can be executed on the server, leading to remote code execution. The flaw arises because the file upload feature does not validate file types, check MIME types, enforce file size limits, or sanitize filenames. Uploaded files are saved in a web-accessible directory that permits PHP execution, creating a critical security risk.
To address this vulnerability, implement file type validation using a strict whitelist, rename uploaded files to randomize their names, disable PHP execution in the upload directory, enforce file size limits, and validate MIME types server-side. Additionally, minimize database user permissions.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 14, 2026CISA-ADP
Assessed Jul 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://code-projects.org/ | [email protected] | Not ApplicableProductVendor |
| https://github.com/shihuizhang-dazhi/MY-CVE/issues/6 | [email protected] | ExploitIssue TrackingRemedy |
| https://vuldb.com/cve/CVE-2026-15677 | [email protected] | Content Wall |
| https://vuldb.com/submit/855977 | [email protected] | Permission Required |
| https://vuldb.com/vuln/378167 | [email protected] | Content Wall |
| https://vuldb.com/vuln/378167/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-284 | Improper Access Control | [email protected] |
| CWE-434 | Unrestricted Upload of File with Dangerous Type | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| code-projects Online Job Portal | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 14, 2026 | CVE Modified | CISA-ADP |
| Jul 14, 2026 | New CVE Received | [email protected] |
Volerion