Total
1487 CVE
CVE | Vendors | Products | Updated | CVSS v2 | CVSS v3 |
---|---|---|---|---|---|
CVE-2021-34393 | 1 Nvidia | 10 Jetson Agx Xavier 16gb, Jetson Agx Xavier 32gb, Jetson Agx Xavier 8gb and 7 more | 2024-11-21 | 2.1 LOW | 4.2 MEDIUM |
Trusty contains a vulnerability in TSEC TA which deserializes the incoming messages even though the TSEC TA does not expose any command. This vulnerability might allow an attacker to exploit the deserializer to impact code execution, causing information disclosure. | |||||
CVE-2021-34371 | 1 Neo4j | 1 Neo4j | 2024-11-21 | 7.5 HIGH | 9.8 CRITICAL |
Neo4j through 3.4.18 (with the shell server enabled) exposes an RMI service that arbitrarily deserializes Java objects, e.g., through setSessionVariable. An attacker can abuse this for remote code execution because there are dependencies with exploitable gadget chains. | |||||
CVE-2021-34066 | 1 Edgegallery | 1 Developer-be | 2024-11-21 | 10.0 HIGH | 9.8 CRITICAL |
An issue was discovered in EdgeGallery/developer before v1.0. There is a "Deserialization of yaml file" vulnerability that can allow attackers to execute system command through uploading the malicious constructed YAML file. | |||||
CVE-2021-33898 | 1 Invoiceninja | 1 Invoice Ninja | 2024-11-21 | 6.8 MEDIUM | 8.1 HIGH |
In Invoice Ninja before 4.4.0, there is an unsafe call to unserialize() in app/Ninja/Repositories/AccountRepository.php that may allow an attacker to deserialize arbitrary PHP classes. In certain contexts, this can result in remote code execution. The attacker's input must be hosted at http://www.geoplugin.net (cleartext HTTP), and thus a successful attack requires spoofing that site or obtaining control of it. | |||||
CVE-2021-33806 | 1 Bdew | 1 Bdlib | 2024-11-21 | 7.5 HIGH | 9.8 CRITICAL |
The BDew BdLib library before 1.16.1.7 for Minecraft allows remote code execution because it deserializes untrusted data in ObjectInputStream.readObject as part of its use of Java serialization. | |||||
CVE-2021-33790 | 2 Minecraft, Techreborn | 2 Minecraft, Reborncore | 2024-11-21 | 7.5 HIGH | 9.8 CRITICAL |
The RebornCore library before 4.7.3 allows remote code execution because it deserializes untrusted data in ObjectInputStream.readObject as part of reborncore.common.network.ExtendedPacketBuffer. An attacker can instantiate any class on the classpath with any data. A class usable for exploitation might or might not be present, depending on what Minecraft modifications are installed. | |||||
CVE-2021-33728 | 1 Siemens | 1 Sinec Nms | 2024-11-21 | 9.0 HIGH | 7.2 HIGH |
A vulnerability has been identified in SINEC NMS (All versions < V1.0 SP2 Update 1). The affected system allows to upload JSON objects that are deserialized to JAVA objects. Due to insecure deserialization of user-supplied content by the affected software, a privileged attacker could exploit this vulnerability by sending a crafted serialized Java object. An exploit could allow the attacker to execute arbitrary code on the device with root privileges. | |||||
CVE-2021-33420 | 1 Replicator Project | 1 Replicator | 2024-11-21 | N/A | 9.8 CRITICAL |
A deserialization issue discovered in inikulin replicator before 1.0.4 allows remote attackers to run arbitrary code via the fromSerializable function in TypedArray object. | |||||
CVE-2021-33207 | 1 Softwareag | 1 Mashzone Nextgen | 2024-11-21 | 7.5 HIGH | 9.8 CRITICAL |
The HTTP client in MashZone NextGen through 10.7 GA deserializes untrusted data when it gets an HTTP response with a 570 status code. | |||||
CVE-2021-33026 | 1 Flask-caching Project | 1 Flask-caching | 2024-11-21 | 7.5 HIGH | 9.8 CRITICAL |
The Flask-Caching extension through 1.10.1 for Flask relies on Pickle for serialization, which may lead to remote code execution or local privilege escalation. If an attacker gains access to cache storage (e.g., filesystem, Memcached, Redis, etc.), they can construct a crafted payload, poison the cache, and execute Python code. NOTE: a third party indicates that exploitation is extremely unlikely unless the machine is already compromised; in other cases, the attacker would be unable to write their payload to the cache and generate the required collision | |||||
CVE-2021-32935 | 1 Cognex | 1 In-sight Opc Server | 2024-11-21 | 10.0 HIGH | 8.8 HIGH |
The affected Cognex product, the In-Sight OPC Server versions v5.7.4 (96) and prior, deserializes untrusted data, which could allow a remote attacker access to system level permission commands and local privilege escalation. | |||||
CVE-2021-32836 | 1 Zstack | 1 Zstack | 2024-11-21 | 6.8 MEDIUM | 7.5 HIGH |
ZStack is open source IaaS(infrastructure as a service) software. In ZStack before versions 3.10.12 and 4.1.6 there is a pre-auth unsafe deserialization vulnerability in the REST API. An attacker in control of the request body will be able to provide both the class name and the data to be deserialized and therefore will be able to instantiate an arbitrary type and assign arbitrary values to its fields. This issue may lead to a Denial Of Service. If a suitable gadget is available, then an attacker may also be able to exploit this vulnerability to gain pre-auth remote code execution. For additional details see the referenced GHSL-2021-087. | |||||
CVE-2021-32824 | 1 Apache | 1 Dubbo | 2024-11-21 | N/A | 9.8 CRITICAL |
Apache Dubbo is a java based, open source RPC framework. Versions prior to 2.6.10 and 2.7.10 are vulnerable to pre-auth remote code execution via arbitrary bean manipulation in the Telnet handler. The Dubbo main service port can be used to access a Telnet Handler which offers some basic methods to collect information about the providers and methods exposed by the service and it can even allow to shutdown the service. This endpoint is unprotected. Additionally, a provider method can be invoked using the `invoke` handler. This handler uses a safe version of FastJson to process the call arguments. However, the resulting list is later processed with `PojoUtils.realize` which can be used to instantiate arbitrary classes and invoke its setters. Even though FastJson is properly protected with a default blocklist, `PojoUtils.realize` is not, and an attacker can leverage that to achieve remote code execution. Versions 2.6.10 and 2.7.10 contain fixes for this issue. | |||||
CVE-2021-32742 | 1 Vapor Project | 1 Vapor | 2024-11-21 | 6.4 MEDIUM | 7.5 HIGH |
Vapor is a web framework for Swift. In versions 4.47.1 and prior, bug in the `Data.init(base32Encoded:)` function opens up the potential for exposing server memory and/or crashing the server (Denial of Service) for applications where untrusted data can end up in said function. Vapor does not currently use this function itself so this only impact applications that use the impacted function directly or through other dependencies. The vulnerability is patched in version 4.47.2. As a workaround, one may use an alternative to Vapor's built-in `Data.init(base32Encoded:)`. | |||||
CVE-2021-32634 | 1 Nsa | 1 Emissary | 2024-11-21 | 6.5 MEDIUM | 7.2 HIGH |
Emissary is a distributed, peer-to-peer, data-driven workflow framework. Emissary 6.4.0 is vulnerable to Unsafe Deserialization of post-authenticated requests to the [`WorkSpaceClientEnqueue.action`](https://github.com/NationalSecurityAgency/emissary/blob/30c54ef16c6eb6ed09604a929939fb9f66868382/src/main/java/emissary/server/mvc/internal/WorkSpaceClientEnqueueAction.java) REST endpoint. This issue may lead to post-auth Remote Code Execution. This issue has been patched in version 6.5.0. As a workaround, one can disable network access to Emissary from untrusted sources. | |||||
CVE-2021-32568 | 1 Mrdoc | 1 Mrdoc | 2024-11-21 | 6.8 MEDIUM | 7.8 HIGH |
mrdoc is vulnerable to Deserialization of Untrusted Data | |||||
CVE-2021-32098 | 1 Artica | 1 Pandora Fms | 2024-11-21 | 7.5 HIGH | 9.8 CRITICAL |
Artica Pandora FMS 742 allows unauthenticated attackers to perform Phar deserialization. | |||||
CVE-2021-32075 | 1 Re-logic | 1 Terraria | 2024-11-21 | 7.5 HIGH | 9.8 CRITICAL |
Re-Logic Terraria before 1.4.2.3 performs Insecure Deserialization. | |||||
CVE-2021-31819 | 1 Octopus | 1 Halibut | 2024-11-21 | 10.0 HIGH | 9.8 CRITICAL |
In Halibut versions prior to 4.4.7 there is a deserialisation vulnerability that could allow remote code execution on systems that already trust each other based on certificate verification. | |||||
CVE-2021-31681 | 1 Ultralytics | 1 Yolov3 | 2024-11-21 | N/A | 7.8 HIGH |
Deserialization of Untrusted Data vulnerability in yolo 3 allows attackers to execute arbitrary code via crafted yaml file. |