Description
A vulnerability was determined in SeaCMS up to 13.6. Affected is the function parseIf of the file search.php of the component Template Engine. This manipulation of the argument searchtype causes code injection. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized.
Published: 2026-08-31
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The SeaCMS Template Engine contains a flaw in the parseIf function within search.php where manipulating the searchtype argument allows an attacker to inject arbitrary code. Because the input is not properly neutralized, the underlying PHP code can be altered, resulting in remote code execution. This vulnerability is a classic example of code injection (CWE‑94) and improper neutralization of special elements (CWE‑74). The potential impact includes full system compromise, data theft, and malicious code deployment.

Affected Systems

SeaCMS software up to version 13.6 is affected. The vulnerability resides in the search.php component of the template engine, and any instance of SeaCMS running a version equal to or older than 13.6 may be vulnerable. No later version has yet been confirmed to be vulnerable, and the vendor has not released a patch at the time of this advisory.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate risk. The EPSS score is not available, but the vulnerability is publicly disclosed and can be exploited remotely via the searchtype parameter. It is not listed in the CISA KEV catalog, but its code‑injection nature means that once exploited, an attacker can execute arbitrary commands on the host. Organizations should treat this as a significant threat if they are running vulnerable versions of SeaCMS.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SeaCMS to a version that includes the fix for the parseIf injection (or apply any official vendor patch if released).
  • If upgrading is not immediately possible, restrict external access to the search.php endpoint or disable the search functionality entirely until a patch can be applied.
  • Implement strict input validation on the searchtype parameter to ensure only allowed values are processed, thereby preventing injection payloads.

Generated by OpenCVE AI on August 31, 2026 at 02:24 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 determined in SeaCMS up to 13.6. Affected is the function parseIf of the file search.php of the component Template Engine. This manipulation of the argument searchtype causes code injection. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized.
Title SeaCMS Template search.php parseIf code injection
First Time appeared Seacms
Seacms seacms
Weaknesses CWE-74
CWE-94
CPEs cpe:2.3:a:seacms:seacms:*:*:*:*:*:*:*:*
Vendors & Products Seacms
Seacms seacms
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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-31T00:30:07.314Z

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

Link: CVE-2026-82598

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-82598

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T03:45:12Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')