Memory corruption via panic-triggered double drop
Published Jan 22, 2021 · Updated Aug 3, 2024
Double free in basic_dsp_matrix before 0.9.2 allows attackers to corrupt memory by causing a panic in a TransformContent conversion. The array implementations duplicate element ownership with ptr::read() before invoking a user-provided conversion callback, while mem::forget(self) runs only after every conversion returns. If the callback panics, both the copied element and the original array drop the same object; exposure depends on the consuming application and the resulting corruption can crash its process.
Summary
What happened
Double free in basic_dsp_matrix before 0.9.2 allows attackers to corrupt memory by causing a panic in a TransformContent conversion. The array implementations duplicate element ownership with ptr::read() before invoking a user-provided conversion callback, while mem::forget(self) runs only after every conversion returns. If the callback panics, both the copied element and the original array drop the same object; exposure depends on the consuming application and the resulting corruption can crash its process.
The record
- CVE
- CVE-2021-25906
- Published
- Jan 22, 2021
- Updated
- Aug 3, 2024
- Vendor
- Unknown vendor
- Product
- Unknown product
- Classifications
- CWE-415, T1499.004
- Attack vector
- network
- Privileges
- unauthenticated
Timeline
How it unfolded
- Jan 22, 2021CVE publishedPublication date reported by the CVE source.
- Aug 3, 2024Record updatedLatest update available in the CVE record.
Exploitability
Present is not the same as exploitable
Compare your product and version with the public record. A matching version still requires validation against your environment.
Is a vulnerable build present?
What conditions does exploitation require?
What is affected?
Affected products and versions are unavailable in this record.
Published CVSS scores
CVSS describes severity. EPSS estimates exploitation probability.
Attacks
What attackers are doing with it
Daily unique IPs observed by Shadowserver honeypots for known exploited vulnerabilities (KEVs). Missing observations do not establish an absence of attacks.
Public exploit references
No public exploit references are available in this record.
Labels summarize the accepted research assessment. They do not indicate a test against your environment.
Technologies
Your stack
See the directory against your own environment.
Your stack
Check the software in your environment
Book a demo to see how Hinoki identifies affected software and validates exploitability in your environment.
Book a demo