Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-35337

8.8 · HIGH
Published Apr 13, 2026 apache CWE-502 EPSS 1.01% (61th pctl)

Overview

CVE-2026-35337 is a high-severity vulnerability affecting apache storm. It was published on April 13, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

Deserialization of Untrusted Data vulnerability in Apache Storm.

Versions Affected:

before 2.8.6.

Description:

When processing topology credentials submitted via the Nimbus Thrift API, Storm deserializes the base64-encoded TGT blob using ObjectInputStream.readObject() without any class filtering or validation. An authenticated user with topology submission rights could supply a crafted serialized object in the "TGT" credential field, leading to remote code execution in both the Nimbus and Worker JVMs.

Mitigation:

2.x users should upgrade to 2.8.6.

Users who cannot upgrade immediately should monkey-patch an ObjectInputFilter allow-list to ClientAuthUtils.deserializeKerberosTicket() restricting deserialized classes to javax.security.auth.kerberos.KerberosTicket and its known dependencies. A guide on how to do this is available in the release notes of 2.8.6.

Credit: This issue was discovered by K.

Remediation

Check the references section for vendor advisories and patches from apache. Update storm to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
apache storm >= 2.0.0, < 2.8.6 Affected

Frequently Asked Questions

What is CVE-2026-35337?

CVE-2026-35337 is a high-severity vulnerability affecting apache storm. It was published on April 13, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-35337?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-35337?

Check the references section for vendor advisories and patches from apache. Update storm to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-35337?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-35337 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.