CVE-2026-82603
Received Received - Intake

Path Traversal in SeaCMS Comment Cache

Vulnerability report for CVE-2026-82603, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

Description

A vulnerability was detected in SeaCMS up to 13.6. This issue affects some unknown processing of the file /member.php?action=del_pl of the component Comment Cache. The manipulation of the argument itype/vid results in path traversal. The attack may be launched remotely. The exploit is now public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-08-31
AI Q&A
2026-08-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
seacms seacms to 13.6 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects SeaCMS up to version 13.6. It allows authenticated members to perform path traversal and delete arbitrary files via the member.php file when the action=del_pl parameter is used. The itype and vid parameters are concatenated into a file path without validation, enabling deletion of .js files outside the intended cache directory.

Detection Guidance

To detect this vulnerability, monitor for unusual file deletion activity in SeaCMS directories, particularly in the /member.php?action=del_pl endpoint. Check web server logs for requests containing path traversal sequences like ../../../ in the itype or vid parameters. Use commands like grep to search logs for suspicious patterns: grep -r "action=del_pl" /var/log/apache2/ or grep -r "../../../" /var/log/nginx/.

Impact Analysis

An attacker with low-privileged member access could delete critical files on the server, including JavaScript files, leading to potential website disruption or further exploitation. The attack requires authentication but no user interaction.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling unauthorized file deletion, which may lead to data loss or integrity issues. If sensitive data files are deleted, it could violate GDPR's integrity and availability principles or HIPAA's requirements for maintaining protected health information integrity.

Mitigation Strategies

Immediately update SeaCMS to the latest version if available. If not, restrict access to the /member.php?action=del_pl endpoint via web server rules. Validate and sanitize the itype and vid parameters to prevent path traversal. Ensure file operations are restricted to intended directories and suppress error messages during deletions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82603. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart