> ## 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.35.1+2026.05.13

> Binarly v3.35.1 release notes: secret validity in the findings grid, standalone UEFI MM module analysis, U-Boot image support, and CVE-2026-33243 detection.

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

### Secrets

* **Secret validity in the findings grid**: Secret findings now include a Validity column showing whether each detected secret is confirmed active (`Valid`), confirmed inactive (`Invalid`), or could not be checked (`Undetermined`).

### Findings

* **Active filter visual indicator**: Columns with an active filter now display a visual indicator in the grid header, making it immediately clear which columns are currently filtered.

### Performance

* **Faster scan completion**: Vulnerability database lookups during scan finalization are now executed outside the database transaction. This reduces contention when many findings require VDB lookups, cutting overall scan completion time.

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

* **New Platforms/Formats**
  * VulHunt can now detect vulnerabilities in U-Boot binaries.
  * Added support for extracting and analyzing U-Boot firmware images.

* **New Context-Aware Rule Detection (VulHunt, FwHunt, YARA)**
  * Added VulHunt detection for CVE-2026-33243 in U-Boot.

* **Analysis Framework Enhancements**
  * Added analysis of standalone Management Mode (MM) UEFI modules.
  * Extended the UEFI knowledge base with 500+ additional GUIDs and updated type libraries for NVIDIA firmware.
  * Improved external function call recovery for x86 PIE ELF binaries.

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

### Analysis Engine

* **Cryptographic material processing**: Fixed a potential panic when analyzing EC keys that lack a generator point.
* **Execution environment setup**: Fixed an issue in the analysis execution environment that could cause scan failures in certain configurations.
* **Missing firmware components in scan results**: Fixed an issue where components referenced only through archive directory entries were excluded from analysis, causing some firmware contents to not appear in scan results.

### Cryptographic materials

* **Bulk download in the cryptographic assets grid**: Selecting multiple assets and triggering bulk download now works correctly. Previously the action completed without downloading anything.

### Findings

* **Default issue status filter when navigating from the sidebar**: Opening the findings page via the sidebar now applies the default issue status filter (New and In Progress), consistent with navigating directly to the page.
* **Database search triggers**: Disabled database search triggers and the search UI to resolve lock contention issues during scan finalization.

### Compare

* **Swap Compare button**: Pressing Swap Compare now correctly re-fetches the grid and updates the comparison filter. Previously the swap had no visible effect until manually triggering a reload.
