Lucene search
+L

128 matches found

Github Security Blog
Github Security Blog
added 3 days ago7 views

RabbitMQ Java client: Unvalidated Class.forName in JSON-RPC ProcedureDescription enables arbitrary class loading

The JSON-RPC tools in com.rabbitmq.tools.jsonrpc perform Class.forNamejavaReturnType with initialize=true on class names received from untrusted AMQP messages, without any validation or allowlist. Vulnerable code ProcedureDescription.java:101-127: When a JsonRpcClient connects, it calls...

7.5CVSS5.6AI score0.00317EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 3 days ago5 views

GHSA-6G32-PXV4-2WFJ RabbitMQ Java client: Unvalidated Class.forName in JSON-RPC ProcedureDescription enables arbitrary class loading

The JSON-RPC tools in com.rabbitmq.tools.jsonrpc perform Class.forNamejavaReturnType with initialize=true on class names received from untrusted AMQP messages, without any validation or allowlist. Vulnerable code ProcedureDescription.java:101-127: When a JsonRpcClient connects, it calls...

7.5CVSS5.6AI score0.00317EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 3 days ago8 views

CVE-2026-63337

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.0, com.rabbitmq.tools.jsonrpc.ProcedureDescription receives a javaReturnType value in an untrusted system.describe response and passes it through JSONUtil.tryFill,...

7.5CVSS5.3AI score0.00317EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 3 days ago46 views

CVE-2026-63337

The RabbitMQ Java client (pre-5.33.0) passes an untrusted javaReturnType from system.describe through Class.forName with initialization enabled, allowing an attacker controlling broker responses to trigger arbitrary class static initializers in the victim JVM, affecting confidentiality, integrity...

7.5CVSS5.3AI score0.00317EPSS
SaveExploits0References6
Cvelist
Cvelist
added 3 days ago24 views

CVE-2026-63337 RabbitMQ Java client: Unvalidated Class.forName in JSON-RPC ProcedureDescription enables arbitrary class loading

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.0, com.rabbitmq.tools.jsonrpc.ProcedureDescription receives a javaReturnType value in an untrusted system.describe response and passes it through JSONUtil.tryFill,...

7.5CVSS0.00317EPSS
SaveExploits0References6
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-61043

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.0, com.rabbitmq.tools.jsonrpc.ProcedureDescription receives a javaReturnType value in an untrusted system.describe response and passes it through JSONUtil.tryFill,...

7.5CVSS5.3AI score0.00317EPSS
SaveExploits0References6
OSV
OSV
added 3 days ago12 views

CVE-2026-63337 RabbitMQ Java client: Unvalidated Class.forName in JSON-RPC ProcedureDescription enables arbitrary class loading

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.0, com.rabbitmq.tools.jsonrpc.ProcedureDescription receives a javaReturnType value in an untrusted system.describe response and passes it through JSONUtil.tryFill,...

7.5CVSS5.5AI score
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 6 days ago9 views

SUSE SLES12: java-1_8_0-ibm / java-1_8_0-ibm-alsa / java-1_8_0-ibm-devel / etc (SUSE-SU-2026:3614-1)

The remote SUSE Linux SLES12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3614-1 advisory. Update to Java 8.0 Service Refresh 8 Fix Pack 70 bsc1273223. - CVE-2026-16243: inconsistent handling of zero length data in arraycmp of the SIM...

9.8CVSS8AI score0.00482EPSS
SaveExploits1References44
SUSE Linux
SUSE Linux
added 2026/08/13 6:3 p.m.4 views

Security update for java-1_8_0-ibm

This update for java-180-ibm fixes the following issues: Update to Java 8.0 Service Refresh 8 Fix Pack 70 bsc1273223. CVE-2026-16243: inconsistent handling of zero length data in arraycmp of the SIMD evaluator bsc1274275. CVE-2026-16439: using -Xtrace to trace method arguments can lead to buffer...

9.2CVSS5.8AI score0.00482EPSS
SaveExploits1References58
OSV
OSV
added 2026/08/13 6:3 p.m.4 views

SUSE-SU-2026:3615-1 Security update for java-1_8_0-ibm

This update for java-180-ibm fixes the following issues: Update to Java 8.0 Service Refresh 8 Fix Pack 70 bsc1273223. - CVE-2026-16243: inconsistent handling of zero length data in arraycmp of the SIMD evaluator bsc1274275. - CVE-2026-16439: using -Xtrace to trace method arguments can lead to...

9.8CVSS5.5AI score0.00482EPSS
SaveExploits1References30
Cvelist
Cvelist
added 2026/08/13 4:47 a.m.35 views

CVE-2026-19135 OpenNMS JEXL sandbox bypass in Measurements REST API allows ROLE_USER to load arbitrary classes

A JEXL expression sandbox bypass exists in multiple versions of OpenNMS Meridian and Horizon. A low-privileged authenticated user can submit a crafted expression to the Measurements REST API that escapes the sandbox and loads arbitrary Java classes on the server. This can potentially allow an...

5.4CVSS0.00173EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/12 3:35 p.m.6 views

CVE-2026-59242

Apache Airflow's XCom GET /api/v2/.../xcomEntries/key?deserialize=true endpoint passed a string-literal payload through BaseXCom.deserializevalue without the checkforbiddenxcomkeys guard, allowing an authenticated API user with XCom write-and-read access to instantiate arbitrary airflow. classes ...

5.4CVSS5.5AI score0.00584EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/12 3:35 p.m.23 views

CVE-2026-59242

Apache Airflow vulnerability CVE-2026-59242: The XCom GET /api/v2/{...}/xcomEntries/{key}?deserialize=true endpoint can deserialize a string-literal payload via BaseXCom.deserialize_value without the _check_forbidden_xcom_keys guard, enabling an authenticated API user with XCom write-and-read acc...

5.4CVSS5.5AI score0.00584EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/08/12 3:35 p.m.34 views

CVE-2026-59242 Apache Airflow: Arbitrary airflow.* class instantiation on the API server via the XCom deserialize endpoint

Apache Airflow's XCom GET /api/v2/.../xcomEntries/key?deserialize=true endpoint passed a string-literal payload through BaseXCom.deserializevalue without the checkforbiddenxcomkeys guard, allowing an authenticated API user with XCom write-and-read access to instantiate arbitrary airflow. classes ...

0.00584EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/12 3:35 p.m.3 views

CVE-2026-59242 Apache Airflow: Arbitrary airflow.* class instantiation on the API server via the XCom deserialize endpoint

Apache Airflow's XCom GET /api/v2/.../xcomEntries/key?deserialize=true endpoint passed a string-literal payload through BaseXCom.deserializevalue without the checkforbiddenxcomkeys guard, allowing an authenticated API user with XCom write-and-read access to instantiate arbitrary airflow. classes ...

5.4CVSS5.6AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/12 12:0 a.m.3 views

PT-2026-71140

Name of the Vulnerable Software and Affected Versions Apache Airflow versions prior to 3.3.1 Description An authenticated API user with XCom write-and-read access can instantiate arbitrary airflow. classes on the API server. This occurs because the GET /api/v2/.../xcomEntries/key?deserialize=true...

5.4CVSS5.8AI score0.00584EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/08/11 11:50 a.m.8 views

CVE-2026-63317

A flaw was found in Apache OpenNLP. This vulnerability allows an attacker to achieve arbitrary class instantiation by providing a specially crafted XML feature generator descriptor within a model archive or by supplying untrusted format names. While not direct remote code execution, successful...

5.8CVSS6.6AI score0.00511EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/10 4:49 p.m.10 views

Important: Red Hat Security Advisory: java-1.8.0-ibm security update

An update for java-1.8.0-ibm is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability...

9.8CVSS6.1AI score0.00482EPSS
SaveExploits1References15
CVE
CVE
added 2026/08/10 10:23 a.m.33 views

CVE-2026-44416

CVE-2026-44416 affects Apache Ranger, specifically the plugin-schema-registry component. The publicly disclosed details show a Remote Code Execution vulnerability via arbitrary class instantiation in Ranger

9.8CVSS5.4AI score0.01158EPSS
SaveExploits0References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:0 a.m.6 views

RHEL 8 : java-1.8.0-ibm (RHSA-2026:52949)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:52949 advisory. IBM Java SE version 8 includes the IBM Java Runtime Environment and the IBM Java Software Development Kit. Security Fixes: Little CMS: lcms...

9.8CVSS6.3AI score0.00482EPSS
SaveExploits1References30
Rows per page
Query Builder