Lucene search
+L

20305 matches found

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

CVE-2021-47510

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix re-dirty process of tree-log nodes There is a report of a transaction abort of -EAGAIN with the following script. !/bin/sh for d in sda sdb; do mkfs.btrfs -d single -m single -f /dev/$d done mount /dev/sda /mnt/test...

5.5CVSS9.1AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 11:00 a.m.20 views

CVE-2021-47506

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix use-after-free due to delegation race A delegation break could arrive as soon as we've called vfssetlease. A delegation break runs a callback which immediately in nfsd4cbrecallprepare adds the delegation to delrecalllru...

5.5CVSS6.7AI score0.00783EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 10:33 a.m.41 views

CVE-2021-47546

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix memory leak in fib6rulesuppress The kernel leaks memory when a fib rule is present in IPv6 nftables firewall rules and a suppressprefix rule is present in the IPv6 routing rules used by certain tools such as wg-quick. I...

3.1CVSS6.7AI score0.00222EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 10:33 a.m.14 views

CVE-2021-47543

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority for the following reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

4.1CVSS6.5AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 10:32 a.m.25 views

CVE-2021-47541

In the Linux kernel, the following vulnerability has been resolved: net/mlx4en: Fix an use-after-free bug in mlx4entryallocresources In mlx4entryallocresources, mlx4encopypriv is called and tmp-txcq will be freed on the error path of mlx4encopypriv. After that mlx4enallocresources is called and...

4.4CVSS8.5AI score0.00295EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 10:32 a.m.26 views

CVE-2021-47539

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxrpcpeer leak in rxrpclookupbundle Need to call rxrpcputpeer for bundle candidate before kfree as it holds a ref to rxrpcpeer. DH: v2: Changed to abstract out the bundle freeing code into a function...

3.3CVSS6.7AI score0.00222EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 10:32 a.m.23 views

CVE-2021-47538

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxrpclocal leak in rxrpclookuppeer Need to call rxrpcputlocal for peer candidate before kfree as it holds a ref to rxrpclocal. DH: v2: Changed to abstract the peer freeing code out into a function...

3.3CVSS6.7AI score0.00235EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 10:32 a.m.23 views

CVE-2021-47535

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Allocate enough space for GMU registers In commit 142639a52a01 "drm/msm/a6xx: fix crashstate capture for A650" we changed a6xxgetgmuregisters to read 3 sets of registers. Unfortunately, we didn't change the memory...

5.1CVSS8.8AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 10:32 a.m.54 views

CVE-2021-47533

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: kms: Clear the HVS FIFO commit pointer once done Commit 9ec03d7f1ed3 "drm/vc4: kms: Wait on previous FIFO users before a commit" introduced a wait on the previous commit done on a given HVS FIFO. However, we never cleare...

4.5CVSS6.6AI score0.00216EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 10:32 a.m.26 views

CVE-2021-47534

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: kms: Add missing drmcrtccommitput Commit 9ec03d7f1ed3 "drm/vc4: kms: Wait on previous FIFO users before a commit" introduced a global state for the HVS, with each FIFO storing the current CRTC commit so that we can...

3.4CVSS6.5AI score0.00185EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 10:31 a.m.22 views

CVE-2021-47530

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix waitfence submitqueue leak We weren't dropping the submitqueue reference in all paths. In particular, when the fence has already been signalled. Split out a helper to simplify handling this in the various different...

5.5CVSS6.4AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 10:31 a.m.26 views

CVE-2021-47528

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: Fix a NULL pointer dereference in cdnspendpointinit In cdnspendpointinit, cdnspringalloc is assigned to pep-ring and there is a dereference of it in cdnspendpointinit, which could lead to a NULL pointer dereference on...

4.4CVSS6.6AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 10:31 a.m.20 views

CVE-2021-47526

In the Linux kernel, the following vulnerability has been resolved: serial: liteuart: Fix NULL pointer dereference in -remove drvdata has to be set in probe - otherwise platformgetdrvdata causes null pointer dereference BUG in remove. Mitigation Mitigation for this issue is either not available o...

5.5CVSS6.9AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 9:59 a.m.30 views

CVE-2021-47561

A vulnerability was found in the Linux kernel's i2c virtio driver, where timeout handling was improperly managed. If a timeout occurs, the device may continue to process buffers that the guest has already freed, leading to potential data corruption on the I2C bus. Mitigation Mitigation for this...

7.2CVSS6.4AI score0.00202EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 9:57 a.m.25 views

CVE-2021-47557

In the Linux kernel, the following vulnerability has been resolved: net/sched: schets: don't peek at classes beyond 'nbands' when the number of DRR classes decreases, the round-robin active list can contain elements that have already been freed in etsqdiscchange. As a consequence, it's possible t...

5.5CVSS8.6AI score0.00241EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 9:57 a.m.28 views

CVE-2021-47556

In the Linux kernel, the following vulnerability has been resolved: ethtool: ioctl: fix potential NULL deref in ethtoolsetcoalesce ethtoolsetcoalesce now uses both the .getcoalesce and .setcoalesce callbacks. But the check for their availability is buggy, so changing the coalesce settings on a...

4.7CVSS6.9AI score0.00183EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 9:56 a.m.24 views

CVE-2021-47551

In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again In SRIOV configuration, the reset may failed to bring asic back to normal but stop cpsch already been called, the startcpsch will not be called since the...

4.1CVSS7.3AI score0.00287EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 9:29 a.m.17 views

CVE-2024-33427

A flaw was found in Squid. A buffer over-read in the ConfigParser::UnQuote function in the src/ConfigParser.cc file can be triggered when a specially crafted configuration file is being parsed by Squid when it's initializing, causing an application crash. Mitigation Do not use untrusted Squid...

7AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/27 8:30 a.m.21 views

CVE-2021-47473

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix a memory leak in an error path of qla2x00processels Commit 8c0eb596baa5 "SCSI qla2xxx: Fix a memory leak in an error path of qla2x00processels", intended to change: bsgjob-request-msgcode == FCBSGHSTELSNOLOGIN...

4.4CVSS6.4AI score0.0021EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/27 8:30 a.m.25 views

CVE-2021-47471

In the Linux kernel, the following vulnerability has been resolved: drm: mxsfb: Fix NULL pointer dereference crash on unload The mxsfb-crtc.funcs may already be NULL when unloading the driver, in which case calling mxsfbirqdisable via drmirquninstall from mxsfbunload leads to NULL pointer...

5.5CVSS9.1AI score0.00207EPSS
SaveExploits0References4
Rows per page
Query Builder