AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2021-28876

MEDIUM · CVSS 5.3 EPSS 1.57% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2021-04-11 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2021-28876
Severity
MEDIUM
CVSS
5.3
EPSS
1.57%

Original NVD Description

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls __iterator_get_unchecked() more than once for the same index when the underlying iterator panics (in certain conditions). This bug could lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess trait.