Cyber Resilience

CVE-2023-3578

MediumPublic PoC

Published: 10 July 2023

Published
10 July 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 5.5 CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.8124 99.2th percentile
Risk Priority 60 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-3578 is a medium-severity SSRF (CWE-918) vulnerability in Dedecms Dedecms. Its CVSS base score is 5.5 (Medium).

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

Deeper analysis

A vulnerability classified as critical exists in DedeCMS version 5.7.109 within an unknown function of the file co_do.php. Manipulation of the rssurl argument triggers server-side request forgery, corresponding to CWE-918. The issue carries a CVSS 3.1 score of 5.5 reflecting an adjacent-network vector, low attack complexity, and low privileges required.

An authenticated attacker on the local network can supply a crafted rssurl value to coerce the server into issuing arbitrary requests, resulting in limited impacts to confidentiality, integrity, and availability. Public exploit code for this flaw has been released.

The associated EPSS score stands at 0.8124 with no indicated rise from a lower baseline. References point to a GitHub repository containing technical details of the SSRF vector and to Vuldb entries that catalog the issue.

EU & UK References

Vulnerability details

A vulnerability classified as critical was found in DedeCMS 5.7.109. Affected by this vulnerability is an unknown functionality of the file co_do.php. The manipulation of the argument rssurl leads to server-side request forgery. The exploit has been disclosed to the…

more

public and may be used. The associated identifier of this vulnerability is VDB-233371.

CWE(s)

Related Threats

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

Affected Assets

dedecms
dedecms
5.7.109

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