CVE-2026-4538: Pytorch Unsafe Torch Load Fallback
A try/except block blindly falls back to `torch.load(..., weights_only=False)` after failing to load with `weights_only=True`. This completely bypasses the security benefits of `weights_only=True`, exposing the application to unsafe deserialization (CWE-502) which can lead to arbitrary code execution if loading untrusted checkpoints. Ensure such fallback is
greprules fetch cve-2026-4538-pytorch-unsafe-torch-load-fallback --engine opengrepDescription
A try/except block blindly falls back to `torch.load(..., weights_only=False)` after failing to load with `weights_only=True`. This completely bypasses the security benefits of `weights_only=True`, exposing the application to unsafe deserialization (CWE-502) which can lead to arbitrary code execution if loading untrusted checkpoints. Ensure such fallback is
Community feedback
0 rule-level signals from signed-in users.
- Useful reports
- 0
- Context false positives
- 0
- Metadata suggestions
- 0
Contextual precision
Aggregated from approved scan feedback. False-positive reports describe observed scan contexts, not a global rule verdict.
- Findings observed
- 0
- Projects
- 0
- Reporters
- 0
Precision details are collecting more signed-in reports before verdict counts or ratios are emphasized.
No approved finding verdicts yet.
No scan diagnostics reported yet.