Lucene search
+L

271 matches found

Microsoft CVE
Microsoft CVE
added 2023/11/08 8:00 a.m.8 views

An issue in the Unmarshal function in Go-Yaml v3 causes the program to crash when attempting to deserialize invalid input.

...

7.5CVSS7AI score0.03965EPSS
SaveExploits1
Veracode
Veracode
added 2023/07/19 2:53 a.m.22 views

Denial Of Service (DoS)

github.com/hamba/avro is vulnerable to Denial Of Service DoS. The vulnerability exists in the ReadString function of reader.go because config.go does not properly restrict the maximum size of bytes and string types, allowing an attacker to cause an application crash by providing a maliciously...

7.5CVSS6.6AI score0.00961EPSS
SaveExploits1References6Affected Software1
Prion
Prion
added 2023/07/17 5:15 p.m.19 views

Code injection

Hamba avro is a go lang encoder/decoder implementation of the avro codec specification. In affected versions a well-crafted string passed to avro's github.com/hamba/avro/v2.Unmarshal can throw a fatal error: runtime: out of memory which is unrecoverable and can cause denial of service of the...

5CVSS7.4AI score0.00961EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2023/07/17 4:36 p.m.15 views

CVE-2023-37475 Attacker-controlled parameter can cause denial of service in hamba avro

Hamba avro is a go lang encoder/decoder implementation of the avro codec specification. In affected versions a well-crafted string passed to avro's github.com/hamba/avro/v2.Unmarshal can throw a fatal error: runtime: out of memory which is unrecoverable and can cause denial of service of the...

7.5CVSS7.4AI score0.00961EPSS
SaveExploits1References2
OSV
OSV
added 2023/07/17 10:55 a.m.26 views

GHSA-9X44-9PGQ-CF45 avro vulnerable to denial of service via attacker-controlled parameter

Summary A well-crafted string passed to avro's github.com/hamba/avro/v2.Unmarshal can throw a fatal error: runtime: out of memory which is unrecoverable and can cause denial of service of the consumer of avro. Details The root cause of the issue is that avro uses part of the input to Unmarshal to...

7.5CVSS7.2AI score0.00961EPSS
SaveExploits1References7
CNNVD
CNNVD
added 2023/07/17 12:00 a.m.9 views

Hamba avro 资源管理错误漏洞

Avro is a fast Go Avro codec in the hamba open source. A resource management error vulnerability exists in Hamba avro that stems from using partial input from Unmarshal to determine the size when creating a new slice, allowing an arbitrary amount of memory to be consumed, causing the program to...

7.5CVSS7.3AI score0.00961EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2023/07/17 12:00 a.m.14 views

PT-2023-25986

Name of the Vulnerable Software and Affected Versions github.com/hamba/avro versions prior to 2.13.0 Description A well-crafted string passed to avro's github.com/hamba/avro/v2.Unmarshal can throw a fatal error: runtime: out of memory which is unrecoverable and can cause denial of service of the...

7.5CVSS7.2AI score0.00961EPSS
SaveExploits1References15
RedHat Linux
RedHat Linux
added 2023/05/16 8:59 a.m.14 views

golang: encoding/xml: stack exhaustion in Unmarshal

A flaw was found in golang. Calling Unmarshal on an XML document into a Go struct, which has a nested field that uses the "any" field tag, can cause a panic due to stack exhaustion...

7.5CVSS6.6AI score0.01956EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2023/02/15 3:49 a.m.10 views

SUSE CVE-2021-3121

An issue was discovered in GoGo Protobuf before 1.3.2. plugin/unmarshal/unmarshal.go lacks certain index validation, aka the "skippy peanut butter" issue...

7.5CVSS6.7AI score0.03478EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2023/02/15 3:26 a.m.7 views

SUSE CVE-2022-28948

An issue in the Unmarshal function in Go-Yaml v3 causes the program to crash when attempting to deserialize invalid input...

5.5CVSS7.1AI score0.03965EPSS
SaveExploits1References9
SUSE CVE
SUSE CVE
added 2023/02/15 3:25 a.m.6 views

SUSE CVE-2022-30633

Uncontrolled recursion in Unmarshal in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via unmarshalling an XML document into a Go struct which has a nested field that uses the 'any' field tag...

6.2CVSS8AI score0.01956EPSS
SaveExploits0References8
Veracode
Veracode
added 2023/02/10 12:03 p.m.12 views

Denial Of Service (DoS)

github.com/pion/dtls is vulnerable to Denial Of Service DoS. The vulnerability exists in Unmarshal function due to out of bounds read via the server hello response which can result in an application crash...

2.7AI score
SaveExploits0
Veracode
Veracode
added 2023/02/10 11:25 a.m.19 views

Denial Of Service (DoS)

github.com/pion/dtls is vulnerable to Denial Of Service DoS. The vulnerability exists in the Unmarshal function which tries to unmarshal into buffer to small via a Hello Verify request message which allows an attacker to cause an application crash...

4.7AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2023/02/07 6:36 p.m.18 views

Panic during unmarshal of Hello Verify Request in github.com/pion/dtls/v2

Impact During the unmarshalling of a hello verify request we could try to unmarshal into too small a buffer. is could result in a panic leading the program to crash. This issue could be abused to cause a denial of service. Workaround None, upgrade to 2.2.4...

6.7AI score
SaveExploits0References4Affected Software2
OSV
OSV
added 2023/02/07 6:36 p.m.20 views

GHSA-4XGV-J62Q-H3RJ Panic during unmarshal of Hello Verify Request in github.com/pion/dtls/v2

Impact During the unmarshalling of a hello verify request we could try to unmarshal into too small a buffer. is could result in a panic leading the program to crash. This issue could be abused to cause a denial of service. Workaround None, upgrade to 2.2.4...

5.9CVSS7AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/02/07 6:24 p.m.27 views

Panic during unmarshal of Hello Verify Request in github.com/pion/dtls/v2

Impact When attempting to unmarshal a Server Hello request we could attempt to unmarshal into a buffer that was too small. This could result in a panic leading the program to crash. This issue could be abused to cause a denial of service. Workaround None...

6.8AI score
SaveExploits0References4Affected Software2
OSV
OSV
added 2023/02/07 6:24 p.m.19 views

GHSA-HXP2-XQF3-V83H Panic during unmarshal of Hello Verify Request in github.com/pion/dtls/v2

Impact When attempting to unmarshal a Server Hello request we could attempt to unmarshal into a buffer that was too small. This could result in a panic leading the program to crash. This issue could be abused to cause a denial of service. Workaround None...

5.9CVSS7.2AI score
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/01/24 12:51 p.m.20 views

golang: encoding/xml: stack exhaustion in Unmarshal

A flaw was found in golang. Calling Unmarshal on an XML document into a Go struct, which has a nested field that uses the "any" field tag, can cause a panic due to stack exhaustion...

7.5CVSS6.6AI score0.01956EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2022/11/15 10:31 a.m.13 views

golang: encoding/xml: stack exhaustion in Unmarshal

A flaw was found in golang. Calling Unmarshal on an XML document into a Go struct, which has a nested field that uses the "any" field tag, can cause a panic due to stack exhaustion...

7.5CVSS6.6AI score0.01956EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2022/11/15 12:00 a.m.52 views

Oracle Linux 8 : container-tools:3.0 (ELSA-2022-7529)

The remote Oracle Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2022-7529 advisory. - fixes CVE-2021-3602 - amend CVE-2022-1708 - fix CVE-2022-1708 - thanks to Peter Hunt - fix CVE-2022-27650 - fixes CVE-2021-3602 - rc95 fixes...

8.5CVSS7.3AI score0.06604EPSS
SaveExploits4References11
Rows per page
Query Builder