Lucene search
+L

13079 matches found

UbuntuCve
UbuntuCve
added 2024/03/27 12:00 a.m.58 views

CVE-2023-45288

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no...

7.5CVSS7AI score0.91969EPSS
SaveExploits1References8
NVD
NVD
added 2024/03/26 6:15 p.m.21 views

CVE-2023-52622

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid online resizing failures due to oversized flex bg When we online resize an ext4 filesystem with a oversized flexbgsize, mkfs.ext4 -F -G 67108864 $dev -b 4096 100M mount $dev $dir resize2fs $dev 16G the following WARNO...

5.5CVSS7.4AI score0.00243EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/03/26 3:49 a.m.8 views

SUSE CVE-2021-47137

In the Linux kernel, the following vulnerability has been resolved: net: lantiq: fix memory corruption in RX ring In a situation where memory allocation or dma mapping fails, an invalid address is programmed into the descriptor. This can lead to memory corruption. If the memory allocation fails,...

6.4CVSS7.9AI score0.00597EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/03/25 6:22 p.m.39 views

CVE-2021-47137

In the Linux kernel, the following vulnerability has been resolved: net: lantiq: fix memory corruption in RX ring In a situation where memory allocation or dma mapping fails, an invalid address is programmed into the descriptor. This can lead to memory corruption. If the memory allocation fails,...

6CVSS7.2AI score0.00597EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/25 5:54 p.m.48 views

CVE-2021-47170

In the Linux kernel, the following vulnerability has been resolved: USB: usbfs: Don't WARN about excessively large memory allocations Syzbot found that the kernel generates a WARNing if the user tries to submit a bulk transfer through usbfs with a buffer that is way too large. This isn't a bug in...

4.4CVSS7.5AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/25 10:15 a.m.12 views

CVE-2021-47170

In the Linux kernel, the following vulnerability has been resolved: USB: usbfs: Don't WARN about excessively large memory allocations Syzbot found that the kernel generates a WARNing if the user tries to submit a bulk transfer through usbfs with a buffer that is way too large. This isn't a bug in...

5.5CVSS5.5AI score
SaveExploits0References5
NVD
NVD
added 2024/03/25 10:15 a.m.16 views

CVE-2021-47170

In the Linux kernel, the following vulnerability has been resolved: USB: usbfs: Don't WARN about excessively large memory allocations Syzbot found that the kernel generates a WARNing if the user tries to submit a bulk transfer through usbfs with a buffer that is way too large. This isn't a bug in...

5.5CVSS7.5AI score0.00235EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/25 10:15 a.m.9 views

UBUNTU-CVE-2021-47171

In the Linux kernel, the following vulnerability has been resolved: net: usb: fix memory leak in smsc75xxbind Syzbot reported memory leak in smsc75xxbind. The problem was is non-freed memory in case of errors after memory allocation. backtrace: kmalloc include/linux/slab.h:556 inline kzalloc...

5.5CVSS6.1AI score0.00241EPSS
SaveExploits0References11
CVE
CVE
added 2024/03/25 9:16 a.m.95 views

CVE-2021-47175

CVE-2021-47175: Linux kernel net/sched fq_pie OOB access in the traffic path (fq_pie_qdisc_enqueue). The issue manifests as slab-out-of-bounds read during packet enqueue, demonstrated by a kasan report when using tc with fq_pie. A fix was applied to the fq_pie path to prevent selecting an out-of-...

7.8CVSS6.7AI score0.00241EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/03/25 9:16 a.m.29 views

CVE-2021-47170

In the Linux kernel, the following vulnerability has been resolved: USB: usbfs: Don't WARN about excessively large memory allocations Syzbot found that the kernel generates a WARNing if the user tries to submit a bulk transfer through usbfs with a buffer that is way too large. This isn't a bug in...

5.5CVSS7.2AI score0.00235EPSS
SaveExploits0
CVE
CVE
added 2024/03/25 9:16 a.m.164 views

CVE-2021-47171

CVE-2021-47171 corresponds to a memory-leak fix in the Linux kernel’s USB SMSC75xx driver (net/usb/smsc75xx.c). The vulnerability arises when errors after memory allocation leave non-freed memory in smsc75xx_bind, causing a memory leak in the kernel upon probe/bind. The MiracleLinux advisories co...

5.5CVSS6.3AI score0.00241EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/03/25 9:15 a.m.5 views

DEBIAN-CVE-2021-47150

In the Linux kernel, the following vulnerability has been resolved: net: fec: fix the potential memory leak in fecenetinit If the memory allocated for cbdbase is failed, it should free the memory allocated for the queues, otherwise it causes memory leak. And if the memory allocated for the queues...

5.5CVSS5.5AI score0.00225EPSS
SaveExploits0References1
NVD
NVD
added 2024/03/25 9:15 a.m.30 views

CVE-2021-47152

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data stream corruption Maxim reported several issues when forcing a TCP transparent proxy to use the MPTCP protocol for the inbound connections. He also provided a clean reproducer. The problem boils down to...

7.8CVSS6.4AI score0.00241EPSS
SaveExploits0References3
NVD
NVD
added 2024/03/25 9:15 a.m.31 views

CVE-2021-47137

In the Linux kernel, the following vulnerability has been resolved: net: lantiq: fix memory corruption in RX ring In a situation where memory allocation or dma mapping fails, an invalid address is programmed into the descriptor. This can lead to memory corruption. If the memory allocation fails,...

9.8CVSS6.7AI score0.00597EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/03/25 9:07 a.m.16 views

CVE-2021-47152 mptcp: fix data stream corruption

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data stream corruption Maxim reported several issues when forcing a TCP transparent proxy to use the MPTCP protocol for the inbound connections. He also provided a clean reproducer. The problem boils down to...

7.8CVSS6.8AI score0.00241EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/03/25 9:07 a.m.48 views

CVE-2021-47152

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data stream corruption Maxim reported several issues when forcing a TCP transparent proxy to use the MPTCP protocol for the inbound connections. He also provided a clean reproducer. The problem boils down to...

7.8CVSS5.9AI score0.00241EPSS
SaveExploits0
CVE
CVE
added 2024/03/25 9:07 a.m.104 views

CVE-2021-47152

CVE-2021-47152 refers to a Linux kernel fix for data stream corruption in the MPTCP path. The issue arises when mptcp_frag_can_collapse_to() incorrectly assumes only MPTCP uses a page_frag; if other protocols allocate fragments (e.g., plain TCP), memory can be re-used for mptcp_data_frag. The mit...

7.8CVSS6.7AI score0.00241EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
added 2024/03/25 1:32 a.m.27 views

Memory Corruption

thunderbird is vulnerable to Memory Corruption.The vulnerability is due to improper handling of memory allocation or deallocation, It allows for potential memory corruption within the Firefox and Thunderbird applications, which could lead to the execution of arbitrary code by attackers...

8.8CVSS7.9AI score0.00879EPSS
SaveExploits0References7Affected Software3
UbuntuCve
UbuntuCve
added 2024/03/25 12:00 a.m.27 views

CVE-2021-47175

In the Linux kernel, the following vulnerability has been resolved: net/sched: fqpie: fix OOB access in the traffic path the following script: tc qdisc add dev eth0 handle 0x1 root fqpie flows 2 tc qdisc add dev eth0 clsact tc filter add dev eth0 egress matchall action skbedit priority 0x10002 pi...

7.8CVSS6.4AI score0.00241EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/03/25 12:00 a.m.48 views

CVE-2021-47170

In the Linux kernel, the following vulnerability has been resolved: USB: usbfs: Don't WARN about excessively large memory allocations Syzbot found that the kernel generates a WARNing if the user tries to submit a bulk transfer through usbfs with a buffer that is way too large. This isn't a bug in...

5.5CVSS6.6AI score0.00235EPSS
SaveExploits0References6
Rows per page
Query Builder