- Reported
-
- Issued
-
- Package
-
rocket
(crates.io)
- Type
-
INFO
Unsound
- Aliases
-
- References
-
- CVSS Score
- 8.1
HIGH
- CVSS Details
-
- Attack vector
- Network
- Attack complexity
- High
- Privileges required
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
- CVSS Vector
- CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
- Patched
-
- Unaffected
-
- Affected Functions
- Version
rocket::local::LocalRequest::clone
-
Description
The affected version of rocket
contains a Clone
trait implementation of
LocalRequest
that reuses the pointer to inner Request
object.
This causes data race in rare combinations of APIs if the original and the
cloned objects are modified at the same time.
Advisory available under CC0-1.0
license.