Lucene search
K

3787 matches found

Cvelist
Cvelist
added 2024/03/02 9:59 p.m.18 views

CVE-2023-52577 dccp: fix dccp_v4_err()/dccp_v6_err() again

In the Linux kernel, the following vulnerability has been resolved: dccp: fix dccpv4err/dccpv6err again dh-dccphx is the 9th byte offset 8 in "struct dccphdr", not in the "byte 7" as Jann claimed. We need to make sure the ICMP messages are big enough, using more standard ways no more assumptions...

6.6AI score0.00229EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/03/02 9:52 p.m.17 views

CVE-2023-52528 net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Fix uninit-value access in smsc75xxreadreg syzbot reported the following uninit-value access issue: ===================================================== BUG: KMSAN: uninit-value in smsc75xxwaitready...

7.5AI score0.00228EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2024/03/02 9:52 p.m.24 views

CVE-2023-52528

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Fix uninit-value access in smsc75xxreadreg syzbot reported the following uninit-value access issue: ===================================================== BUG: KMSAN: uninit-value in smsc75xxwaitready...

5.5CVSS6.8AI score0.00228EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/03/01 9:15 p.m.21 views

CVE-2021-47078 RDMA/rxe: Clear all QP fields if creation failed

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Clear all QP fields if creation failed rxeqpdocleanup relies on valid pointer values in QP for the properly created ones, but in case rxeqpfrominit failed it was filled with garbage and caused tot the following error...

6.7AI score0.00265EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2024/03/01 9:15 p.m.26 views

CVE-2021-47078

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Clear all QP fields if creation failed rxeqpdocleanup relies on valid pointer values in QP for the properly created ones, but in case rxeqpfrominit failed it was filled with garbage and caused tot the following error...

5.3CVSS5.5AI score0.00265EPSS
Exploits0
NVD
NVD
added 2024/02/28 9:15 a.m.18 views

CVE-2021-46992

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: avoid overflows in nfthashbuckets Number of buckets being stored in 32bit variables, we have to ensure that no overflows occur in nfthashbuckets syzbot injected a size == 0x40000000 and reported: UBSAN:...

7.1CVSS7.4AI score0.0026EPSS
Exploits0References7
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.16 views

CVE-2021-46992

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: avoid overflows in nfthashbuckets Number of buckets being stored in 32bit variables, we have to ensure that no overflows occur in nfthashbuckets syzbot injected a size == 0x40000000 and reported: UBSAN:...

7.1CVSS6.4AI score0.0026EPSS
Exploits0References9
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.19 views

CVE-2021-46992 netfilter: nftables: avoid overflows in nft_hash_buckets()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: avoid overflows in nfthashbuckets Number of buckets being stored in 32bit variables, we have to ensure that no overflows occur in nfthashbuckets syzbot injected a size == 0x40000000 and reported: UBSAN:...

7.5AI score0.0026EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.22 views

CVE-2021-46992 netfilter: nftables: avoid overflows in nft_hash_buckets()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: avoid overflows in nfthashbuckets Number of buckets being stored in 32bit variables, we have to ensure that no overflows occur in nfthashbuckets syzbot injected a size == 0x40000000 and reported: UBSAN:...

6.5AI score0.0026EPSS
Exploits0References7
NVD
NVD
added 2024/02/27 7:15 a.m.20 views

CVE-2021-46915

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: avoid possible divide error in nftlimitinit divu64 divides u64 by u32. nftlimitinit wants to divide u64 by u64, use the appropriate math function div64u64 divide error: 0000 1 PREEMPT SMP KASAN CPU: 1 PID: 83...

5.5CVSS6AI score0.00241EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/02/27 6:53 a.m.24 views

CVE-2021-46915 netfilter: nft_limit: avoid possible divide error in nft_limit_init

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: avoid possible divide error in nftlimitinit divu64 divides u64 by u32. nftlimitinit wants to divide u64 by u64, use the appropriate math function div64u64 divide error: 0000 1 PREEMPT SMP KASAN CPU: 1 PID: 83...

6.6AI score0.00241EPSS
Exploits0References6
Cvelist
Cvelist
added 2024/02/27 6:53 a.m.16 views

CVE-2021-46915 netfilter: nft_limit: avoid possible divide error in nft_limit_init

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: avoid possible divide error in nftlimitinit divu64 divides u64 by u32. nftlimitinit wants to divide u64 by u64, use the appropriate math function div64u64 divide error: 0000 1 PREEMPT SMP KASAN CPU: 1 PID: 83...

6.4AI score0.00241EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/02/20 6:27 p.m.22 views

CVE-2023-52435 net: prevent mss overflow in skb_segment()

In the Linux kernel, the following vulnerability has been resolved: net: prevent mss overflow in skbsegment Once again syzbot is able to crash the kernel in skbsegment 1 GSOBYFRAGS is a forbidden value, but unfortunately the following computation in skbsegment can reach it quite easily : mss = ms...

6.8AI score0.00231EPSS
Exploits0References7
OSV
OSV
added 2024/02/13 6:15 p.m.1 views

CVE-2024-21304

Trusted Compute Base Elevation of Privilege Vulnerability...

4.1CVSS7.3AI score0.00482EPSS
Exploits0References1
NVD
NVD
added 2024/02/13 6:15 p.m.20 views

CVE-2024-21304

Trusted Compute Base Elevation of Privilege Vulnerability...

4.1CVSS6.2AI score0.00482EPSS
Exploits0References1
Prion
Prion
added 2024/02/13 6:15 p.m.20 views

Privilege escalation

Trusted Compute Base Elevation of Privilege Vulnerability...

0.8CVSS7AI score0.00482EPSS
Exploits0References1Affected Software8
Vulnrichment
Vulnrichment
added 2024/02/13 6:2 p.m.6 views

CVE-2024-21304 Trusted Compute Base Elevation of Privilege Vulnerability

...

4.1CVSS7.2AI score0.00482EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/02/13 6:2 p.m.24 views

CVE-2024-21304 Trusted Compute Base Elevation of Privilege Vulnerability

...

4.1CVSS6.5AI score0.00482EPSS
Exploits0References1
CVE
CVE
added 2024/02/13 6:2 p.m.215 views

CVE-2024-21304

Technical details about CVE-2024-21304 are not provided in the supplied documents. Monitor for updates as new public information becomes available.

4.1CVSS5.3AI score0.00482EPSS
Exploits0References1Affected Software8
Microsoft CVE
Microsoft CVE
added 2024/02/13 8:0 a.m.29 views

Trusted Compute Base Elevation of Privilege Vulnerability

...

4.1CVSS7.3AI score0.00482EPSS
Exploits0
Rows per page
Query Builder