> ## Documentation Index
> Fetch the complete documentation index at: https://docs.binarly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 3.41.0+2026.05.26

> Binarly v3.41.0 release notes: VulHunt detection for CVE-2026-33243 in U-Boot, extended CVE-2022-37434 zlib coverage, a KSPP ARM hardening check, and CryptoScan key formats.

## <Icon icon="hand" size={32} /> Features

* **Additional vulnerability identifier types**: Finding data now includes identifiers from the ALSA, Go, HSEC, PSF, and PYSEC vulnerability databases. Finding properties now include provenance metadata showing which analysis component produced each value.

## <Icon icon="rocket" size={32} /> Binarly Analysis Engine

* **New Context-Aware Rule Detection (VulHunt, FwHunt, YARA)**
  * Added VulHunt detection for CVE-2026-33243 in U-Boot, using string reference analysis instead of binary signatures for more reliable detection across firmware versions.
  * Extended VulHunt coverage for CVE-2022-37434 (zlib) to include binaries from versions newer than 1.2.12.
  * Updated kernel hardening detection rules to reflect current KSPP recommendations.
  * Added a dedicated DEBUG\_WX detection rule for ARM kernels with kernel version specification.
* **Analysis Framework Enhancements**
  * CryptoScan can now detect PGP and TSS2 (TPM 2.0) private and public keys, and PKCS#12 private keys.
  * CryptoScan now extracts and parses EC keys across all supported private key formats (SSH, PGP, PKCS#12).

## <Icon icon="bug" size={32} /> Bug Fixes

### Deployment

* **Duplicate podAntiAffinity in Helm chart**: Fixed an issue where `podAntiAffinity` configuration was declared twice when set in Helm values, causing chart application failures for clusters with this setting configured.
