Description
A flaw has been found in WuzhiCMS up to 4.1.0. Affected by this vulnerability is the function config/listimage of the file /index.php?m=attachment&f=index&v=upload of the component Attachment API. Executing a manipulation can lead to information disclosure. The attack can be launched remotely. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-07-13
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in WuzhiCMS up to 4.1.0 occurs when the Attachment API endpoint at /index.php?m=attachment&f=index&v=upload is accessed with crafted parameters. The endpoint fails to enforce proper permission checks (CWE‑284) and returns a list of image metadata, revealing filenames, paths, and potentially other confidential data, which corresponds to CWE‑200 Information Exposure. This leads to unauthorized disclosure of content stored by the CMS.

Affected Systems

Affected systems include installations of WuzhiCMS version 4.1.0 and earlier, as the vulnerability was fixed in later releases. The documentation shows affected products packaged under the WuzhiCMS CMS distribution. No specific sub‑version or build details are listed beyond the general “up to 4.1.0” statement.

Risk and Exploitability

The CVSS score of 6.9 indicates medium‑to‑high severity, and the EPSS score of < 1% suggests a very low probability of exploitation in the near term, although the published exploit indicates that attackers have demonstrated the flaw. The vulnerability can be exploited remotely without needing user credentials; the only requirement is being able to send an HTTP request to the API. Because it is not listed in the CISA KEV catalog, mitigation remains reliant on vendor updates or network controls.

Generated by OpenCVE AI on August 1, 2026 at 10:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WuzhiCMS to a release newer than 4.1.0 to remove the CWE‑200/284 vulnerability in the Attachment API.
  • Restrict access to the /index.php?m=attachment&f=index&v=upload endpoint by enforcing authentication and IP whitelisting, thereby preventing unauthorized access (CWE‑284).
  • Monitor web server logs for abnormal requests to the attachment API and block suspicious IP addresses to mitigate attempts to exploit the information disclosure flaw (CWE‑200).

Generated by OpenCVE AI on August 1, 2026 at 10:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 05:30:00 +0000

Type Values Removed Values Added
Description A flaw has been found in WuzhiCMS up to 4.1.0. Affected by this vulnerability is the function config/listimage of the file /index.php?m=attachment&f=index&v=upload of the component Attachment API. Executing a manipulation can lead to information disclosure. The attack can be launched remotely. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Title WuzhiCMS Attachment API index.php listimage information disclosure
First Time appeared Wuzhicms
Wuzhicms wuzhicms
Weaknesses CWE-200
CWE-284
CPEs cpe:2.3:a:wuzhicms:wuzhicms:*:*:*:*:*:*:*:*
Vendors & Products Wuzhicms
Wuzhicms wuzhicms
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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


Subscriptions

Wuzhicms Wuzhicms
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-13T18:11:59.931Z

Reserved: 2026-07-12T15:50:34.631Z

Link: CVE-2026-15530

cve-icon Vulnrichment

Updated: 2026-07-13T18:07:23.486Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T11:00:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control