Lucene search
+L

56968 matches found

CVE
CVE
added 2026/04/27 9:38 a.m.41 views

CVE-2026-40858

CVE-2026-40858 – Apache Camel: Camel-Infinispan insecure deserialization The camel-infinispan component’s ProtoStream-based remote aggregation repository deserializes data read from a remote Infinispan cache using java.io.ObjectInputStream without ObjectInputFilter. An attacker who can write to t...

8.8CVSS6.6AI score0.00934EPSS
SaveExploits2References6Affected Software1
OSV
OSV
added 2026/04/27 9:34 a.m.10 views

GHSA-JG2M-9X48-3GVJ Apache Camel has an incomplete fix for CVE-2025-27636

The fix for CVE-2025-27636 added setLowerCasetrue to HttpHeaderFilterStrategy so that case-variant header names such as 'CAmelExecCommandExecutable' are filtered out alongside 'CamelExecCommandExecutable'. The same setLowerCasetrue call was not applied to five non-HTTP HeaderFilterStrategy...

9.9CVSS6.5AI score0.01218EPSS
SaveExploits1References10
OSV
OSV
added 2026/04/27 8:46 a.m.12 views

CLSA-2026-1777279578 java-11-openjdk: Fix of 6 CVEs

Upgrade to openjdk-11.0.30+7 GA. The following CVEs were fixed: - CVE-2026-21945: enhance certificate checking - CVE-2026-21932: enhance handling of URIs - CVE-2026-21933: improve HttpServer request handling - CVE-2026-21925: improve JMX connections - CVE-2025-64720: update libpng to 1.6.51 -...

7.5CVSS6.4AI score0.00864EPSS
SaveExploits6References1
OSV
OSV
added 2026/04/27 8:23 a.m.5 views

CVE-2026-40453 Apache Camel JMS, Apache Camel CoAP, Apache Camel Google PubSub: Incomplete fix for CVE-2025-27636 in non-HTTP HeaderFilterStrategies (camel-jms, camel-sjms, camel-coap, camel-google-pubsub) allows case-variant header injection

The fix for CVE-2025-27636 added setLowerCasetrue to HttpHeaderFilterStrategy so that case-variant header names such as 'CAmelExecCommandExecutable' are filtered out alongside 'CamelExecCommandExecutable'. The same setLowerCasetrue call was not applied to five non-HTTP HeaderFilterStrategy...

9.9CVSS6.7AI score0.01218EPSS
SaveExploits1References9
Cvelist
Cvelist
added 2026/04/27 8:3 a.m.38 views

CVE-2026-40860 Apache Camel: Unsafe Deserialization of JMS ObjectMessage in camel-jms, camel-sjms, camel-sjms2 and camel-amqp

JmsBinding.extractBodyFromJms in camel-jms, and the equivalent JmsBinding class in camel-sjms, deserialized the payload of incoming JMS ObjectMessage values via javax.jms.ObjectMessage.getObject without applying any ObjectInputFilter, class allowlist or class denylist. Because this code path is...

0.01241EPSS
SaveExploits2References1
OSV
OSV
added 2026/04/27 8:3 a.m.4 views

CVE-2026-40860 Apache Camel: Unsafe Deserialization of JMS ObjectMessage in camel-jms, camel-sjms, camel-sjms2 and camel-amqp

JmsBinding.extractBodyFromJms in camel-jms, and the equivalent JmsBinding class in camel-sjms, deserialized the payload of incoming JMS ObjectMessage values via javax.jms.ObjectMessage.getObject without applying any ObjectInputFilter, class allowlist or class denylist. Because this code path is...

9.8CVSS6.7AI score0.01241EPSS
SaveExploits2References10
Positive Technologies
Positive Technologies
added 2026/04/27 12:0 a.m.29 views

PT-2026-35370

Name of the Vulnerable Software and Affected Versions Apache Camel versions 3.0.0 through 4.14.5 Apache Camel versions 4.15.0 through 4.18.1 Apache Camel versions 4.19.0 through 4.19.x Description Certain non-HTTP HeaderFilterStrategy implementations, specifically JmsHeaderFilterStrategy and...

9.9CVSS6.5AI score0.01218EPSS
SaveExploits1References26
Positive Technologies
Positive Technologies
added 2026/04/27 12:0 a.m.20 views

PT-2026-35393

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.2AI score0.00667EPSS
SaveExploits1References2
Oracle linux
Oracle linux
added 2026/04/27 12:0 a.m.9 views

java-1.8.0-openjdk security update

1:1.8.0.492.b09-1.0.1 - Add Oracle vendor bug URL Orabug: 34340155 1:1.8.0.492.b09-1 - Update to 8u492-b09 GA - Update release notes for 8u492-b09. - Add missing CVEs for 8u482. - Regenerate JDK-8199936/PR3533 patch following JDK-8374917 - Regenerate JDK-8186464/RH1433262 patch following...

7.5CVSS7.7AI score0.00702EPSS
SaveExploits0
Oracle linux
Oracle linux
added 2026/04/27 12:0 a.m.29 views

java-21-openjdk security update

1:21.0.11.0.10-1.0.1 - Add Oracle vendor bug URL Orabug: 34340155 1:21.0.11.0.10-1 - Update to jdk-21.0.11+10 GA - Update release notes to 21.0.11+10 - Update FIPS patch to feef2dc3ca7 version synced with 21.0.11+9 and adapted to JDK-8244336 - Bump freetype version to 2.14.2 following JDK-8373290...

7.5CVSS7.7AI score0.00702EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/04/27 12:0 a.m.13 views

Apache Camel 代码问题漏洞

Apache Camel is an open-source integration framework based on the Enterprise Integration Pattern EIP, developed by the Apache Foundation in the United States. This framework provides implementations of Java objects in accordance with the EIP pattern, and routing and mediation rules are configured...

8.8CVSS6.1AI score0.00872EPSS
SaveExploits2References1
Positive Technologies
Positive Technologies
added 2026/04/27 12:0 a.m.23 views

PT-2026-35372

Name of the Vulnerable Software and Affected Versions Apache Camel versions 3.0.0 through 4.14.6 Apache Camel versions 4.15.0 through 4.18.1 Apache Camel versions 4.19.0 through 4.19.x Description The extractBodyFromJms function in camel-jms and the JmsBinding class in camel-sjms deserialize the...

9.8CVSS6.7AI score0.01241EPSS
SaveExploits2References18
Tenable Nessus
Tenable Nessus
added 2026/04/27 12:0 a.m.12 views

OpenJDK 8 <= 8u482 / 11.0.0 <= 11.0.30 / 17.0.0 <= 17.0.18 / 21.0.0 <= 21.0.10 / 25.0.0 <= 25.0.2 / 26.0.0 <= 26.0.0 Multiple Vulnerabilities (2026-04-21)

The version of OpenJDK installed on the remote host is 8 prior to 8u482 / 11.0.0 prior to 11.0.30 / 17.0.0 prior to 17.0.18 / 21.0.0 prior to 21.0.10 / 25.0.0 prior to 25.0.2 / 26.0.0 prior to 26.0.0. It is, therefore, affected by multiple vulnerabilities as referenced in the 2026-04-21 advisory...

7.5CVSS5.7AI score0.00702EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2026/04/27 12:0 a.m.6 views

Oracle Linux 8 / 9 : java-1.8.0-openjdk (ELSA-2026-9683)

The remote Oracle Linux 8 / 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-9683 advisory. 1:1.8.0.492.b09-1.0.1 - Add Oracle vendor bug URL Orabug: 34340155 1:1.8.0.492.b09-1 - Update to 8u492-b09 GA - Update release notes for 8u492-b09....

7.5CVSS7.8AI score0.00702EPSS
SaveExploits0References8
vulnersOsv
vulnersOsv
added 2026/04/26 3:10 p.m.8 views

cc.allio.uno:uno-data-db (>=1.1.9 <=1.2.1), cc.allio.uno:uno-test (>=1.1.9 <=1.2.1) +198 more potentially affected by CVE-2026-7045 via com.baomidou:dynamic-datasource-spring-boot-common (>=4.0.0-B1 <=4.5.0)

com.baomidou:dynamic-datasource-spring-boot-common MAVEN version =4.0.0-B1, =1.1.9, =1.1.9, =2024.1.1.0, =2023.5.1.0, =2022.5.0.0, =2022.4.1.0, =1.0.0-JDK21, =1.0.0-JDK21, =4.0.0, =4.0.0, =4.5.0 - com.baomidou:dynamic-datasource-spring-boot4-starter =4.5.0 and more Source cves: CVE-2026-7045 Sour...

6.5CVSS6.5AI score0.00237EPSS
SaveExploits0
OSV
OSV
added 2026/04/25 10:9 a.m.7 views

RHSA-2026:9689 Red Hat Security Advisory: java-21-openjdk security update

Bulletin has no description...

7.6CVSS7.4AI score0.01052EPSS
SaveExploits3References74
OSV
OSV
added 2026/04/25 10:9 a.m.12 views

RHSA-2026:9686 Red Hat Security Advisory: java-17-openjdk security update

Bulletin has no description...

7.6CVSS7.4AI score0.01052EPSS
SaveExploits3References74
OSV
OSV
added 2026/04/25 10:9 a.m.10 views

RHSA-2026:9683 Red Hat Security Advisory: java-1.8.0-openjdk security update

Bulletin has no description...

7.6CVSS7.4AI score0.01052EPSS
SaveExploits3References70
OSV
OSV
added 2026/04/25 12:45 a.m.31 views

CLEANSTART-2026-HQ78610 Aircompressor is a library with ports of the Snappy, LZO, LZ4, and Zstandard compression algorithms to Java

Multiple security vulnerabilities affect the trino package. Aircompressor is a library with ports of the Snappy, LZO, LZ4, and Zstandard compression algorithms to Java. See references for individual vulnerability details...

9.8CVSS7.2AI score0.01945EPSS
SaveExploits4References30
NVD
NVD
added 2026/04/24 8:16 p.m.6 views

CVE-2026-41433

OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the OpenTelemetry standard. From 0.4.0 to before 0.8.0, a flaw in the Java agent injection path allows a local attacker controlling a Java workload to overwrite arbitrary host files when Java injection is enabled and OBI is...

8.4CVSS0.00194EPSS
SaveExploits1References2
Rows per page
Query Builder