← Back

Pippo

pippo

5 CVEs • 1 product

Products (1)

Click to collapse
Toggle
Pippo
pippo

CVEs (5)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Pippo
1Pippo
Nov 21, 2024
Jun 12, 2019
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
XML Entity Expansion (Billion Laughs Attack) on Pippo 1.12.0 results in Denial of Service.Entities are created recursively and large amounts of heap memory is taken. Eventually, the JVM process will run out of memory. Ot...Show more
XML Entity Expansion (Billion Laughs Attack) on Pippo 1.12.0 results in Denial of Service.Entities are created recursively and large amounts of heap memory is taken. Eventually, the JVM process will run out of memory. Otherwise, if the OS does not bound the memory on that process, memory will continue to be exhausted and will affect other processes on the system.Show less
1Pippo
1Pippo
Nov 21, 2024
Dec 11, 2018
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
jaxb/JaxbEngine.java in Pippo 1.11.0 allows XXE.
1Pippo
1Pippo
Nov 21, 2024
Oct 23, 2018
N/A· v4
9.8 CRITICAL· v3
10.0 HIGH· v2
An issue was discovered in Pippo 1.11.0. The function SerializationSessionDataTranscoder.decode() calls ObjectInputStream.readObject() to deserialize a SessionData object without checking the object types. An attacker ca...Show more
An issue was discovered in Pippo 1.11.0. The function SerializationSessionDataTranscoder.decode() calls ObjectInputStream.readObject() to deserialize a SessionData object without checking the object types. An attacker can create a malicious object, base64 encode it, and place it in the PIPPO_SESSION field of a cookie. Sending this cookie may lead to remote code execution.Show less
2Alibaba
Pippo
2Fastjson
Pippo
Nov 21, 2024
Oct 23, 2018
N/A· v4
9.8 CRITICAL· v3
10.0 HIGH· v2
parseObject in Fastjson before 1.2.25, as used in FastjsonEngine in Pippo 1.11.0 and other products, allows remote attackers to execute arbitrary code via a crafted JSON request, as demonstrated by a crafted rmi:// URI i...Show more
parseObject in Fastjson before 1.2.25, as used in FastjsonEngine in Pippo 1.11.0 and other products, allows remote attackers to execute arbitrary code via a crafted JSON request, as demonstrated by a crafted rmi:// URI in the dataSourceName field of HTTP POST data to the Pippo /json URI, which is mishandled in AjaxApplication.java.Show less
1Pippo
1Pippo
Nov 21, 2024
Oct 11, 2018
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
Pippo through 1.11.0 allows remote code execution via a command to java.lang.ProcessBuilder because the XstreamEngine component does not use XStream's available protection mechanisms to restrict unmarshalling.