Lucene search
+L

8228 matches found

OSV
OSV
added 2024/02/28 9:15 a.m.6 views

UBUNTU-CVE-2021-47049

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Use after free in vmbusopen The "openinfo" variable is added to the &vmbusconnection.chnmsglist, but the error handling frees "openinfo" without removing it from the list. This will result in a use after free...

8.4CVSS6.2AI score0.00232EPSS
SaveExploits0References7
OSV
OSV
added 2024/02/28 9:15 a.m.13 views

UBUNTU-CVE-2020-36786

In the Linux kernel, the following vulnerability has been resolved: media: next staging: media: atomisp: fix memory leak of object flash In the case where the call to lm3554platformdatafunc returns an error there is a memory leak on the error return path of object flash. Fix this by adding an err...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.30 views

CVE-2021-47049 Drivers: hv: vmbus: Use after free in __vmbus_open()

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Use after free in vmbusopen The "openinfo" variable is added to the &vmbusconnection.chnmsglist, but the error handling frees "openinfo" without removing it from the list. This will result in a use after free...

8.4CVSS7.9AI score0.00232EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.12 views

CVE-2021-46998 ethernet:enic: Fix a use after free bug in enic_hard_start_xmit

In the Linux kernel, the following vulnerability has been resolved: ethernet:enic: Fix a use after free bug in enichardstartxmit In enichardstartxmit, it calls enicqueuewqskb. Inside enicqueuewqskb, if some error happens, the skb will be freed by devkfreeskbskb. But the freed skb is still used in...

7.8CVSS6.8AI score0.00242EPSS
SaveExploits0References6
CVE
CVE
added 2024/02/28 8:13 a.m.122 views

CVE-2021-46994

CVE-2021-46994 concerns the Linux kernel, specifically the can: mcp251x CAN driver. The vulnerability arises when resuming from suspend: since commit 8ce8c0abcba3, the driver queues work via priv->restart_work even if the interface was not previously enabled. This can lead to a NULL pointer de...

5.5CVSS6.4AI score0.00235EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.52 views

CVE-2021-46994

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix resume from sleep before interface was brought up Since 8ce8c0abcba3 the driver queues work via priv-restartwork when resuming after suspend, even when the interface was not previously enabled. This causes a nul...

5.5CVSS4.7AI score0.00235EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/02/28 8:04 a.m.26 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...

6CVSS6.7AI score0.00234EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/02/28 4:02 a.m.7 views

SUSE CVE-2021-46924

In the Linux kernel, the following vulnerability has been resolved: NFC: st21nfca: Fix memory leak in device probe and remove 'phy-pendingskb' is alloced when device probe, but forgot to free in the error handling path and remove path, this cause memory leak as follows: unreferenced object...

4.3CVSS5.8AI score0.00226EPSS
SaveExploits0References15
OSV
OSV
added 2024/02/27 7:04 p.m.8 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.8CVSS7.5AI score
SaveExploits0References5
OSV
OSV
added 2024/02/27 7:04 p.m.8 views

CVE-2021-46950

In the Linux kernel, the following vulnerability has been resolved: md/raid1: properly indicate failure when ending a failed write request This patch addresses a data corruption bug in raid1 arrays using bitmaps. Without this fix, the bitmap bits for the failed I/O end up being cleared. Since we...

7.8CVSS7.6AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:04 p.m.15 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.8CVSS6.5AI score0.00234EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2024/02/27 7:04 p.m.29 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.8CVSS7.6AI score0.00234EPSS
SaveExploits0References5
OSV
OSV
added 2024/02/27 7:04 p.m.4 views

DEBIAN-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.8CVSS6.1AI score0.00234EPSS
SaveExploits0References1
Prion
Prion
added 2024/02/27 7:04 p.m.24 views

Double free

In the Linux kernel, the following vulnerability has been resolved: dm rq: fix double free of blkmqtagset in dev remove after table load fails When loading a device-mapper table for a request-based mapped device, and the allocation/initialization of the blkmqtagset for the device fails, a followi...

6.8AI score0.00248EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/02/27 7:04 p.m.22 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.8CVSS6.5AI score0.00234EPSS
SaveExploits0References7
Prion
Prion
added 2024/02/27 7:04 p.m.33 views

Spoofing

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.3AI score0.00234EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/02/27 6:40 p.m.23 views

CVE-2021-46943 media: staging/intel-ipu3: Fix set_fmt error handling

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...

7AI score0.00234EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/02/27 6:40 p.m.40 views

CVE-2021-46943 media: staging/intel-ipu3: Fix set_fmt error handling

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.7AI score0.00234EPSS
SaveExploits0References5
CVE
CVE
added 2024/02/27 6:40 p.m.472 views

CVE-2021-46943

CVE-2021-46943 : Linux kernel vulnerability in media: staging/intel-ipu3 where a faulty set_fmt error handling could cause mis-updated sizes, enabling a local exploit path that, without the fix, could trigger excessive RAM use (up to 4 GiB) and an OOPS. The issue stems from overwriting previous v...

7.8CVSS7.5AI score0.00234EPSS
SaveExploits0References5Affected Software1
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
Rows per page
Query Builder