Cyber Resilience

CVE-2022-28997

HighPublic PoC

Published: 23 May 2022

Published
23 May 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0053 67.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-28997 is a high-severity SSRF (CWE-918) vulnerability in Cszcms Cszcms. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 32.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CSZCMS version 1.3.0 contains a server-side request forgery vulnerability at the path /admin/filemanager/connector/. The flaw is tracked as CVE-2022-28997 with a CVSS 3.1 score of 7.5 and is categorized under CWE-918. It permits an attacker to supply crafted requests that the application then issues on the server’s behalf, which can be chained with local file inclusion to read arbitrary files and thereby expose sensitive data.

Remote attackers require no authentication or user interaction to reach the affected endpoint. Successful exploitation yields read access to files on the server, enabling disclosure of configuration data, credentials, or other sensitive information stored on the host.

The supplied references consist of proof-of-concept images and a PacketStorm entry describing an SSRF-to-LFI chain that can lead to remote code execution; none of the references contain vendor advisories or patch details.

EPSS for the CVE remained low after the 2022 disclosure but rose sharply to a peak of 0.1989 on 2025-01-22 before receding to the current value of 0.0053, indicating that exploitation interest emerged well after public release.

EU & UK References

Vulnerability details

CSZCMS v1.3.0 allows attackers to execute a Server-Side Request Forgery (SSRF) which can be leveraged to leak sensitive data via a local file inclusion at /admin/filemanager/connector/.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

cszcms
cszcms
1.3.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-918

Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.

addresses: CWE-918

Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.

addresses: CWE-918

Validates server-side URLs and resource references to block SSRF attempts.

addresses: CWE-918

Detects server-side request forgery through monitoring of unexpected outbound connections.

References