Lucene search
+L

11432 matches found

OSV
OSV
added 2021/04/14 8:04 p.m.42 views

GO-2020-0028 Denial of service via malformed zone file in github.com/miekg/dns

Due to a nil pointer dereference, parsing a malformed zone file containing TA records may cause a panic. If parsing user supplied input, this may be used as a denial of service vector...

7.5CVSS7.2AI score0.0176EPSS
SaveExploits1References2
OSV
OSV
added 2021/04/14 8:04 p.m.31 views

GO-2021-0067 Panic when opening archives in archive/zip

Using Reader.Open on an archive containing a file with a path prefixed by "../" will cause a panic due to a stack overflow. If parsing user supplied archives, this may be used as a denial of service vector...

5.5CVSS6AI score0.01517EPSS
SaveExploits0References4
OSV
OSV
added 2021/04/14 8:04 p.m.19 views

GO-2020-0046 Panic due to malformed XML digital signature in github.com/russellhaering/goxmldsig

Due to a nil pointer dereference, a malformed XML Digital Signature can cause a panic during validation. If user supplied signatures are being validated, this may be used as a denial of service vector...

7.5CVSS7.2AI score0.01769EPSS
SaveExploits1References2
OSV
OSV
added 2021/04/14 8:04 p.m.89 views

GO-2021-0076 Out-of-bounds write in github.com/evanphx/json-patch

A malicious JSON patch can cause a panic due to an out-of-bounds write attempt. This can be used as a denial of service vector if exposed to arbitrary user input...

7.7CVSS7.4AI score0.01952EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2021/04/14 4:00 p.m.7 views

CVE-2021-0258

A vulnerability in the forwarding of transit TCPv6 packets received on the Ethernet management interface of Juniper Networks Junos OS allows an attacker to trigger a kernel panic, leading to a Denial of Service DoS. Continued receipt and processing of these transit packets will create a sustained...

7.1CVSS6.2AI score0.00647EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/04/14 7:15 a.m.10 views

ALPINE-CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS7AI score0.0289EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2021/04/14 7:15 a.m.8 views

CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS6.1AI score0.0289EPSS
SaveExploits1References11
Tenable Nessus
Tenable Nessus
added 2021/04/14 12:00 a.m.54 views

Oracle Linux 7 / 8 : Unbreakable Enterprise kernel-container (ELSA-2021-9038)

The remote Oracle Linux 7 / 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2021-9038 advisory. - netfilter: add and use nfhookslowlist Florian Westphal Orabug: 32372530 CVE-2021-20177 - target: fix XCOPY NAA identifier lookup David Disseldorp...

8.8CVSS7AI score0.06309EPSS
SaveExploits1References7
RedhatCVE
RedhatCVE
added 2021/04/13 5:34 p.m.32 views

CVE-2021-28876

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked more than once for the same index when the underlying iterator panics in certain conditions. This bug could lead to a memory safety violation due to an unmet safety...

5.3CVSS2.1AI score0.01566EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2021/04/13 5:34 p.m.33 views

CVE-2020-36317

In the standard library in Rust before 1.49.0, String::retain function has a panic safety problem. It allows creation of a non-UTF-8 Rust string when the provided closure panics. This bug could result in a memory safety violation when other string APIs assume that UTF-8 encoding is used on the sa...

7.5CVSS3AI score0.01509EPSS
SaveExploits1References3
NVD
NVD
added 2021/04/11 8:15 p.m.32 views

CVE-2015-20001

In the standard library in Rust before 1.2.0, BinaryHeap is not panic-safe. The binary heap is left in an inconsistent state when the comparison of generic elements inside siftup or siftdownrange panics. This bug leads to a drop of zeroed memory as an arbitrary type, which can result in a memory...

7.5CVSS0.01324EPSS
SaveExploits1References2
OSV
OSV
added 2021/04/11 8:15 p.m.17 views

CVE-2015-20001

In the standard library in Rust before 1.2.0, BinaryHeap is not panic-safe. The binary heap is left in an inconsistent state when the comparison of generic elements inside siftup or siftdownrange panics. This bug leads to a drop of zeroed memory as an arbitrary type, which can result in a memory...

7.5CVSS7AI score
SaveExploits0References7
OSV
OSV
added 2021/04/11 8:15 p.m.9 views

DEBIAN-CVE-2021-28876

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked more than once for the same index when the underlying iterator panics in certain conditions. This bug could lead to a memory safety violation due to an unmet safety...

5.3CVSS6.5AI score0.01566EPSS
SaveExploits1References1
OSV
OSV
added 2021/04/11 8:15 p.m.3 views

DEBIAN-CVE-2020-36317

In the standard library in Rust before 1.49.0, String::retain function has a panic safety problem. It allows creation of a non-UTF-8 Rust string when the provided closure panics. This bug could result in a memory safety violation when other string APIs assume that UTF-8 encoding is used on the sa...

7.5CVSS7.5AI score0.01509EPSS
SaveExploits1References1
NVD
NVD
added 2021/04/11 8:15 p.m.25 views

CVE-2021-28876

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked more than once for the same index when the underlying iterator panics in certain conditions. This bug could lead to a memory safety violation due to an unmet safety...

5.3CVSS0.01566EPSS
SaveExploits1References6
OSV
OSV
added 2021/04/11 8:15 p.m.28 views

CVE-2021-28876

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked more than once for the same index when the underlying iterator panics in certain conditions. This bug could lead to a memory safety violation due to an unmet safety...

5.3CVSS6.7AI score
SaveExploits0References6
OSV
OSV
added 2021/04/11 8:15 p.m.15 views

DEBIAN-CVE-2015-20001

In the standard library in Rust before 1.2.0, BinaryHeap is not panic-safe. The binary heap is left in an inconsistent state when the comparison of generic elements inside siftup or siftdownrange panics. This bug leads to a drop of zeroed memory as an arbitrary type, which can result in a memory...

7.5CVSS7.4AI score0.01324EPSS
SaveExploits1References1
OSV
OSV
added 2021/04/11 8:15 p.m.43 views

UBUNTU-CVE-2015-20001

In the standard library in Rust before 1.2.0, BinaryHeap is not panic-safe. The binary heap is left in an inconsistent state when the comparison of generic elements inside siftup or siftdownrange panics. This bug leads to a drop of zeroed memory as an arbitrary type, which can result in a memory...

7.5CVSS5.9AI score0.01324EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2021/04/11 8:15 p.m.8 views

CVE-2021-28876

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked more than once for the same index when the underlying iterator panics in certain conditions. This bug could lead to a memory safety violation due to an unmet safety...

5.3CVSS6.6AI score0.01566EPSS
SaveExploits1References10
Prion
Prion
added 2021/04/11 8:15 p.m.31 views

Design/Logic Flaw

In the standard library in Rust before 1.49.0, String::retain function has a panic safety problem. It allows creation of a non-UTF-8 Rust string when the provided closure panics. This bug could result in a memory safety violation when other string APIs assume that UTF-8 encoding is used on the sa...

5CVSS7.5AI score0.01509EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder