Lucene search
+L

9760 matches found

CNNVD
CNNVD
added 2024/05/06 12:00 a.m.10 views

Qualcomm Chipsets 安全漏洞

Qualcomm Chipsets are a family of chipsets from Qualcomm Incorporated USA. A security vulnerability exists in Qualcomm Chipsets that originates from an information disclosure when the size of the ADSP payload received in HLOS in response to an Audio Stream Manager Matrix session is less than this...

6.1CVSS6.1AI score0.00108EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/03 3:15 p.m.33 views

CVE-2022-48686

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix UAF when detecting digest errors We should also bail from the iowork loop when we set rdenabled to true, so we don't attempt to read data from the socket when the TCP stream is already out-of-sync or corrupted...

9.8CVSS6.2AI score0.00703EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/03 2:59 p.m.156 views

CVE-2022-48686

Summary (CVE-2022-48686) Affected software: Linux kernel (nvme-tcp) as described in initial document; Astra Linux advisories corroborate the Linux kernel fix. Root cause: Use-after-free (UAF) in nvme-tcp when detecting digest errors; also a control flow issue requiring exiting the io_work loop af...

9.8CVSS6.4AI score0.00703EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/05/03 2:59 p.m.46 views

CVE-2022-48686 nvme-tcp: fix UAF when detecting digest errors

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix UAF when detecting digest errors We should also bail from the iowork loop when we set rdenabled to true, so we don't attempt to read data from the socket when the TCP stream is already out-of-sync or corrupted...

9.8CVSS7.5AI score0.00703EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/03 1:15 p.m.14 views

CVE-2024-2410

The JsonToBinaryStream function is part of the protocol buffers C++ implementation and is used to parse JSON from a stream. If the input is broken up into separate chunks in a certain way, the parser will attempt to read bytes from a chunk that has already been freed...

9.8CVSS7.4AI score0.00332EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/03 1:15 p.m.25 views

CVE-2024-2410

The JsonToBinaryStream function is part of the protocol buffers C++ implementation and is used to parse JSON from a stream. If the input is broken up into separate chunks in a certain way, the parser will attempt to read bytes from a chunk that has already been freed...

9.8CVSS7AI score0.00332EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/03 12:58 p.m.122 views

CVE-2024-2410

CVE-2024-2410 concerns a use-after-free in the JsonToBinaryStream() function of the protocol buffers C++ implementation when parsing JSON from a stream with certain chunking. The issue is triggered by reading from a freed chunk, as described in multiple connected documents. Concrete details acros...

9.8CVSS7.3AI score0.00332EPSS
SaveExploits0References1Affected Software1
Debian CVE
Debian CVE
added 2024/05/03 12:58 p.m.67 views

CVE-2024-2410

The JsonToBinaryStream function is part of the protocol buffers C++ implementation and is used to parse JSON from a stream. If the input is broken up into separate chunks in a certain way, the parser will attempt to read bytes from a chunk that has already been freed...

9.8CVSS7.1AI score0.00332EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2024/05/03 3:15 a.m.7 views

CVE-2023-39495

PDF-XChange Editor readFileIntoStream Exposed Dangerous Function Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of PDF-XChange Editor. User interaction is required to exploit this vulnerability in that t...

5.5CVSS5.7AI score0.0038EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2024/05/03 12:00 a.m.15 views

PT-2024-25861 · Tencent · Libpag

Name of the Vulnerable Software and Affected Versions: Tencent libpag versions prior to 4.3.52 Description: The issue is related to an integer overflow in the checkEndOfFile function of DecodeStream.cpp, which can be triggered by a crafted PAG file. Recommendations: For versions prior to 4.3.52,...

5.3CVSS7.4AI score0.00239EPSS
SaveExploits1References5
The Hacker News
The Hacker News
added 2024/05/02 2:22 p.m.12 views

Popular Android Apps Like Xiaomi, WPS Office Vulnerable to File Overwrite Flaw

Several popular Android applications available in Google Play Store are susceptible to a path traversal-affiliated vulnerability codenamed the Dirty Stream attack that could be exploited by a malicious app to overwrite arbitrary files in the vulnerable app's home directory. "The implications of...

7.9AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/01 12:54 p.m.69 views

CVE-2024-27057

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend When the system is suspended while audio is active, the sofipc4pcmhwfree is invoked to reset the pipelines since during suspend the DSP is turned off, streams...

5.5CVSS7AI score0.00222EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/01 12:54 p.m.37 views

CVE-2024-27044 drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output_transfer_func()'

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10setoutputtransferfunc' The 'stream' pointer is used in dcn10setoutputtransferfunc before the check if 'stream' is NULL. Fixes the below:...

7.8AI score0.00279EPSS
SaveExploits0References8
NVD
NVD
added 2024/05/01 11:15 a.m.47 views

CVE-2024-32984

Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP. The Rust implementation of the Yamux stream multiplexer uses a vector for pending frames. This vector is not bounded in length. Every time the Yamux protocol requires sending of a new frame, this frame gets appended ...

7.5CVSS7.4AI score0.00761EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/01 10:45 a.m.45 views

CVE-2024-32984 Yamux Memory Exhaustion Vulnerability via Active::pending_frames property

Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP. The Rust implementation of the Yamux stream multiplexer uses a vector for pending frames. This vector is not bounded in length. Every time the Yamux protocol requires sending of a new frame, this frame gets appended ...

7.5CVSS7.5AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/05/01 12:00 a.m.16 views

PT-2024-25032 · Yamux · Yamux

Name of the Vulnerable Software and Affected Versions: Yamux affected versions not specified Description: Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP. The Rust implementation of the Yamux stream multiplexer uses a vector for pending frames, which is not bounded...

7.5CVSS7.5AI score0.00761EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/01 12:00 a.m.44 views

ASB-A-299123598

In unixstreamsendpage of afunix.c, there is a possible use-after-free due to a race condition. This could lead to local escalation of privilege in the kernel with no additional execution privileges needed. User interaction is not needed for exploitation...

7.8CVSS7.8AI score0.00613EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2024/04/30 1:33 p.m.18 views

golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS

A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service DoS attack...

7.5CVSS7.2AI score0.91969EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2024/04/30 10:28 a.m.15 views

frr: ahead-of-stream read of ORF header

An out-of-bounds read flaw was found in FRRouting in bgpd/bgppacket.c, resulting from a boundary condition. This flaw allows a remote attacker, through specially crafted input, to read the initial byte of the ORF header in an ahead-of-stream scenario. This attacker can gain information and...

9.1CVSS5.8AI score0.01153EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.19 views

kernel: GC's deletion of an SKB races with unix_stream_read_generic() leading to UAF

A use-after-free flaw was found in the Linux Kernel due to a race problem in the unix garbage collector's deletion of SKB races with unixstreamreadgeneric on the socket that the SKB is queued on...

7CVSS6.8AI score0.00224EPSS
SaveExploits0References5
Rows per page
Query Builder