Description
A vulnerability was identified in SeaCMS up to 13.6. Affected by this vulnerability is the function unlink of the file /member.php?action=chgpwdsubmit of the component Avatar Upload. Such manipulation of the argument oldpic leads to path traversal. It is possible to launch the attack remotely. The exploit is publicly available and might be used.
Published: 2026-08-31
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SeaCMS versions up to 13.6 contain a flaw in the unlink function invoked by /member.php?action=chgpwdsubmit that allows an attacker to manipulate the "oldpic" parameter and delete arbitrary files. This path traversal vulnerability can lead to the removal of critical files or other assets on the server, potentially enabling further compromise. The weakness is a lack of proper input validation and is classified as CWE-22.

Affected Systems

All SeaCMS installations running version 13.6 or earlier are affected. This includes the member.php component that processes the oldpic argument for avatar uploads. No specific vendor sub‑products are listed beyond SeaCMS itself.

Risk and Exploitability

The CVSS score of 5.3 indicates a medium severity level. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is remote, as the flaw can be exploited over HTTP by sending a crafted request to the vulnerable endpoint. Publicly available exploits exist, meaning that an attacker can readily target susceptible systems.

Generated by OpenCVE AI on August 31, 2026 at 02:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SeaCMS to a release newer than 13.6 that contains the patch for the unlink path traversal problem.
  • If an immediate upgrade is not feasible, validate and sanitize the "oldpic" parameter so that only filenames within a dedicated safe directory are accepted, thereby preventing traversal outside the intended folder.
  • Apply file permission hardening so that the web server user cannot delete arbitrary files outside the designated avatar directory, limiting the impact of any remaining path traversal attempts.

Generated by OpenCVE AI on August 31, 2026 at 02:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 01:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in SeaCMS up to 13.6. Affected by this vulnerability is the function unlink of the file /member.php?action=chgpwdsubmit of the component Avatar Upload. Such manipulation of the argument oldpic leads to path traversal. It is possible to launch the attack remotely. The exploit is publicly available and might be used.
Title SeaCMS Avatar Upload member.php unlink path traversal
First Time appeared Seacms
Seacms seacms
Weaknesses CWE-22
CPEs cpe:2.3:a:seacms:seacms:*:*:*:*:*:*:*:*
Vendors & Products Seacms
Seacms seacms
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-31T00:45:08.847Z

Reserved: 2026-08-30T06:42:07.879Z

Link: CVE-2026-82599

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-31T01:16:50.630

Modified: 2026-08-31T01:16:50.630

Link: CVE-2026-82599

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T06:15:05Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')