CVE-2025-48754: Divide by Zero
Published May 24, 2025
·Updated
In the memorypages crate 0.1.0 for Rust, division by zero can occur.
Affected Software
3 affected components
Rust memory_pages
rust/memory_pages<=0.1.0
Fractalfir Memory Pages Rust=0.1.0
Event History
May 24, 2025
CVE Published
via MITRE·12:00 AM
Data Sourced
via MITRE·12:00 AM
DescriptionSeverityWeakness
Data Sourced
via NVD·03:15 AM
DescriptionSeverityWeakness
Data Sourced
via NVD·03:15 AM
Affected Software
Advisory Published
via GitHub·03:30 AM
Frequently Asked Questions
1
What is the severity of CVE-2025-48754?
CVE-2025-48754 is considered a moderate severity vulnerability due to the potential for division by zero errors.
2
How do I fix CVE-2025-48754?
To fix CVE-2025-48754, update the memory_pages crate to a version where the division by zero issue is resolved.
3
What is the impact of CVE-2025-48754?
The impact of CVE-2025-48754 includes the potential for application crashes or undefined behavior resulting from a division by zero.
4
Which versions of the memory_pages crate are affected by CVE-2025-48754?
CVE-2025-48754 affects version 0.1.0 of the memory_pages crate for Rust.
5
Is there a workaround for CVE-2025-48754?
A possible workaround for CVE-2025-48754 is to implement checks to prevent division by zero in the application code using the memory_pages crate.