Lucene search
+L

8127 matches found

OSV
OSV
added 2024/03/27 1:50 p.m.6 views

CVE-2024-26651 sr9800: Add check for usbnet_get_endpoints

In the Linux kernel, the following vulnerability has been resolved: sr9800: Add check for usbnetgetendpoints Add check for usbnetgetendpoints and return the error if it fails in order to transfer the error...

6AI score
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2024/03/27 4:26 a.m.6 views

SUSE CVE-2021-47145

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON in linktofixupdir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 1 SMP NOPTI CPU: 1 PID: 7836 Comm: mount Not tainted 5.13.0-rc1+ 305...

5.5CVSS6.2AI score0.00271EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/03/27 4:26 a.m.8 views

SUSE CVE-2021-47143

In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcddevlist after failed deviceadd If the deviceadd for a smcddev fails, there's no cleanup step that rolls back the earlier listadd. The device subsequently gets freed, and we end up with a corrupted...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/03/27 4:26 a.m.7 views

SUSE CVE-2021-47159

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix a crash if -getssetcount fails If ds-ops-getssetcount fails then it "count" is a negative error code such as -EOPNOTSUPP. Because "i" is an unsigned int, the negative error code is type promoted to a very high value...

5.5CVSS6.3AI score0.00245EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/03/27 4:26 a.m.6 views

SUSE CVE-2021-47158

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: add error handling in sja1105setup If any of sja1105staticconfigload, sja1105clockingsetup or sja1105devlinksetup fails, we can't just return in the middle of sja1105setup or memory will leak. Add a cleanup pat...

5.5CVSS6.5AI score0.00231EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/03/27 12:00 a.m.18 views

PT-2024-2551 · Cisco · Cisco Ios Xe

Name of the Vulnerable Software and Affected Versions: Cisco IOS XE Software affected versions not specified Description: The issue is related to improper handling of error conditions in the Data Model Interface DMI services of Cisco IOS XE Software when a device administrator updates an IPv4...

5.8CVSS6.7AI score0.00451EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/03/27 12:00 a.m.31 views

CVE-2024-26652

In the Linux kernel, the following vulnerability has been resolved: net: pdscore: Fix possible double free in error handling path When auxiliarydeviceadd returns error and then calls auxiliarydeviceuninit, Callback function pdscauxbusdevrelease calls kfreepadev to free memory. We shouldn't call...

4.1CVSS6.3AI score0.00301EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/03/27 12:00 a.m.44 views

Rocky Linux 8 : nodejs:18 (RLSA-2024:1510)

The remote Rocky Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2024:1510 advisory. - On Linux, Node.js ignores certain environment variables if those may have been set by an unprivileged user while the process is running with elevated...

7.8CVSS7AI score0.03168EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/03/26 3:17 p.m.34 views

CVE-2024-26644 btrfs: don't abort filesystem when attempting to snapshot deleted subvolume

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't abort filesystem when attempting to snapshot deleted subvolume If the source file descriptor to the snapshot ioctl refers to a deleted subvolume, we get the following abort: BTRFS: Transaction aborted error -2 WARNIN...

7.5AI score0.0023EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/03/25 5:53 p.m.22 views

CVE-2021-47161

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspirequestdma' should be undone by a 'dspireleasedma' call in the error handling path of the probe function, as already done in the remove function...

4.4CVSS7.2AI score0.00226EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/25 5:53 p.m.25 views

CVE-2021-47158

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: add error handling in sja1105setup If any of sja1105staticconfigload, sja1105clockingsetup or sja1105devlinksetup fails, we can't just return in the middle of sja1105setup or memory will leak. Add a cleanup pat...

4.4CVSS7.2AI score0.00231EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/25 5:53 p.m.30 views

CVE-2021-47143

In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcddevlist after failed deviceadd If the deviceadd for a smcddev fails, there's no cleanup step that rolls back the earlier listadd. The device subsequently gets freed, and we end up with a corrupted...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/25 10:15 a.m.3 views

DEBIAN-CVE-2021-47159

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix a crash if -getssetcount fails If ds-ops-getssetcount fails then it "count" is a negative error code such as -EOPNOTSUPP. Because "i" is an unsigned int, the negative error code is type promoted to a very high value...

5.5CVSS5.7AI score0.00245EPSS
SaveExploits0References1
NVD
NVD
added 2024/03/25 10:15 a.m.20 views

CVE-2021-47161

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspirequestdma' should be undone by a 'dspireleasedma' call in the error handling path of the probe function, as already done in the remove function...

5.5CVSS7.3AI score0.00226EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/25 10:15 a.m.11 views

CVE-2021-47159

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix a crash if -getssetcount fails If ds-ops-getssetcount fails then it "count" is a negative error code such as -EOPNOTSUPP. Because "i" is an unsigned int, the negative error code is type promoted to a very high value...

5.5CVSS5.4AI score
SaveExploits0References5
OSV
OSV
added 2024/03/25 10:15 a.m.5 views

CVE-2021-47161

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspirequestdma' should be undone by a 'dspireleasedma' call in the error handling path of the probe function, as already done in the remove function...

5.5CVSS5.3AI score
SaveExploits0References6
OSV
OSV
added 2024/03/25 10:15 a.m.11 views

CVE-2021-47167

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix an Oopsable condition in nfspageioaddrequest Ensure that nfspageioerrorcleanup resets the mirror array contents, so that the structure reflects the fact that it is now empty. Also change the test in nfspageiodoaddrequest...

5.5CVSS5.3AI score
SaveExploits0References4
OSV
OSV
added 2024/03/25 10:15 a.m.11 views

CVE-2021-47158

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: add error handling in sja1105setup If any of sja1105staticconfigload, sja1105clockingsetup or sja1105devlinksetup fails, we can't just return in the middle of sja1105setup or memory will leak. Add a cleanup pat...

5.5CVSS5.4AI score
SaveExploits0References3
OSV
OSV
added 2024/03/25 10:15 a.m.8 views

UBUNTU-CVE-2021-47158

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: add error handling in sja1105setup If any of sja1105staticconfigload, sja1105clockingsetup or sja1105devlinksetup fails, we can't just return in the middle of sja1105setup or memory will leak. Add a cleanup pat...

7.8CVSS5.7AI score0.00231EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/25 10:15 a.m.6 views

UBUNTU-CVE-2021-47159

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix a crash if -getssetcount fails If ds-ops-getssetcount fails then it "count" is a negative error code such as -EOPNOTSUPP. Because "i" is an unsigned int, the negative error code is type promoted to a very high value...

7.8CVSS6.2AI score0.00245EPSS
SaveExploits0References7
Rows per page
Query Builder