CVE-2025-22384
Published: 04 January 2025
Summary
CVE-2025-22384 is a high-severity External Control of Assumed-Immutable Web Parameter (CWE-472) vulnerability in Optimizely Configured Commerce. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 49.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Requires server-side validation of request parameters to independently verify product discontinuation status, preventing bypass via altered requests.
Enforces access control policies that deny logical access to purchase discontinued products, directly addressing the business logic flaw.
Provides protections for public-facing storefront access to system resources like products, limiting unauthorized actions on discontinued items.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct unauthenticated exploitation of a public-facing web commerce application via request manipulation to bypass server-side business logic controls.
NVD Description
An issue was discovered in Optimizely Configured Commerce before 5.2.2408. A medium-severity issue concerning business logic exists in the Commerce B2B application, which allows storefront visitors to purchase discontinued products in specific scenarios where requests are altered before reaching the…
more
server.
Deeper analysisAI
CVE-2025-22384 is a business logic vulnerability in Optimizely Configured Commerce versions prior to 5.2.2408, affecting the Commerce B2B application. The flaw enables storefront visitors to purchase discontinued products in specific scenarios by altering requests before they reach the server. It carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and maps to CWE-472 and NVD-CWE-Other.
Unauthenticated attackers with network access can exploit this issue with low attack complexity and no user interaction. By modifying requests en route to the server, they bypass controls on discontinued products, achieving high-impact unauthorized disclosure of confidential information.
Optimizely's security advisory (COM-2024-02) at https://support.optimizely.com/hc/en-us/articles/32694560473741-Configured-Commerce-Security-Advisory-COM-2024-02 provides details on the vulnerability. Mitigation requires upgrading to Configured Commerce 5.2.2408 or later.
Details
- CWE(s)