CVE-2020-5220
27.01.2020, 21:15
Sylius ResourceBundle accepts and uses any serialisation groups to be passed via a HTTP header. This might lead to data exposure by using an unintended serialisation group - for example it could make Shop API use a more permissive group from Admin API. Anyone exposing an API with ResourceBundle's controller is affected. The vulnerable versions are: <1.3 || >=1.3.0 <=1.3.12 || >=1.4.0 <=1.4.5 || >=1.5.0 <=1.5.0 || >=1.6.0 <=1.6.2. The patch is provided for Sylius ResourceBundle 1.3.13, 1.4.6, 1.5.1 and 1.6.3, but not for any versions below 1.3.
Vendor | Product | Version |
---|---|---|
sylius | syliusresourcebundle | 1.3.0 ≤ 𝑥 ≤ 1.3.12 |
sylius | syliusresourcebundle | 1.4.0 ≤ 𝑥 ≤ 1.4.5 |
sylius | syliusresourcebundle | 1.6.0 ≤ 𝑥 ≤ 1.6.2 |
sylius | syliusresourcebundle | 1.5.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-444 - Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.
- CWE-200 - Exposure of Sensitive Information to an Unauthorized ActorThe product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
References