CVE-2026-82601
Received Received - Intake

Cross-Site Scripting in SeaCMS up to 13.6

Vulnerability report for CVE-2026-82601, 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 weakness has been identified in SeaCMS up to 13.6. This affects an unknown part of the file /err.php. Executing a manipulation of the argument errtxt can lead to cross site scripting. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks.

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-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a reflected Cross-Site Scripting (XSS) flaw in SeaCMS version 13.6. It exists in the err.php file where the errtxt parameter is improperly handled. The parameter is reflected inside a textarea tag without proper HTML escaping, allowing attackers to inject malicious scripts.

Detection Guidance

To detect this vulnerability, inspect SeaCMS installations for the err.php file and check if the errtxt parameter is reflected without proper HTML escaping. Manually test by appending a payload like ?errtxt=test%3C/script%3E%3Ciframe/src=x%3E to the URL and observe if arbitrary code executes. Use tools like curl or browser developer tools to inspect responses for unsanitized input.

Impact Analysis

An attacker could exploit this to inject and execute malicious scripts in a victim's browser when they visit a specially crafted link. This could lead to session hijacking, defacement, or theft of sensitive data like cookies or credentials.

Compliance Impact

This vulnerability, a reflected XSS flaw in SeaCMS, could potentially impact compliance with GDPR and HIPAA by exposing user data to unauthorized access or manipulation. XSS attacks may lead to data breaches, which are reportable under GDPR and could violate HIPAA's safeguards for protected health information if exploited in healthcare systems.

Mitigation Strategies

Immediately update SeaCMS to a patched version if available. As a temporary fix, apply htmlspecialchars() to the errtxt parameter output in err.php. Implement server-side input validation to reject scripts or HTML tags. Add a strict Content Security Policy (CSP) to block javascript: URIs in iframes and other dangerous sources.

Chat Assistant

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

EPSS Chart