VYPR
Unrated severityNVD Advisory· Published Oct 31, 2022· Updated Apr 15, 2025

Yunjing CMS upload_img.html unrestricted upload

CVE-2022-3770

Description

Unrestricted file upload in Yunjing CMS allows remote attackers to execute arbitrary code via the /index/user/upload_img.html endpoint.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Unrestricted file upload in Yunjing CMS allows remote attackers to execute arbitrary code via the /index/user/upload_img.html endpoint.

Vulnerability

An unrestricted file upload vulnerability exists in Yunjing CMS. The affected code is in the file /index/user/upload_img.html. The manipulation of the file argument with the HTTP POST method allows an attacker to upload arbitrary files, including PHP shells, without proper validation of file type or content [1]. The impact is critical, as remote attackers can upload executable files to the server.

Exploitation

An attacker does not need authentication to reach the vulnerable endpoint. The attack is performed remotely by sending a specially crafted HTTP POST request to /index/user/upload_img.html with a malicious file (e.g., a PHP webshell) attached to the file parameter [1]. No user interaction is required. The exploit has been publicly disclosed and may be used by unauthenticated remote attackers.

Impact

Successful exploitation allows the attacker to upload and execute arbitrary code on the server. This leads to complete compromise of the web application and potentially the underlying operating system, depending on file permissions and server configuration. The confidentiality, integrity, and availability of the application can be fully compromised [1].

Mitigation

No official fix from the vendor has been released as of the publication date. The vulnerability is publicly disclosed and listed in the CVE database [1]. Users should restrict access to the upload endpoint, implement strict file type and content validation, or disable the upload functionality until a patch is provided. This CVE is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.

AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

1

News mentions

0

No linked articles in our index yet.