CVE-2025-46148
BaseFortify
Publication date: 2025-09-25
Last updated on: 2025-10-03
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linuxfoundation | pytorch | to 2.6.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in PyTorch versions up to 2.6.0 when using eager execution mode. Specifically, the nn.PairwiseDistance function with p=2 produces incorrect results, meaning the calculated pairwise distances are not accurate as expected.
How can this vulnerability impact me? :
The impact of this vulnerability is that any application or system relying on PyTorch's nn.PairwiseDistance(p=2) in eager mode may receive incorrect distance calculations. This can lead to faulty outputs, incorrect model behavior, or degraded performance in machine learning tasks that depend on accurate distance measurements.