Lucene search
K

16 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-1881

Malware in sbrugna...

7.5CVSS7.4AI score0.00393EPSS
Exploits1References5
OSV
OSV
added 2021/08/25 8:49 p.m.14 views

GHSA-V3J6-XF77-8R9C Use-after-free in actix-http

An issue was discovered in the actix-http crate before 2.0.0-alpha.1 for Rust. There is a use-after-free in BodyStream...

7.5CVSS7.5AI score0.00393EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:49 p.m.30 views

Use-after-free in actix-http

An issue was discovered in the actix-http crate before 2.0.0-alpha.1 for Rust. There is a use-after-free in BodyStream...

7.5CVSS7.3AI score0.00393EPSS
Exploits1References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2021/02/01 12:0 a.m.30 views

CentOS 8 : firefox (CESA-2020:0820)

The remote CentOS Linux 8 host has a package installed that is affected by multiple vulnerabilities as referenced in the CESA-2020:0820 advisory. - usrsctp: Out of bounds reads in sctploadaddressesfrominit CVE-2019-20503 - Mozilla: Use-after-free when removing data about origins CVE-2020-6805 -...

9.8CVSS7.7AI score0.02595EPSS
Exploits2References8
NVD
NVD
added 2020/12/31 9:15 a.m.10 views

CVE-2020-35901

An issue was discovered in the actix-http crate before 2.0.0-alpha.1 for Rust. There is a use-after-free in BodyStream...

7.5CVSS7.5AI score0.00393EPSS
Exploits1References1
OSV
OSV
added 2020/12/31 9:15 a.m.12 views

CVE-2020-35901

An issue was discovered in the actix-http crate before 2.0.0-alpha.1 for Rust. There is a use-after-free in BodyStream...

7.5CVSS7.2AI score
Exploits0References1
Prion
Prion
added 2020/12/31 9:15 a.m.12 views

Design/Logic Flaw

An issue was discovered in the actix-http crate before 2.0.0-alpha.1 for Rust. There is a use-after-free in BodyStream...

5CVSS7.5AI score0.00393EPSS
Exploits1References1Affected Software1
CVE
CVE
added 2020/12/31 8:22 a.m.54 views

CVE-2020-35901

CVE-2020-35901 affects the actix-http crate for Rust, with exploitation possible via a use-after-free in BodyStream caused by lack of pinning. The issue is tied to the crate’s handling of buffers and memory location, and is mitigated by upgrading to a fixed version (2.0.0-alpha.1) or later as ind...

7.5CVSS7.4AI score0.00393EPSS
Exploits1References1Affected Software1
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.3 views

Rust Resource Management Error Vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust actix-http crate before 2.0.0-alpha.1, which stems from BodyStream having a use-after-free...

7.5CVSS5.8AI score0.00393EPSS
Exploits1References2
Tenable Nessus
Tenable Nessus
added 2020/03/24 12:0 a.m.46 views

RHEL 8 : firefox (RHSA-2020:0819)

The remote Redhat Enterprise Linux 8 host has a package installed that is affected by multiple vulnerabilities as referenced in the RHSA-2020:0819 advisory. Mozilla Firefox is an open-source web browser, designed for standards compliance, performance, and portability. This update upgrades Firefox...

9.8CVSS7.8AI score0.02595EPSS
Exploits2References16
RedHat Linux
RedHat Linux
added 2020/03/23 8:32 a.m.1 views

Mozilla: BodyStream:: OnInputStreamReady was missing protections against state confusion

The Mozilla Foundation Security Advisory describes this flaw as: By carefully crafting promise resolutions, it was possible to cause an out-of-bounds read off the end of an array resized during script execution. This could have led to memory corruption and a potentially exploitable crash...

8.8CVSS7.3AI score0.02595EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2020/03/18 12:0 a.m.57 views

RHEL 6 : firefox (RHSA-2020:0816)

The remote Redhat Enterprise Linux 6 host has a package installed that is affected by multiple vulnerabilities as referenced in the RHSA-2020:0816 advisory. Mozilla Firefox is an open-source web browser, designed for standards compliance, performance, and portability. This update upgrades Firefox...

9.8CVSS7.8AI score0.02595EPSS
Exploits2References16
RedHat Linux
RedHat Linux
added 2020/03/16 1:41 p.m.0 views

Mozilla: BodyStream:: OnInputStreamReady was missing protections against state confusion

The Mozilla Foundation Security Advisory describes this flaw as: By carefully crafting promise resolutions, it was possible to cause an out-of-bounds read off the end of an array resized during script execution. This could have led to memory corruption and a potentially exploitable crash...

8.8CVSS7.3AI score0.02595EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2020/03/16 1:41 p.m.74 views

Important: Red Hat Security Advisory: firefox security update

An update for firefox is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from t...

9.8CVSS6.8AI score0.02595EPSS
Exploits2References8
OSV
OSV
added 2020/01/24 12:0 p.m.23 views

RUSTSEC-2020-0048 Use-after-free in BodyStream due to lack of pinning

Affected versions of this crate did not require the buffer wrapped in BodyStream to be pinned, but treated it as if it had a fixed location in memory. This may result in a use-after-free. The flaw was corrected by making the trait MessageBody require Unpin and making pollnext function accept Pin...

7.5CVSS7.4AI score0.00393EPSS
Exploits1References3
RustSec
RustSec
added 2020/01/24 12:0 p.m.15 views

Use-after-free in BodyStream due to lack of pinning

Affected versions of this crate did not require the buffer wrapped in BodyStream to be pinned, but treated it as if it had a fixed location in memory. This may result in a use-after-free. The flaw was corrected by making the trait MessageBody require Unpin and making pollnext function accept Pin...

7.5CVSS4AI score0.00393EPSS
Exploits1Affected Software1
Rows per page
Query Builder