Cyber Posture

CVE-2026-3287

MediumPublic PoC

Published: 27 February 2026

Published
27 February 2026
Modified
02 March 2026
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0001 2.2th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-3287 is a medium-severity Injection (CWE-74) vulnerability in Youlai Youlai-Mall. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 2.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique.
Threat & Defense Details

Likely Mitigating ControlsAI

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

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-74

Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

addresses: CWE-74

Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in exposed web app endpoint (SpuController listPagedSpuForApp) directly enables T1190 (Exploit Public-Facing Application) for initial or post-auth access; injected payloads allow unauthorized retrieval/modification of database contents, mapping to T1213.006 (Data from Information Repositories: Databases).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

A security flaw has been discovered in youlaitech youlai-mall 2.0.0. This affects the function listPagedSpuForApp of the file mall-pms/pms-boot/src/main/java/com/youlai/mall/pms/controller/app/SpuController.java of the component App-side Product Pagination Endpoint. Performing a manipulation of the argument sortField/sort results in sql injection. Remote exploitation of…

more

the attack is possible. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.

Deeper analysisAI

CVE-2026-3287 is a SQL injection vulnerability in youlaitech youlai-mall version 2.0.0, affecting the listPagedSpuForApp function within the App-side Product Pagination Endpoint. The flaw resides in the file mall-pms/pms-boot/src/main/java/com/youlai/mall/pms/controller/app/SpuController.java, where manipulation of the sortField or sort arguments enables injection. It is classified under CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection), with a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

The vulnerability allows remote exploitation by low-privileged authenticated users over the network with low attack complexity and no user interaction required. Attackers can achieve limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via injected SQL payloads.

Advisories from VulDB indicate no vendor response or patch availability despite early notification; the exploit code has been publicly released, increasing the risk of active attacks. References include VulDB entries (ctiid.348016, id.348016, submit.758977) and a Feishu document for further details.

Details

CWE(s)

Affected Products

youlai
youlai-mall
2.0.0

CVEs Like This One

CVE-2025-14051Same product: Youlai Youlai-Mall
CVE-2024-13092Shared CWE-74, CWE-89
CVE-2026-3149Shared CWE-74, CWE-89
CVE-2025-0946Shared CWE-74, CWE-89
CVE-2025-0949Shared CWE-74, CWE-89
CVE-2025-0336Shared CWE-74, CWE-89
CVE-2025-0873Shared CWE-74, CWE-89
CVE-2025-0944Shared CWE-74, CWE-89
CVE-2026-4533Shared CWE-74, CWE-89
CVE-2025-2657Shared CWE-74, CWE-89

References