Vulnerabilities (CVE)

Filtered by vendor Actix Subscribe
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2018-25024 1 Actix 1 Actix-web 2022-01-05 7.5 HIGH 9.8 CRITICAL
An issue was discovered in the actix-web crate before 0.7.15 for Rust. It can unsoundly coerce an immutable reference into a mutable reference, leading to memory corruption.
CVE-2018-25025 1 Actix 1 Actix-web 2022-01-05 7.5 HIGH 9.8 CRITICAL
An issue was discovered in the actix-web crate before 0.7.15 for Rust. It can unsoundly extend the lifetime of a string, leading to memory corruption.
CVE-2018-25026 1 Actix 1 Actix-web 2022-01-05 7.5 HIGH 9.8 CRITICAL
An issue was discovered in the actix-web crate before 0.7.15 for Rust. It can add the Send marker trait to an object that cannot be sent between threads safely, leading to memory corruption.
CVE-2020-35898 1 Actix 1 Actix-utils 2021-01-07 6.4 MEDIUM 9.1 CRITICAL
An issue was discovered in the actix-utils crate before 2.0.0 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data.
CVE-2020-35902 1 Actix 1 Actix-codec 2021-01-07 7.5 HIGH 9.8 CRITICAL
An issue was discovered in the actix-codec crate before 0.3.0-beta.1 for Rust. There is a use-after-free in Framed.