CVE Vulnerabilities

CVE-2024-39325

Improper Enforcement of Behavioral Workflow

Published: Jul 02, 2024 | Modified: Nov 21, 2024
CVSS 3.x
5.3
MEDIUM
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

aimeos/ai-controller-frontend is the Aimeos frontend controller. Prior to versions 2024.04.2, 2023.10.9, 2022.10.8, 2021.10.8, and 2020.10.15, aimeos/ai-controller-frontend doesnt reset the payment status of a users basket after the user completes a purchase. Versions 2024.04.2, 2023.10.9, 2022.10.8, 2021.10.8, and 2020.10.15 fix this issue.

Weakness

The product supports a session in which more than one behavior must be performed by an actor, but it does not properly ensure that the actor performs the behaviors in the required sequence.

Affected Software

Name Vendor Start Version End Version
Aimeos_frontend_controller Aimeos * 2020.10.15 (excluding)
Aimeos_frontend_controller Aimeos 2021.04.1 (including) 2021.10.8 (excluding)
Aimeos_frontend_controller Aimeos 2022.04.1 (including) 2022.10.8 (excluding)
Aimeos_frontend_controller Aimeos 2023.04.1 (including) 2023.10.9 (excluding)
Aimeos_frontend_controller Aimeos 2024.04.1 (including) 2024.04.1 (including)

Extended Description

By performing actions in an unexpected order, or by omitting steps, an attacker could manipulate the business logic of the product or cause it to enter an invalid state. In some cases, this can also expose resultant weaknesses. For example, a file-sharing protocol might require that an actor perform separate steps to provide a username, then a password, before being able to transfer files. If the file-sharing server accepts a password command followed by a transfer command, without any username being provided, the product might still perform the transfer. Note that this is different than CWE-696, which focuses on when the product performs actions in the wrong sequence; this entry is closely related, but it is focused on ensuring that the actor performs actions in the correct sequence. Workflow-related behaviors include:

References