Cyber Resilience

CVE-2025-14051

Youlai-Mall 1.0.0 … 2.0.0

Public PoC
Published
04 December 2025
Modified
29 April 2026
CVSS Score v4 2.1
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0046 38th percentile
Risk Priority 27 floored blend · peak EPSS

Summary

CVE-2025-14051 is a low-severity Improper Control of Dynamically-Managed Code Resources (CWE-913) vulnerability in Youlai Youlai-Mall. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Reflective Code Loading (T1620); ranked at the 38th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-14051 is a vulnerability in youlaitech youlai-mall versions 1.0.0 and 2.0.0, affecting the functions getById, updateAddress, and deleteAddress within the file /mall-ums/app-api/v1/addresses/. The flaw stems from improper control of dynamically-identified variables, mapped to CWE-913 and CWE-914.

The vulnerability enables remote exploitation (AV:N) with low attack complexity (AC:L), requiring low privileges (PR:L) and no user interaction (UI:N). Successful attacks can result in low impacts to confidentiality, integrity, and availability (C:L/I:L/A:L), yielding a CVSS v3.1 base score of 6.3.

Advisories on VulDB and related GitHub issues document the issue, noting that an exploit has been published and is available for use. The vendor was contacted early regarding disclosure but provided no response, with no patches or official mitigations referenced.

Notable context includes the public availability of the exploit, which may facilitate real-world attacks against unpatched instances.

EU & UK References

Vulnerability Data

A flaw has been found in youlaitech youlai-mall 1.0.0/2.0.0. Affected is the function getById/updateAddress/deleteAddress of the file /mall-ums/app-api/v1/addresses/. Executing manipulation can lead to improper control of dynamically-identified variables. The attack can be executed remotely. The exploit has been published and…

more

may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1620 Reflective Code Loading Stealth
Adversaries may reflectively load code into a process in order to conceal the execution of malicious payloads.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
T1059.001 PowerShell Execution
Adversaries may abuse PowerShell commands and scripts for execution.
T1059.006 Python Execution
Adversaries may abuse Python commands and scripts for execution.
T1059.011 Lua Execution
Adversaries may abuse Lua commands and scripts for execution.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-14085Same product: Youlai Youlai-Mall
CVE-2026-3287Same product: Youlai Youlai-Mall
CVE-2025-15087Same product: Youlai Youlai-Mall
CVE-2025-15085Same product: Youlai Youlai-Mall
CVE-2025-15084Same product: Youlai Youlai-Mall
CVE-2025-14086Same product: Youlai Youlai-Mall
CVE-2025-14052Same product: Youlai Youlai-Mall
CVE-2025-15086Same product: Youlai Youlai-Mall
CVE-2023-33175Shared CWE-913, CWE-914
CVE-2025-15372Same vendor: Youlai

Affected Assets

youlai
youlai-mall
1.0.0, 2.0.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

Access enforcement directly stops unauthorized reads/writes to dynamic code resources by applying authorization checks at access time.

Least privilege reduces the set of subjects that can reach or modify dynamic code resources, limiting the weakness's reach.

Isolating security functions from non-security code prevents unintended manipulation of dynamically managed executable resources.

Process isolation keeps each process's dynamic code resources in separate domains, blocking cross-process tampering.

Input validation on variable identifiers stops malformed or unauthorized dynamic names from being used.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 full match
prevents

Secure SDLC practices explicitly include controls that prevent improper handling of dynamic code resources.

PR.PS-05 mostly match
prevents

Blocking unauthorized code execution directly limits the ability to abuse dynamically-managed resources.

DE.CM-09 partial match
prevents

Runtime-environment monitoring can detect exploitation of the weakness but does not prevent it.

ID.RA-01 partial match
prevents

Vulnerability identification can surface instances of CWE-913 but does not mitigate the root weakness.

PR.PS-01 partial match
prevents

Hardened configuration baselines can restrict dynamic code execution and variable access at runtime.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect dynamic code weaknesses but does not prevent them at design or coding time.

prevents

Secure development lifecycle mandates controls on dynamic code generation and resource management.

prevents

Application security requirements explicitly address restrictions on dynamic code execution and resource access.

prevents

Secure architecture principles require design controls that prevent improper dynamic code resource manipulation.

prevents

Secure coding standards directly prohibit unsafe dynamic code resource handling and injection patterns.

none

Information access restriction limits variable scope but does not address dynamic identification itself.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Windows 10 (1 rule)
  • V-220726 Data Execution Prevention (DEP) must be configured to at least OptOut. prevents CWE-913
Windows 11 (1 rule)
  • V-253283 Data Execution Prevention (DEP) must be configured to at least OptOut. prevents CWE-913

References