Cyber Resilience

CVE-2023-2928

Medium

Published: 27 May 2023

Published
27 May 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.6337 98.4th percentile
Risk Priority 51 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-2928 is a medium-severity Code Injection (CWE-94) vulnerability in Dedecms Dedecms. Its CVSS base score is 6.3 (Medium).

Operationally, ranked in the top 1.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

DedeCMS versions up to 5.7.106 are affected by a code injection vulnerability in the file uploads/dede/article_allowurl_edit.php. The flaw, identified as CVE-2023-2928 and mapped to CWE-94, arises from improper handling of the allurls argument and received a CVSS 3.1 score of 6.3.

An attacker with low-privileged network access can supply crafted input to the parameter and achieve code injection, resulting in limited impacts to confidentiality, integrity, and availability. No user interaction is required, and the attack can be performed remotely.

Public references consist of VulDB entries and a GitHub repository that disclose exploit details, but they contain no information on official patches or mitigation guidance.

The associated EPSS score is currently 0.6337 with a recorded peak of 0.6606.

EU & UK References

Vulnerability details

A vulnerability was found in DedeCMS up to 5.7.106. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the file uploads/dede/article_allowurl_edit.php. The manipulation of the argument allurls leads to code injection. The attack can…

more

be launched remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-230083.

CWE(s)

Related Threats

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

Affected Assets

dedecms
dedecms
≤ 5.7.106

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-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

References