Description
A vulnerability was identified in CodeAstro Online Job Portal 1.0. Affected by this vulnerability is an unknown functionality of the file /users/update-profile.php. The manipulation of the argument Name leads to unrestricted upload. The attack can be initiated remotely. The exploit is publicly available and might be used.
Published: 2026-08-21
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is located in the update-profile.php file of CodeAstro Online Job Portal 1.0. The Name parameter can be manipulated to upload files without any form of validation. Attackers can therefore place arbitrary files on the server, including potentially executable web shells. If the uploaded file is executed, this flaw could lead to remote code execution. The weakness is an arbitrary file upload that bypasses type checks, exposing a classic web‑application security gap.

Affected Systems

The affected product is CodeAstro Online Job Portal, at version 1.0. This specific flaw resides within the update-profile.php script that handles user profile updates. No other versions or products are listed as affected in the available data.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity for this flaw. No EPSS score is available, and the vulnerability is not listed in the KEV catalog, suggesting it has not yet been widely observed in the wild. However, the exploit is publicly available and can be triggered remotely by crafting a malicious Name argument. Because the file upload is unrestricted, attackers can upload web shells or other malicious payloads, enabling remote code execution or further compromise. The lack of file‑type validation and directory execution restrictions makes exploitation straightforward for an attacker with access to the application URL.

Generated by OpenCVE AI on August 21, 2026 at 11:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor's latest patch or upgrade the CodeAstro Online Job Portal to a fixed version.
  • Implement strict server‑side validation on the Name parameter to allow only safe file types and reject unexpected extensions.
  • Configure the upload directory so that it has no execute permissions and is served as static content only.
  • Regularly audit uploaded content and monitor for suspicious files.

Generated by OpenCVE AI on August 21, 2026 at 11:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in CodeAstro Online Job Portal 1.0. Affected by this vulnerability is an unknown functionality of the file /users/update-profile.php. The manipulation of the argument Name leads to unrestricted upload. The attack can be initiated remotely. The exploit is publicly available and might be used.
Title CodeAstro Online Job Portal update-profile.php unrestricted upload
First Time appeared Codeastro
Codeastro online Job Portal
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:codeastro:online_job_portal:*:*:*:*:*:*:*:*
Vendors & Products Codeastro
Codeastro online Job Portal
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Codeastro Online Job Portal
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-21T09:45:08.456Z

Reserved: 2026-08-21T05:26:42.022Z

Link: CVE-2026-77681

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-21T10:16:39.047

Modified: 2026-08-21T10:16:39.047

Link: CVE-2026-77681

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T11:30:04Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type