Lucene search
+L

11226 matches found

UbuntuCve
UbuntuCve
added 2023/09/28 12:00 a.m.39 views

CVE-2023-42756

A flaw was found in the Netfilter subsystem of the Linux kernel. A race condition between IPSETCMDADD and IPSETCMDSWAP can lead to a kernel panic due to the invocation of ipsetput on a wrong set. This issue may allow a local user to crash the system...

4.7CVSS6.7AI score0.00275EPSS
SaveExploits1References22
Amazon
Amazon
added 2023/09/25 12:00 a.m.19 views

Important: golang

Issue Overview: An out of bounds read vulnerability was found in debug/macho of the Go standard library. When using the debug/macho standard library stdlib and malformed binaries are parsed using Open or OpenFat, it can cause golang to attempt to read outside of a slice array causing a panic when...

9.1CVSS7.4AI score0.0995EPSS
SaveExploits5
OSV
OSV
added 2023/09/22 7:59 p.m.38 views

GHSA-M9XQ-6H2J-65R2 Markdown vulnerable to Out-of-bounds Read while parsing citations

Summary Parsing malformed markdown input with parser that uses parser.Mmark extension could result in out-of-bounds read vulnerability. Details To exploit the vulnerability, parser needs to have parser.Mmark extension set. The panic occurs inside the citation.go file on the line 69 when the parse...

7.5CVSS7.2AI score0.01042EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2023/09/22 7:59 p.m.30 views

Markdown vulnerable to Out-of-bounds Read while parsing citations

Summary Parsing malformed markdown input with parser that uses parser.Mmark extension could result in out-of-bounds read vulnerability. Details To exploit the vulnerability, parser needs to have parser.Mmark extension set. The panic occurs inside the citation.go file on the line 69 when the parse...

7.5CVSS7.2AI score0.01042EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2023/09/21 5:16 p.m.55 views

GHSA-Q8WC-J5M9-27W3 Denial of Service issue in quinn-proto

Impact Receiving unknown QUIC frames in a QUIC packet could result in a panic. Patches The problem has been fixed in 0.9.5 and 0.10.5 maintenance releases. References Fixed in https://github.com/quinn-rs/quinn/pull/1667, backported in https://github.com/quinn-rs/quinn/pull/1668 and...

7.5CVSS7.4AI score0.0076EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2023/09/21 5:16 p.m.27 views

Denial of Service issue in quinn-proto

Impact Receiving unknown QUIC frames in a QUIC packet could result in a panic. Patches The problem has been fixed in 0.9.5 and 0.10.5 maintenance releases. References Fixed in https://github.com/quinn-rs/quinn/pull/1667, backported in https://github.com/quinn-rs/quinn/pull/1668 and...

7.5CVSS6.8AI score0.0076EPSS
SaveExploits0References7Affected Software1
NVD
NVD
added 2023/09/21 5:15 p.m.34 views

CVE-2023-42805

quinn-proto is a state machine for the QUIC transport protocol. Prior to versions 0.9.5 and 0.10.5, receiving unknown QUIC frames in a QUIC packet could result in a panic. The problem has been fixed in 0.9.5 and 0.10.5 maintenance releases...

7.5CVSS7.4AI score0.0076EPSS
SaveExploits0References4
OSV
OSV
added 2023/09/21 5:15 p.m.5 views

DEBIAN-CVE-2023-42805

quinn-proto is a state machine for the QUIC transport protocol. Prior to versions 0.9.5 and 0.10.5, receiving unknown QUIC frames in a QUIC packet could result in a panic. The problem has been fixed in 0.9.5 and 0.10.5 maintenance releases...

7.5CVSS7.1AI score0.0076EPSS
SaveExploits0References1
OSV
OSV
added 2023/09/21 5:15 p.m.11 views

UBUNTU-CVE-2023-42805

quinn-proto is a state machine for the QUIC transport protocol. Prior to versions 0.9.5 and 0.10.5, receiving unknown QUIC frames in a QUIC packet could result in a panic. The problem has been fixed in 0.9.5 and 0.10.5 maintenance releases...

7.5CVSS5.7AI score0.0076EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2023/09/21 5:15 p.m.17 views

CVE-2023-42805

quinn-proto is a state machine for the QUIC transport protocol. Prior to versions 0.9.5 and 0.10.5, receiving unknown QUIC frames in a QUIC packet could result in a panic. The problem has been fixed in 0.9.5 and 0.10.5 maintenance releases...

7.5CVSS6.9AI score0.0076EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2023/09/21 5:10 p.m.36 views

phonenumber panics on parsing crafted RFC3966 inputs

Impact The phonenumber parsing code may panic due to a panic-guarded out-of-bounds access on the phonenumber string. In a typical deployment of rust-phonenumber, this may get triggered by feeding a maliciously crafted phonenumber over the network, specifically the string .;phone-context=. Patches...

8.6CVSS6.4AI score0.00694EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2023/09/21 5:10 p.m.105 views

GHSA-WHHR-7F2W-QQJ2 phonenumber panics on parsing crafted RFC3966 inputs

Impact The phonenumber parsing code may panic due to a panic-guarded out-of-bounds access on the phonenumber string. In a typical deployment of rust-phonenumber, this may get triggered by feeding a maliciously crafted phonenumber over the network, specifically the string .;phone-context=. Patches...

7.5CVSS7.9AI score0.00694EPSS
SaveExploits0References6
OSV
OSV
added 2023/09/21 5:10 p.m.104 views

GHSA-CXVP-82CQ-57H2 blurhash panics on parsing crafted inputs

Impact The blurhash parsing code may panic due to multiple panic-guarded out-of-bounds accesses on untrusted input. In a typical deployment, this may get triggered by feeding a maliciously crafted blurhashes over the network. These may include: - UTF-8 compliant strings containing multi-byte UTF-...

8.6CVSS7.9AI score0.00515EPSS
SaveExploits0References4
CVE
CVE
added 2023/09/21 4:39 p.m.77 views

CVE-2023-42805

CVE-2023-42805 affects the QUIC state machine implementation in quinn-proto . The issue arises when a QUIC packet contains unknown frames, which could cause a panic in versions prior to maintenance releases. The vulnerability is addressed by fixes in 0.9.5 and 0.10.5 maintenance releases. There i...

7.5CVSS7.3AI score0.0076EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2023/09/21 4:39 p.m.27 views

CVE-2023-42805 quinn-proto Denial of Service vulnerability

quinn-proto is a state machine for the QUIC transport protocol. Prior to versions 0.9.5 and 0.10.5, receiving unknown QUIC frames in a QUIC packet could result in a panic. The problem has been fixed in 0.9.5 and 0.10.5 maintenance releases...

7.5CVSS7.3AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2023/09/21 4:39 p.m.20 views

CVE-2023-42805 quinn-proto Denial of Service vulnerability

quinn-proto is a state machine for the QUIC transport protocol. Prior to versions 0.9.5 and 0.10.5, receiving unknown QUIC frames in a QUIC packet could result in a panic. The problem has been fixed in 0.9.5 and 0.10.5 maintenance releases...

7.5CVSS6.6AI score0.0076EPSS
SaveExploits0References4
OSV
OSV
added 2023/09/21 12:00 p.m.39 views

RUSTSEC-2023-0063 Denial of service in Quinn servers

Receiving QUIC frames containing a frame with unknown frame type could lead to a panic. Unfortunately this is issue was not found by our fuzzing infrastructure. Thanks to the QUIC Tester research group for reporting this issue...

7.5CVSS7.3AI score0.0076EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2023/09/21 12:00 a.m.10 views

PT-2023-28591 · Unknown +1 · Quinn-Proto +1

Name of the Vulnerable Software and Affected Versions: quinn-proto versions prior to 0.9.5 quinn-proto versions prior to 0.10.5 Description: Receiving unknown QUIC frames in a QUIC packet could result in a panic. The issue was reported by the QUIC Tester research group and was not found by the...

7.5CVSS7.2AI score0.0076EPSS
SaveExploits0References21
NVD
NVD
added 2023/09/19 3:15 p.m.41 views

CVE-2023-42444

phonenumber is a library for parsing, formatting and validating international phone numbers. Prior to versions 0.3.3+8.13.9 and 0.2.5+8.11.3, the phonenumber parsing code may panic due to a panic-guarded out-of-bounds access on the phonenumber string. In a typical deployment of rust-phonenumber,...

8.6CVSS8.6AI score0.00694EPSS
SaveExploits0References3
Prion
Prion
added 2023/09/19 3:15 p.m.30 views

Out-of-bounds

phonenumber is a library for parsing, formatting and validating international phone numbers. Prior to versions 0.3.3+8.13.9 and 0.2.5+8.11.3, the phonenumber parsing code may panic due to a panic-guarded out-of-bounds access on the phonenumber string. In a typical deployment of rust-phonenumber,...

5CVSS7.5AI score0.00694EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder