Description
A security flaw has been discovered in SeaCMS up to 13.6. Affected by this issue is some unknown functionality of the file /zyapi.php?ac=videolist. Performing a manipulation of the argument ids results in sql injection. The attack can be initiated remotely. The exploit has been released to the public and may be used for attacks.
Published: 2026-08-31
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A valid SQL injection flaw exists in SeaCMS versions up to 13.6 through the /zyapi.php endpoint. Manipulating the 'ids' argument in a call to /zyapi.php?ac=videolist allows an attacker to inject arbitrary SQL statements, potentially yielding unauthorized database access, data exfiltration, or modification. The weakness is classified as CWE-74 (Command Injection via Improperly Handled Strings) and CWE-89 (SQL Injection). The impact is the loss of data confidentiality and integrity for the affected database systems, with possible full compromise of the website.

Affected Systems

SeaCMS, any installations running version 13.6 or earlier. The vulnerability applies to the /zyapi.php file, specifically the 'videolist' action. No specific sub‑versions are listed, so the entire 13.6 release line is considered vulnerable.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity. No EPSS score is available, and the vulnerability is not listed in CISA KEV, which suggests it is not an actively exploited threat yet. The problem can be leveraged remotely through crafted HTTP requests, and a publicly available exploit has already circulated, implying that automated exploitation is possible if the endpoint is reachable.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official SeaCMS patch when it becomes available
  • If a patch is not yet released, modify the input processing for the 'ids' parameter to use prepared statements or parameterized queries to eliminate injection vectors
  • Consider disabling or removing the /zyapi.php endpoint if it is not required for your site

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description A security flaw has been discovered in SeaCMS up to 13.6. Affected by this issue is some unknown functionality of the file /zyapi.php?ac=videolist. Performing a manipulation of the argument ids results in sql injection. The attack can be initiated remotely. The exploit has been released to the public and may be used for attacks.
Title SeaCMS zyapi.php sql injection
First Time appeared Seacms
Seacms seacms
Weaknesses CWE-74
CWE-89
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-31T01:00:13.381Z

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

Link: CVE-2026-82600

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-31T02:17:02.603

Modified: 2026-08-31T02:17:02.603

Link: CVE-2026-82600

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T02:30:18Z

Weaknesses
  • CWE-74

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

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')