Lucene search
+L

11989 matches found

RedhatCVE
RedhatCVE
added 2024/05/27 11:31 a.m.26 views

CVE-2021-47572

In the Linux kernel, the following vulnerability has been resolved: net: nexthop: fix null pointer dereference when IPv6 is not enabled When we try to add an IPv6 nexthop and IPv6 is not enabled !CONFIGIPV6 we'll hit a NULL pointer dereference1 in the error path of nhcreateipv6 due to calling...

4.4CVSS6.2AI score0.00207EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/24 3:09 p.m.3400 views

CVE-2021-47549

CVE-2021-47549 affects the Linux kernel via the sata_fsl driver. The documented issue is a use-after-free (UAF) in sata_fsl_port_stop triggered during rmmod sata_fsl.ko on PPC64 GNU/Linux, where after port_stop is invoked, an ioread32 on hcr_base leads to a kernel OOPS and potential memory access...

7.8CVSS6.6AI score0.00235EPSS
SaveExploits0References8Affected Software1
RedhatCVE
RedhatCVE
added 2024/05/23 11:05 a.m.31 views

CVE-2021-47448

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix possible stall on recvmsg recvmsg can enter an infinite loop if the caller provides the MSGWAITALL, the data present in the receive queue is not sufficient to fulfill the request, and no more data is received by the...

6.5CVSS6.6AI score0.00474EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2024/05/23 12:00 a.m.39 views

CentOS 8 : python3 (CESA-2024:3347)

The remote CentOS Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the CESA-2024:3347 advisory. - An issue was found in the CPython tempfile.TemporaryDirectory class affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior. The...

7.8CVSS6.9AI score0.00336EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2024/05/22 12:00 a.m.46 views

CentOS 8 : resource-agents (CESA-2024:2952)

The remote CentOS Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the CESA-2024:2952 advisory. - urllib3 is a user-friendly HTTP client library for Python. urllib3 previously wouldn't remove the HTTP request body when an HTTP redirect response...

5.9CVSS7AI score0.00618EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.30 views

CVE-2023-52772

In the Linux kernel, the following vulnerability has been resolved: afunix: fix use-after-free in unixstreamreadactor syzbot reported the following crash 1 After releasing unix socket lock, u-oobskb can be changed by another thread. We must temporarily increase skb refcount to make sure this othe...

7.8CVSS6.5AI score0.00241EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.16 views

CVE-2023-52822

...

6.9AI score
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 3:23 p.m.30 views

CVE-2023-52737 btrfs: lock the inode in shared mode before starting fiemap

In the Linux kernel, the following vulnerability has been resolved: btrfs: lock the inode in shared mode before starting fiemap Currently fiemap does not take the inode's lock VFS lock, it only locks a file range in the inode's io tree. This however can lead to a deadlock if we have a concurrent...

6.8AI score0.00212EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 3:15 p.m.24 views

CVE-2021-47428

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: fix program check interrupt emergency stack path Emergency stack path was jumping into a 3: label inside the GENCOMMONBODY macro for the normal path after it had finished, rather than jumping over it. By a small...

5.5CVSS6.2AI score
SaveExploits0References3
OSV
OSV
added 2024/05/21 3:15 p.m.24 views

CVE-2021-47379

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd KASAN reports a use-after-free report when doing fuzz test: 693354.104835 ================================================================== 693354.105094 BUG:...

7.8CVSS7.5AI score
SaveExploits0References4
OSV
OSV
added 2024/05/21 3:15 p.m.16 views

CVE-2021-47338

In the Linux kernel, the following vulnerability has been resolved: fbmem: Do not delete the mode that is still in use The execution of fbdeletevideomode is not based on the result of the previous fbconmodedeleted. As a result, the mode is directly deleted, regardless of whether it is still in us...

7.8CVSS6.2AI score
SaveExploits0References5
NVD
NVD
added 2024/05/21 3:15 p.m.23 views

CVE-2021-47337

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix bad pointer dereference when ehandler kthread is invalid Commit 66a834d09293 "scsi: core: Fix error handling of scsihostalloc" changed the allocation logic to call putdevice to perform host cleanup with the...

5.5CVSS6.5AI score0.0024EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/05/20 10:15 a.m.24 views

CVE-2024-35976

In the Linux kernel, the following vulnerability has been resolved: xsk: validate user input for XDPUMEM|COMPLETIONFILLRING syzbot reported an illegal copy in xsksetsockopt 1 Make sure to validate setsockopt @optlen parameter. 1 BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset...

7.1CVSS6.3AI score0.00257EPSS
SaveExploits0References26
Debian CVE
Debian CVE
added 2024/05/20 9:48 a.m.23 views

CVE-2024-36008

In the Linux kernel, the following vulnerability has been resolved: ipv4: check for NULL idev in iprouteusehint syzbot was able to trigger a NULL deref in fibvalidatesource in an old tree 1. It appears the bug exists in latest trees. All calls to indevgetrcu must be checked for a NULL result. 1...

5.5CVSS7.4AI score0.00214EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/19 10:10 a.m.33 views

CVE-2024-35927 drm: Check output polling initialized before disabling

In the Linux kernel, the following vulnerability has been resolved: drm: Check output polling initialized before disabling In drmkmshelperpolldisable check if output polling support is initialized before disabling polling. If not flag this as a warning. Additionally in drmmodeconfighelpersuspend...

6.2AI score0.0021EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/19 10:10 a.m.27 views

CVE-2024-35923

...

6.5AI score
SaveExploits0
OSV
OSV
added 2024/05/19 8:34 a.m.20 views

CVE-2024-35896 netfilter: validate user input for expected length

In the Linux kernel, the following vulnerability has been resolved: netfilter: validate user input for expected length I got multiple syzbot reports showing old bugs exposed by BPF after commit 20f2505fb436 "bpf: Try to avoid kzalloc in cgroup/s,getsockopt" setsockopt @optlen argument should be...

7.1CVSS5.9AI score
SaveExploits0References12
Cvelist
Cvelist
added 2024/05/17 12:01 p.m.27 views

CVE-2024-27420

...

6.5AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/05/15 5:17 p.m.17 views

goreleaser shows environment by default

Summary Since 4787 the log output is printed on the INFO level, while previously it was logged on DEBUG. This means if the go build output is non-empty, goreleaser leaks the environment. PoC Create a Go project with dependencies, do not pull them yet or run goreleaser later in a container, or...

7AI score
SaveExploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/05/15 12:00 a.m.26 views

Amazon Linux 2 : flatpak (ALAS-2024-2538)

The version of flatpak installed on the remote host is prior to 1.0.9-10. It is, therefore, affected by a vulnerability as referenced in the ALAS2-2024-2538 advisory. Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. in versions before 1.10.9,...

8.4CVSS8AI score0.00512EPSS
SaveExploits1References4
Rows per page
Query Builder