Lucene search
K

10009 matches found

OSV
OSV
added 2021/04/14 8:4 p.m.12 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.00604EPSS
Exploits1References2
OSV
OSV
added 2021/04/14 8:4 p.m.40 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.0051EPSS
Exploits0References2
OSV
OSV
added 2021/04/14 8:4 p.m.13 views

GO-2021-0054 Panic due to improper input validation in ForEach in github.com/tidwall/gjson

Due to improper bounds checking, maliciously crafted JSON objects can cause an out-of-bounds panic. If parsing user input, this may be used as a denial of service vector...

7.5CVSS7.3AI score0.00468EPSS
Exploits0References2
OSV
OSV
added 2021/04/14 8:4 p.m.19 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.00493EPSS
Exploits1References2
OSV
OSV
added 2021/04/14 8:4 p.m.16 views

GO-2021-0097 Panic due to out-of-bounds read in github.com/dhowden/tag

Due to improper bounds checking, a number of methods can trigger a panic due to attempted out-of-bounds reads. If the package is used to parse user supplied input, this may be used as a vector for a denial of service attack...

6.5CVSS6.2AI score0.00285EPSS
Exploits4References4
OSV
OSV
added 2021/04/14 8:4 p.m.28 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.00139EPSS
Exploits0References4
OSV
OSV
added 2021/04/14 8:4 p.m.19 views

GO-2021-0075 Panic due to improper validation of RPC messages in github.com/ethereum/go-ethereum

Due to improper argument validation in RPC messages, a maliciously crafted message can cause a panic, leading to denial of service...

7.5CVSS7.2AI score0.1217EPSS
Exploits2References2
OSV
OSV
added 2021/04/14 7:15 a.m.1 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.0078EPSS
Exploits1References1
Tenable Nessus
Tenable Nessus
added 2021/04/14 12:0 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.00579EPSS
Exploits1References7
RedhatCVE
RedhatCVE
added 2021/04/13 5:34 p.m.23 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.00419EPSS
Exploits1References3
RedhatCVE
RedhatCVE
added 2021/04/13 5:34 p.m.27 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.00203EPSS
Exploits1References3
OSV
OSV
added 2021/04/11 8:15 p.m.1 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.00203EPSS
Exploits1References1
OSV
OSV
added 2021/04/11 8:15 p.m.20 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
Exploits0References6
NVD
NVD
added 2021/04/11 8:15 p.m.15 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.00419EPSS
Exploits1References6
OSV
OSV
added 2021/04/11 8:15 p.m.2 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.00419EPSS
Exploits1References1
OSV
OSV
added 2021/04/11 8:15 p.m.8 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
Exploits0References7
OSV
OSV
added 2021/04/11 8:15 p.m.2 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.00274EPSS
Exploits1References1
NVD
NVD
added 2021/04/11 8:15 p.m.20 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.00274EPSS
Exploits1References2
Prion
Prion
added 2021/04/11 8:15 p.m.23 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.00203EPSS
Exploits1References2Affected Software1
AlpineLinux
AlpineLinux
added 2021/04/11 8:15 p.m.13 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.5CVSS7.1AI score0.00203EPSS
Exploits1
Rows per page
Query Builder