Lucene search
+L

11226 matches found

Cvelist
Cvelist
added 2023/09/19 2:57 p.m.50 views

CVE-2023-42447 blurhash panics on parsing crafted inputs

blurhash-rs is a pure Rust implementation of Blurhash, software for encoding images into ASCII strings that can be turned into a gradient of colors representing the original image. In version 0.1.1, the blurhash parsing code may panic due to multiple panic-guarded out-of-bounds accesses on...

8.6CVSS8.8AI score0.00515EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2023/09/19 2:47 p.m.45 views

CVE-2023-42444 phonenumber panics on parsing crafted RF3966 inputs

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.8AI score0.00694EPSS
SaveExploits0References3
RustSec
RustSec
added 2023/09/19 12:00 p.m.10 views

phonenumber: panic on parsing crafted RF3966 phonenumber 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.6CVSS7.2AI score0.00694EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2023/09/19 12:00 p.m.62 views

RUSTSEC-2023-0083 blurhash: panic on parsing crafted blurhash 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.6CVSS8AI score0.00515EPSS
SaveExploits0References4
OSV
OSV
added 2023/09/19 12:00 p.m.73 views

RUSTSEC-2023-0082 phonenumber: panic on parsing crafted RF3966 phonenumber 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.6CVSS7.9AI score0.00694EPSS
SaveExploits0References4
RustSec
RustSec
added 2023/09/19 12:00 p.m.12 views

blurhash: panic on parsing crafted blurhash 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.2AI score0.00515EPSS
SaveExploits0Affected Software1
CNNVD
CNNVD
added 2023/09/19 12:00 a.m.11 views

blurhash-rs security vulnerability

blurhash-rs is a pure Rust implementation of Blurhash. A security vulnerability exists in blurhash-rs version 0.1.1, which stems from an out-of-bounds access when guarding multiple times against untrusted inputs, and may cause a panic in the blurhash parsing code...

8.6CVSS6.9AI score0.00515EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2023/09/19 12:00 a.m.40 views

Ubuntu 16.04 ESM : Linux kernel vulnerabilities (USN-6388-1)

The remote Ubuntu 16.04 ESM host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6388-1 advisory. Daniel Moghimi discovered that some IntelR Processors did not properly clear microarchitectural state after speculative execution of various instructions...

7.8CVSS8AI score0.03047EPSS
SaveExploits1References9
Snyk
Snyk
added 2023/09/18 1:49 p.m.5 views

Improper Validation of Array Index

Overview github.com/greenpau/caddy-security is a Security App and Plugin for Caddy v2. Affected versions of this package are vulnerable to Improper Validation of Array Index when parsing a Caddyfile. Multiple parsing functions in the affected library do not validate whether their input values are...

5.3CVSS6.1AI score0.00722EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2023/09/16 12:00 a.m.5 views

PT-2023-9747 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the BPF Berkeley Packet Filter program in the Linux kernel. When the bpf throw kfunc is called, it triggers dead code elimination in an unprecedented way, causi...

6.6CVSS5.4AI score0.00246EPSS
SaveExploits0References28
RustSec
RustSec
added 2023/09/15 12:00 p.m.9 views

HPACK decoder panics on invalid input

Due to insufficient checking of input data, decoding certain data sequences can lead to Decoder::decode panicking rather than returning an error. Example code that triggers this vulnerability looks like this: rust use hpack::Decoder; pub fn main let input = &0x3f; let mut decoder = Decoder::new;...

5.4AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/09/15 12:00 a.m.45 views

Golang < 1.20.8 / 1.21.x < 1.21.1 Multiple Vulnerabilities

The version of Golang Go installed on the remote host is affected by multiple vulnerabilities, including the following: - QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory...

7.5CVSS6.6AI score0.01146EPSS
SaveExploits0References5
OSV
OSV
added 2023/09/13 12:00 p.m.24 views

RUSTSEC-2023-0062 BER/CER/DER decoder panics on invalid input

Due to insufficient checking of input data, decoding certain data sequences can lead to bcder panicking rather than returning an error. This can affect both the actual decoding stage as well as accessing content of types that utilized delayed decoding. bcder 0.7.3 fixes these issues by more...

7.5CVSS7.3AI score0.00587EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2023/09/13 7:24 a.m.43 views

CVE-2023-39321

A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic...

7.5CVSS7.4AI score0.01146EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2023/09/12 12:00 a.m.13 views

PT-2023-9742 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to the version that includes the fix for the f2fs reference count leak Description: The issue is related to a reference count leak in the f2fs component of the Linux kernel. During the f2fs put super function, a...

5.5CVSS6.6AI score0.00236EPSS
SaveExploits0References18
Tenable Nessus
Tenable Nessus
added 2023/09/11 12:00 a.m.120 views

Ubuntu 20.04 LTS / 22.04 LTS : Linux kernel vulnerabilities (USN-6339-3)

The remote Ubuntu 20.04 LTS / 22.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6339-3 advisory. It was discovered that the NTFS file system implementation in the Linux kernel did not properly validate MFT flags in certain situations. An...

9.8CVSS7.1AI score0.03157EPSS
SaveExploits0References9
NVD
NVD
added 2023/09/08 5:15 p.m.34 views

CVE-2023-39321

Processing an incomplete post-handshake message for a QUIC connection can cause a panic...

7.5CVSS7.7AI score0.01146EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2023/09/08 5:15 p.m.33 views

CVE-2023-39321

Processing an incomplete post-handshake message for a QUIC connection can cause a panic...

7.5CVSS6.8AI score0.01146EPSS
SaveExploits0References7
OSV
OSV
added 2023/09/08 5:15 p.m.9 views

UBUNTU-CVE-2023-39321

Processing an incomplete post-handshake message for a QUIC connection can cause a panic...

7.5CVSS6.8AI score0.01146EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2023/09/08 4:13 p.m.36 views

CVE-2023-39321 Panic when processing post-handshake message on QUIC connections in crypto/tls

Processing an incomplete post-handshake message for a QUIC connection can cause a panic...

7.9AI score0.01146EPSS
SaveExploits0References6
Rows per page
Query Builder