Lucene search
+L

13954 matches found

Prion
Prion
added 2024/02/27 7:04 p.m.31 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix stack OOB read while fragmenting IPv4 packets running openvswitch on kernels built with KASAN, it's possible to see the following splat while testing fragmentation of IPv4 packets: BUG: KASAN: stack-out-of-bounds...

7AI score0.0074EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/02/27 7:04 p.m.20 views

CVE-2021-46963

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix crash in qla2xxxmqueuecommand RIP: 0010:kmemcachefree+0xfa/0x1b0 Call Trace: qla2xxxmqueuecommand+0x2b5/0x2c0 qla2xxx scsiqueuerq+0x5e2/0xa40 blkmqtryissuedirectly+0x128/0x1d0 blkmqrequestissuedirectly+0x4e/0xb...

7.8CVSS6.3AI score0.00246EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/02/27 6:47 p.m.26 views

CVE-2021-46972 ovl: fix leaked dentry

In the Linux kernel, the following vulnerability has been resolved: ovl: fix leaked dentry Since commit 6815f479ca90 "ovl: use only uppermetacopy state in ovllookup", overlayfs doesn't put temporary dentry when there is a metacopy error, which leads to dentry leaks when shutting down the related...

7.1AI score0.00249EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/27 6:46 p.m.14 views

CVE-2021-46960 cifs: Return correct error code from smb2_get_enc_key

In the Linux kernel, the following vulnerability has been resolved: cifs: Return correct error code from smb2getenckey Avoid a warning if the error percolates back up: 440700.376476 CIFS VFS: \otters.example.com cryptmessage: Could not get encryption key 440700.386947 ------------ cut here...

7.5CVSS6.9AI score0.00633EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/02/27 6:46 p.m.25 views

CVE-2021-46955 openvswitch: fix stack OOB read while fragmenting IPv4 packets

In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix stack OOB read while fragmenting IPv4 packets running openvswitch on kernels built with KASAN, it's possible to see the following splat while testing fragmentation of IPv4 packets: BUG: KASAN: stack-out-of-bounds...

8.2CVSS7AI score0.0074EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/02/27 6:40 p.m.17 views

CVE-2021-46949 sfc: farch: fix TX queue lookup in TX flush done handling

In the Linux kernel, the following vulnerability has been resolved: sfc: farch: fix TX queue lookup in TX flush done handling We're starting from a TXQ instance number 'qid', not a TXQ type, so efxgettxqueue is inappropriate and could return NULL, leading to panics...

6.7AI score0.00222EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/27 6:40 p.m.24 views

CVE-2021-46948 sfc: farch: fix TX queue lookup in TX event handling

In the Linux kernel, the following vulnerability has been resolved: sfc: farch: fix TX queue lookup in TX event handling We're starting from a TXQ label, not a TXQ type, so efxchannelgettxqueue is inappropriate and could return NULL, leading to panics...

7.5CVSS6.7AI score0.00591EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/27 6:40 p.m.65 views

CVE-2021-46943

In the Linux kernel, the following vulnerability has been resolved: media: staging/intel-ipu3: Fix setfmt error handling If there in an error during a setfmt, do not overwrite the previous sizes with the invalid config. Without this patch, v4l2-compliance ends up allocating 4GiB of RAM and causin...

7.8CVSS7AI score0.00234EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/02/27 3:44 p.m.113 views

CVE-2024-26144

Rails is a web-application framework. Starting with version 5.2.0, there is a possible sensitive session information leak in Active Storage. By default, Active Storage sends a Set-Cookie header along with the user's session cookie when serving blobs. It also sets Cache-Control to public. Certain...

5.3CVSS5.1AI score0.01129EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/27 3:33 p.m.24 views

CVE-2024-26143 Rails Possible XSS Vulnerability in Action Controller

Rails is a web-application framework. There is a possible XSS vulnerability when using the translation helpers in Action Controller. Applications using translation methods like translate, or t on a controller, with a key ending in "html", a :default key which contains untrusted user input, and th...

6.1CVSS5.9AI score0.01034EPSS
SaveExploits1References6
OSV
OSV
added 2024/02/27 10:15 a.m.13 views

CVE-2021-46926

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: intel-sdw-acpi: harden detection of controller The existing code currently sets a pointer to an ACPI handle before checking that it's actually a SoundWire controller. This can lead to issues where the graph walk...

5.5CVSS7.3AI score
SaveExploits0References2
OSV
OSV
added 2024/02/27 10:15 a.m.14 views

CVE-2021-46935

In the Linux kernel, the following vulnerability has been resolved: binder: fix asyncfreespace accounting for empty parcels In 4.13, commit 74310e06be4d "android: binder: Move buffer out of area shared with user space" fixed a kernel structure visibility issue. As part of that patch, sizeofvoid w...

5.5CVSS6.7AI score
SaveExploits0References6
OSV
OSV
added 2024/02/27 10:15 a.m.9 views

CVE-2021-46925

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix kernel panic caused by race of smcsock A crash occurs when smccdctxhandler tries to access smcsock but smcrelease has already freed it. 4570.695099 BUG: unable to handle page fault for address: 000000002eae9e88...

4.7CVSS7.3AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/02/27 10:15 a.m.39 views

CVE-2021-46925

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix kernel panic caused by race of smcsock A crash occurs when smccdctxhandler tries to access smcsock but smcrelease has already freed it. 4570.695099 BUG: unable to handle page fault for address: 000000002eae9e88...

7.8CVSS6.2AI score0.00183EPSS
SaveExploits0References5
Prion
Prion
added 2024/02/27 10:15 a.m.25 views

Stack overflow

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Wrap the tx reporter dump callback to extract the sq Function mlx5etxreporterdumpsq casts its void argument to struct mlx5etxqsq , but in TX-timeout-recovery flow the argument is actually of type struct mlx5etxtimeoutc...

7.2AI score0.00245EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/02/27 9:44 a.m.57 views

CVE-2021-46935

In the Linux kernel, the following vulnerability has been resolved: binder: fix asyncfreespace accounting for empty parcels In 4.13, commit 74310e06be4d "android: binder: Move buffer out of area shared with user space" fixed a kernel structure visibility issue. As part of that patch, sizeofvoid w...

5.5CVSS4.7AI score0.00229EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/27 9:44 a.m.22 views

CVE-2021-46935 binder: fix async_free_space accounting for empty parcels

In the Linux kernel, the following vulnerability has been resolved: binder: fix asyncfreespace accounting for empty parcels In 4.13, commit 74310e06be4d "android: binder: Move buffer out of area shared with user space" fixed a kernel structure visibility issue. As part of that patch, sizeofvoid w...

6.8AI score0.00229EPSS
SaveExploits0References6
CVE
CVE
added 2024/02/27 9:43 a.m.491 views

CVE-2021-46924

CVE-2021-46924 affects the Linux kernel NFC driver st21nfca. The issue is a memory leak caused by phy->pending_skb being allocated during device probe but not freed on error or remove paths. The connected Astra Linux bulletin and referenced kernel commits confirm the root cause and the remedia...

5.5CVSS6.1AI score0.00226EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2024/02/27 7:15 a.m.38 views

CVE-2021-46916

In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix NULL pointer dereference in ethtool loopback test The ixgbe driver currently generates a NULL pointer dereference when performing the ethtool loopback test. This is due to the fact that there isn't a qvector associated...

5.5CVSS5.4AI score0.00193EPSS
SaveExploits0References2
OSV
OSV
added 2024/02/27 7:15 a.m.13 views

CVE-2021-46917

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq cleanup of WQCFG registers A pre-release silicon erratum workaround where wq reset does not clear WQCFG registers was leaked into upstream code. Use wq reset command instead of blasting the MMIO region. Th...

5.5CVSS7.5AI score
SaveExploits0References3
Rows per page
Query Builder