7.3
CVE-2026-6654
- EPSS 0.17%
- Veröffentlicht 20.04.2026 10:05:52
- Zuletzt bearbeitet 30.06.2026 03:21:13
- Quelle security@mozilla.org
- CVE-Watchlists
- Unerledigt
Use-After-Free and Double-Free in IntoIter::drop when element drop panics
Double-Free / Use-After-Free (UAF) in the `IntoIter::drop` and `ThinVec::clear` functions in the thin_vec crate. A panic in `ptr::drop_in_place` skips setting the length to zero.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.17% | 0.065 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 5.1 | 2.5 | 2.5 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 5.1 | 2.5 | 2.5 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
|
| 0b0ca135-0b70-47e7-9f44-1890c2a1c46c | 7.3 | 2.5 | 4.7 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
|
CWE-1341 Multiple Releases of Same Resource or Handle
The product attempts to close or release a resource or handle more than once, without any successful open between the close operations.
CWE-415 Double Free
The product calls free() twice on the same memory address.
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
https://github.com/mozilla/thin-vec/security/advisories/GHSA-xphw-cqx3-667j
https://access.redhat.com/security/cve/CVE-2026-6654
https://bugzilla.redhat.com/show_bug.cgi?id=2459689
https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-6654.json