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.
Published: 2026-07-14
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The weakness lies in the JobSeekerInsert.php function of Online Job Portal 1.0, where manipulation of the txtFile parameter allows an attacker to upload any file without restriction. This is an instance of CWE-434: Unrestricted Upload of File with Dangerous Type and also represents CWE-284: Improper Access Control over the upload endpoint. The CVSS score of 6.9 indicates moderate severity, and the presence of a public exploit raises the risk of application integrity loss and potential remote code execution when executable files are uploaded.

Affected Systems

Affected are users running the code-projects Online Job Portal version 1.0, specifically those using the JobSeekerInsert.php functionality. No other versions or components are listed as impacted.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity. The EPSS score of <1% suggests a low probability of exploitation, and this vulnerability is not listed in KEV. Although the attack can be executed remotely, specific exploitation details are not provided and therefore are inferred, not guaranteed. The fact that a public exploit is available indicates that the opportunity for real-world compromise exists.

Generated by OpenCVE AI on July 31, 2026 at 10:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy or upgrade to the patched version of the Online Job Portal as soon as the vendor releases it.
  • Enforce strict file type validation on the txtFile parameter, accepting only whitelisted extensions such as .jpg, .png, and rejecting all others.
  • Store uploaded files outside the web‑root or configure the web server to deny execution of any file within the upload directory.

Generated by OpenCVE AI on July 31, 2026 at 10:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 14 Jul 2026 07:00:00 +0000

Type Values Removed Values Added
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.
Title code-projects Online Job Portal JobSeekerInsert.php unrestricted upload
First Time appeared Code-projects
Code-projects online Job Portal
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:code-projects:online_job_portal:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects online Job Portal
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

Code-projects Online Job Portal
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-14T12:23:21.410Z

Reserved: 2026-07-13T21:19:21.648Z

Link: CVE-2026-15677

cve-icon Vulnrichment

Updated: 2026-07-14T12:23:16.567Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T10:45:04Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type