Lucene search
+L

7478 matches found

OSV
OSV
added 2026/04/27 12:30 p.m.11 views

GHSA-F2WH-GRMH-R6JM Apache MINA Vulnerable to Deserialization of Untrusted Data (CVE-2024-52046 Incomplete Fix)

The fix for CVE-2024-52046 in Apache MINA AbstractIoBuffer.getObject was incomplete. The classname allowlist of classes allowed to be deserialized was applied too late after a static initializer in a class to be read might already have been executed. Affected versions are Apache MINA 2.0.0 =...

9.8CVSS5.8AI score0.00433EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/27 12:30 p.m.15 views

GHSA-5RC6-9QFP-8VWG Apache Camel-Consul component vulnerable to Deserialization of Untrusted Data

The ConsulRegistry in the camel-consul component class org.apache.camel.component.consul.ConsulRegistry and its inner ConsulRegistryUtils.deserialize method read Java-serialized values from the Consul KV store and passed them to ObjectInputStream.readObject without configuring an ObjectInputFilte...

6.3CVSS6.3AI score0.00667EPSS
SaveExploits1References10
OSV
OSV
added 2026/04/27 12:30 p.m.7 views

GHSA-4XWX-HVV7-7PRJ Apache Camel-Infinispan Component Vulnerable to Deserialization of Untrusted Data

The camel-infinispan component's ProtoStream-based remote aggregation repository deserializes data read from a remote Infinispan cache using java.io.ObjectInputStream without applying any ObjectInputFilter. An attacker who can write to the Infinispan cache used by a Camel application can inject a...

8.8CVSS6.4AI score0.00934EPSS
SaveExploits2References17
Snyk
Snyk
added 2026/04/27 12:14 p.m.11 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the ConsulRegistryUtils.deserialize method which fails to without apply an ObjectInputFilter. An attacker can execute arbitrary code by injecting a malicious serialized Java object into the Consul K...

8.8CVSS6.1AI score0.00667EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/27 11:13 a.m.6 views

Deserialization of Untrusted Data

Overview org.apache.camel:camel-mail is a Camel Mail support. Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the MailHeaderFilterStrategy component. An attacker can execute arbitrary code or alter application behavior by injecting specially crafted MIME...

9.4CVSS6.1AI score0.00621EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/27 11:12 a.m.15 views

Deserialization of Untrusted Data

Overview org.apache.mina:mina-core is a network application framework which helps users develop high performance and high scalability network applications easily. Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the IoBuffer.getObject function. An attacker...

10CVSS6.3AI score0.23932EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/27 10:14 a.m.6 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the MinaConverter.toObjectInput function. An attacker can execute arbitrary code by sending a crafted serialized Java object over the network to the MINA TCP or UDP consumer port when conversion to...

8.8CVSS6.1AI score0.00872EPSS
SaveExploits2References2
Snyk
Snyk
added 2026/04/27 10:14 a.m.7 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the JmsBinding.extractBodyFromJms function in camel-jms and it's equivalents in camel-sjms that does not apply any ObjectInputFilter. An attacker can execute arbitrary code by sending a crafted JMS...

9.8CVSS6.2AI score0.01241EPSS
SaveExploits2References2
Snyk
Snyk
added 2026/04/27 10:14 a.m.8 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the JmsBinding.extractBodyFromJms function in camel-jms and it's equivalents in camel-sjms that does not apply any ObjectInputFilter. An attacker can execute arbitrary code by sending a crafted JMS...

9.8CVSS6.2AI score0.01241EPSS
SaveExploits2References2
Snyk
Snyk
added 2026/04/27 10:14 a.m.6 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the JmsBinding.extractBodyFromJms function in camel-jms and it's equivalents in camel-sjms that does not apply any ObjectInputFilter. An attacker can execute arbitrary code by sending a crafted JMS...

9.8CVSS6.2AI score0.01241EPSS
SaveExploits2References2
Snyk
Snyk
added 2026/04/27 10:14 a.m.13 views

Deserialization of Untrusted Data

Overview org.apache.mina:mina-core is a network application framework which helps users develop high performance and high scalability network applications easily. Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the resolveClass function in AbstractIoBuffe...

9.8CVSS6.3AI score0.0064EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/27 9:34 a.m.11 views

Camel-MINA Vulnerable to Deserialization of Untrusted Data

The camel-mina component's MinaConverter.toObjectInputIoBuffer type converter wraps an IoBuffer in a java.io.ObjectInputStream without applying any ObjectInputFilter or class-loading restrictions. When a Camel route uses camel-mina as a TCP or UDP consumer and requests conversion to ObjectInput f...

8.8CVSS6.3AI score0.00872EPSS
SaveExploits2References11Affected Software1
OSV
OSV
added 2026/04/27 9:34 a.m.12 views

GHSA-V3VG-332R-MW99 Camel-PQC Vulnerable to Deserialization of Untrusted Data

The Camel-PQC FileBasedKeyLifecycleManager class deserializes the contents of .key files in the configured key directory using java.io.ObjectInputStream without applying any ObjectInputFilter or class-loading restrictions. The cast to java.security.KeyPair is evaluated only after readObject has...

7.8CVSS6.4AI score0.00246EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
added 2026/04/27 9:34 a.m.12 views

Camel-PQC Vulnerable to Deserialization of Untrusted Data

The Camel-PQC FileBasedKeyLifecycleManager class deserializes the contents of .key files in the configured key directory using java.io.ObjectInputStream without applying any ObjectInputFilter or class-loading restrictions. The cast to java.security.KeyPair is evaluated only after readObject has...

7.8CVSS6.4AI score0.00246EPSS
SaveExploits1References9Affected Software1
OSV
OSV
added 2026/04/25 5:49 a.m.9 views

OESA-2026-2050 mesa security update

. Security Fixes: In Mesa before 25.3.6 and 26 before 26.0.1, out-of-bounds memory access can occur in WebGPU because the amount of to-be-allocated data depends on an untrusted party, and is then used for alloca.CVE-2026-40393...

9.8CVSS5.3AI score0.00427EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/25 5:49 a.m.6 views

OESA-2026-2048 mesa security update

. Security Fixes: In Mesa before 25.3.6 and 26 before 26.0.1, out-of-bounds memory access can occur in WebGPU because the amount of to-be-allocated data depends on an untrusted party, and is then used for alloca.CVE-2026-40393...

9.8CVSS5.3AI score0.00427EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/24 4:25 p.m.19 views

go-zserio has Unbounded Memory Allocation for All Platforms

Impact When deserializing arrays, strings or bytes blob types zserio first reads the size of the variable, and then allocates sufficient memory to load data. Since the size is always trusted this can be abused by creating a data file with a large size value, causing the zserio runtime to allocate...

5.3AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/04/24 1:11 p.m.4 views

SUSE-SU-2026:21412-1 Security update for Mesa

This update for Mesa fixes the following issues: - CVE-2026-40393: out-of-bounds memory access can occur in WebGPU because the amount of to-be-allocated data depends on an untrusted party bsc1261998...

9.8CVSS5.8AI score0.00427EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/24 12:30 p.m.8 views

Apache DolphinScheduler RPC module has a Deserialization of Untrusted Data vulnerability

Deserialization of Untrusted Data vulnerability in Apache DolphinScheduler RPC module. This issue affects Apache DolphinScheduler: Version = 3.2.0 and 3.3.1. Attackers who can access the Master or Worker nodes can compromise the system by creating a StandardRpcRequest, injecting a malicious class...

6.3CVSS5.8AI score0.00537EPSS
SaveExploits0References4Affected Software2
Snyk
Snyk
added 2026/04/24 12:19 p.m.5 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the RPC component. An attacker can execute arbitrary code by crafting a malicious StandardRpcRequest containing a harmful class type and sending it to the Master or Worker nodes. Details Serializati...

6.3CVSS6.1AI score0.00537EPSS
SaveExploits0References2
Rows per page
Query Builder