Youlai Mall
CVE-2025-15084
LOW
Severity by source
CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/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
Lifecycle Timeline
1DescriptionCVE.org
A vulnerability was identified in youlaitech youlai-mall 1.0.0/2.0.0. The impacted element is the function orderService.payOrder of the file mall-oms/oms-boot/src/main/java/com/youlai/mall/oms/controller/app/OrderController.java of the component Order Payment Handler. The manipulation leads to improper access controls. The attack can be initiated remotely. The attack is considered to have high complexity. The exploitability is regarded as difficult. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Improper access controls in the Order Payment Handler (orderService.payOrder method) of Youlai Mall 1.0.0 and 2.0.0 allow authenticated remote attackers to disclose sensitive information through the OrderController component. The vulnerability requires high attack complexity and authenticated access (PR:L), limiting real-world exploitation despite publicly available proof-of-concept code. EPSS exploitation probability is 0.06% (17th percentile), suggesting low practical risk despite public POC availability.
Technical ContextAI
The vulnerability exists in the order payment processing function within the Youlai Mall e-commerce application's order management service (OMS). Specifically, the OrderController.orderService.payOrder method in mall-oms/oms-boot/src/main/java/com/youlai/mall/oms/controller/app/OrderController.java implements insufficient access control checks before processing payment-related operations. The CWE-266 classification (Incorrect Privilege Assignment) indicates the root cause is improper validation of user permissions when executing sensitive payment operations. The attack vector is network-based (AV:N), meaning exploitation occurs over the network, but requires authenticated user context (PR:L) and high attack complexity (AC:H), suggesting the attack requires specific conditions or knowledge of the application's internal state to succeed.
RemediationAI
No vendor-released patch identified at time of analysis. The vendor was contacted during responsible disclosure but provided no response. Organizations running Youlai Mall 1.0.0 or 2.0.0 should immediately review and audit the OrderController.orderService.payOrder method to implement explicit role-based access control (RBAC) checks before permitting access to payment data. Specifically, verify that users can only view payment information for orders they own or are explicitly authorized to manage, and that administrative payment operations require elevated privileges. If source code patches cannot be applied due to vendor non-response, implement compensating controls: configure network access controls to restrict the Order Payment API endpoint to trusted IP ranges or specific internal networks only; enforce mutual TLS (mTLS) authentication for payment operations; implement application-level audit logging to detect unauthorized access attempts to payment functions; and consider disabling or rate-limiting the affected payment endpoint until code-level fixes can be applied. Check the GitHub repository referenced in the POC (https://github.com/Hwwg/cve/issues/24) for community-contributed patches or workarounds. Evaluate upgrading to a newer version of Youlai Mall if available, though no specific patched version is confirmed in available data.
More from same product – last 7 days
Local denial of service in Android's PackageInstaller subsystem stems from a logic error in PackageInstallerSession.tran
Remote code execution in Spring for GraphQL versions 1.3.0-1.3.8, 1.4.0-1.4.5, and 2.0.0-2.0.3 allows unauthenticated at
NoSQL/query injection in Spring AI Vector Stores (1.0.0-1.0.8 and 1.1.0-1.1.7) allows remote unauthenticated attackers t
Origin validation failure in Spring Cloud Gateway (WebMVC and WebFlux Server variants) allows remote attackers to spoof
Server-Side Request Forgery in Spring Web Services (versions 3.1.0-3.1.8, 4.0.0-4.0.18, 4.1.0-4.1.3, and 5.0.0-5.0.1) al
Share
External POC / Exploit Code
Leaving vuln.today