Lucene search
+L

1646 matches found

UbuntuCve
UbuntuCve
added 2024/02/27 10:15 a.m.24 views

CVE-2021-46934

In the Linux kernel, the following vulnerability has been resolved: i2c: validate user data in compat ioctl Wrong user data may cause warning in i2ctransfer, ex: zero msgs. Userspace should not be able to trigger warnings, so this patch adds validation checks for user data in compact ioctl to...

3.3CVSS6.2AI score0.00233EPSS
SaveExploits0References7
Prion
Prion
added 2024/02/27 10:15 a.m.19 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: i2c: validate user data in compat ioctl Wrong user data may cause warning in i2ctransfer, ex: zero msgs. Userspace should not be able to trigger warnings, so this patch adds validation checks for user data in compact ioctl to...

7AI score0.00233EPSS
SaveExploits0References5
CVE
CVE
added 2024/02/27 9:44 a.m.504 views

CVE-2021-46934

CVE-2021-46934 affects the Linux kernel i2c subsystem, specifically the compat ioctl path. The issue was that wrong user data could cause warnings in i2c_transfer(); userspace might trigger warnings through the compat ioctl. The patch adds validation of user data in the compat ioctl to prevent re...

3.3CVSS5.3AI score0.00233EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/27 9:44 a.m.20 views

CVE-2021-46934 i2c: validate user data in compat ioctl

In the Linux kernel, the following vulnerability has been resolved: i2c: validate user data in compat ioctl Wrong user data may cause warning in i2ctransfer, ex: zero msgs. Userspace should not be able to trigger warnings, so this patch adds validation checks for user data in compact ioctl to...

6.6AI score0.00233EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/02/27 9:44 a.m.19 views

CVE-2021-46934 i2c: validate user data in compat ioctl

In the Linux kernel, the following vulnerability has been resolved: i2c: validate user data in compat ioctl Wrong user data may cause warning in i2ctransfer, ex: zero msgs. Userspace should not be able to trigger warnings, so this patch adds validation checks for user data in compact ioctl to...

5.6AI score0.00233EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/02/27 9:44 a.m.24 views

CVE-2021-46934

In the Linux kernel, the following vulnerability has been resolved: i2c: validate user data in compat ioctl Wrong user data may cause warning in i2ctransfer, ex: zero msgs. Userspace should not be able to trigger warnings, so this patch adds validation checks for user data in compact ioctl to...

3.3CVSS5.5AI score0.00233EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/02/27 12:0 a.m.1 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel, which stems from the fact that incorrect user data may cause a warning to appear in i2ctransfer...

3.3CVSS6.5AI score0.00233EPSS
SaveExploits0References6
NVD
NVD
added 2024/02/26 6:15 p.m.36 views

CVE-2019-25162

In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the putdevice down a bit to avoid the use after free. wsa: added comment to the code, added Fixes tag...

7.8CVSS7.2AI score0.00378EPSS
SaveExploits0References8
OSV
OSV
added 2024/02/26 6:15 p.m.6 views

CVE-2019-25162

In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the putdevice down a bit to avoid the use after free. wsa: added comment to the code, added Fixes tag...

7.8CVSS7.8AI score
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/02/26 6:15 p.m.43 views

CVE-2019-25162

In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the putdevice down a bit to avoid the use after free. wsa: added comment to the code, added Fixes tag...

7.8CVSS6.3AI score0.00378EPSS
SaveExploits0References11
OSV
OSV
added 2024/02/26 6:15 p.m.11 views

UBUNTU-CVE-2019-25162

In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the putdevice down a bit to avoid the use after free. wsa: added comment to the code, added Fixes tag...

7.8CVSS6.1AI score0.00378EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2024/02/26 5:20 p.m.29 views

CVE-2019-25162 i2c: Fix a potential use after free

In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the putdevice down a bit to avoid the use after free. wsa: added comment to the code, added Fixes tag...

7.2AI score0.00378EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/02/26 5:20 p.m.29 views

CVE-2019-25162

In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the putdevice down a bit to avoid the use after free. wsa: added comment to the code, added Fixes tag...

7.8CVSS7.2AI score0.00378EPSS
SaveExploits0
CVE
CVE
added 2024/02/26 5:20 p.m.1180 views

CVE-2019-25162

CVE-2019-25162: In the Linux kernel, an information-leak/UAF issue was fixed in the i2c subsystem. The patch fixes a potential use-after-free by ensuring the adap structure is freed only after it is no longer in use; specifically, put_device() is moved down to avoid freeing the adapter too early....

7.8CVSS7.4AI score0.00378EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/26 5:20 p.m.31 views

CVE-2019-25162 i2c: Fix a potential use after free

In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the putdevice down a bit to avoid the use after free. wsa: added comment to the code, added Fixes tag...

6.7AI score0.00378EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/02/23 2:6 p.m.51 views

CVE-2024-26593

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Fix block process call transactions According to the Intel datasheets, software must reset the block buffer index twice for block process call transactions: once before writing the outgoing data to the buffer, and once...

4.4CVSS7AI score0.00285EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/23 10:15 a.m.30 views

CVE-2024-26593

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Fix block process call transactions According to the Intel datasheets, software must reset the block buffer index twice for block process call transactions: once before writing the outgoing data to the buffer, and once...

7.1CVSS7.1AI score0.00285EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/02/23 10:15 a.m.31 views

CVE-2024-26593

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Fix block process call transactions According to the Intel datasheets, software must reset the block buffer index twice for block process call transactions: once before writing the outgoing data to the buffer, and once...

7.1CVSS6.3AI score0.00285EPSS
SaveExploits0References22
Prion
Prion
added 2024/02/23 10:15 a.m.23 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Fix block process call transactions According to the Intel datasheets, software must reset the block buffer index twice for block process call transactions: once before writing the outgoing data to the buffer, and once...

7.6AI score0.00285EPSS
SaveExploits0References7
OSV
OSV
added 2024/02/23 10:15 a.m.23 views

UBUNTU-CVE-2024-26593

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Fix block process call transactions According to the Intel datasheets, software must reset the block buffer index twice for block process call transactions: once before writing the outgoing data to the buffer, and once...

7.1CVSS6.2AI score0.00285EPSS
SaveExploits0References22
Rows per page
Query Builder