Lucene search
+L

6397 matches found

OSV
OSV
added 2024/02/27 7:04 p.m.22 views

UBUNTU-CVE-2021-46974

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix masking negation logic upon negative dst register The negation logic for the case where the offreg is sitting in the dst register is not correct given then we cannot just invert the add to a sub or vice versa. As a fix,...

7.1CVSS6.1AI score0.00247EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/02/27 5:39 p.m.35 views

CVE-2023-52473

is a security vulnerability in the Linux kernel, specifically within the thermal management subsystem. This vulnerability is a NULL pointer dereference that occurs in the thermalzonedeviceregisterwithtrips function during the thermal zone registration error path. This issue can cause crashes and...

2.3CVSS5.9AI score0.00272EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/27 10:15 a.m.1 views

DEBIAN-CVE-2021-46928

In the Linux kernel, the following vulnerability has been resolved: parisc: Clear stale IIR value on instruction access rights trap When a trap 7 Instruction access rights occurs, this means the CPU couldn't execute an instruction due to missing execute permissions on the memory region. In this...

5.5CVSS5.3AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/27 10:15 a.m.8 views

CVE-2021-46928

In the Linux kernel, the following vulnerability has been resolved: parisc: Clear stale IIR value on instruction access rights trap When a trap 7 Instruction access rights occurs, this means the CPU couldn't execute an instruction due to missing execute permissions on the memory region. In this...

5.5CVSS4.6AI score
SaveExploits0References3
OSV
OSV
added 2024/02/27 10:15 a.m.14 views

UBUNTU-CVE-2021-46928

In the Linux kernel, the following vulnerability has been resolved: parisc: Clear stale IIR value on instruction access rights trap When a trap 7 Instruction access rights occurs, this means the CPU couldn't execute an instruction due to missing execute permissions on the memory region. In this...

5.5CVSS6AI score0.00225EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/02/27 4:06 a.m.10 views

SUSE CVE-2022-48626

In the Linux kernel, the following vulnerability has been resolved: moxart: fix potential use-after-free on remove path It was reported that the mmc host structure could be accessed after it was freed in moxartremove, so fix this by saving the base register of the device and using it instead of t...

5.3CVSS7.7AI score0.00313EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2024/02/27 3:56 a.m.17 views

SUSE CVE-2023-52462

In the Linux kernel, the following vulnerability has been resolved: bpf: fix check for attempt to corrupt spilled pointer When register is spilled onto a stack as a 1/2/4-byte register, we set slottypeBPFREGSIZE - 1 plus potentially few more below it, depending on actual spill size. So to check i...

4.4CVSS6.3AI score0.00226EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/02/27 12:00 a.m.9 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 that stems from a wq reset that does not clear the WQCFG register...

5.5CVSS8.2AI score0.00225EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/02/27 12:00 a.m.9 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 that stems from incorrect negation logic for the case where offreg is located in the dst register...

5.5CVSS6AI score0.00247EPSS
SaveExploits0References8
OSV
OSV
added 2024/02/26 4:27 p.m.4 views

DEBIAN-CVE-2023-52467

In the Linux kernel, the following vulnerability has been resolved: mfd: syscon: Fix null pointer dereference in ofsysconregister kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

5.5CVSS5.3AI score0.00278EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/26 4:27 p.m.2 views

DEBIAN-CVE-2023-52468

In the Linux kernel, the following vulnerability has been resolved: class: fix use-after-free in classregister The lockclasskey is still registered and can be found in lockkeyshash hlist after subsysprivate is freed in error handler path.A task who iterate over the lockkeyshash later may cause...

7.8CVSS5.4AI score0.00275EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/26 4:27 p.m.5 views

DEBIAN-CVE-2022-48626

In the Linux kernel, the following vulnerability has been resolved: moxart: fix potential use-after-free on remove path It was reported that the mmc host structure could be accessed after it was freed in moxartremove, so fix this by saving the base register of the device and using it instead of t...

7.8CVSS5.7AI score0.00313EPSS
SaveExploits0References1
Prion
Prion
added 2024/02/26 4:27 p.m.34 views

Null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Fix NULL pointer dereference in zone registration error path If deviceregister in thermalzonedeviceregisterwithtrips returns an error, the tz variable is set to NULL and subsequently dereferenced in kfreetz-tzp...

7.1AI score0.00272EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/26 4:27 p.m.7 views

UBUNTU-CVE-2023-52473

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Fix NULL pointer dereference in zone registration error path If deviceregister in thermalzonedeviceregisterwithtrips returns an error, the tz variable is set to NULL and subsequently dereferenced in kfreetz-tzp...

5.5CVSS6.3AI score0.00272EPSS
SaveExploits0References11
OSV
OSV
added 2024/02/26 4:27 p.m.20 views

UBUNTU-CVE-2023-52467

In the Linux kernel, the following vulnerability has been resolved: mfd: syscon: Fix null pointer dereference in ofsysconregister kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

5.5CVSS6.1AI score0.00278EPSS
SaveExploits0References14
OSV
OSV
added 2024/02/26 4:27 p.m.9 views

UBUNTU-CVE-2023-52468

In the Linux kernel, the following vulnerability has been resolved: class: fix use-after-free in classregister The lockclasskey is still registered and can be found in lockkeyshash hlist after subsysprivate is freed in error handler path.A task who iterate over the lockkeyshash later may cause...

7.8CVSS6.2AI score0.00275EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2024/02/26 12:00 a.m.6 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 that stems from a NULL pointer dereference problem in ofsysconregister...

5.5CVSS6.5AI score0.00278EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/02/26 12:00 a.m.22 views

CVE-2023-52468

In the Linux kernel, the following vulnerability has been resolved: class: fix use-after-free in classregister The lockclasskey is still registered and can be found in lockkeyshash hlist after subsysprivate is freed in error handler path.A task who iterate over the lockkeyshash later may cause...

7.8CVSS6AI score0.00275EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2024/02/26 12:00 a.m.9 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 that stems from a post-release reuse vulnerability in classregister...

7.8CVSS8AI score0.00275EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/25 8:16 a.m.29 views

CVE-2023-52473

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Fix NULL pointer dereference in zone registration error path If deviceregister in thermalzonedeviceregisterwithtrips returns an error, the tz variable is set to NULL and subsequently dereferenced in kfreetz-tzp...

5.5CVSS6.4AI score0.00272EPSS
SaveExploits0
Rows per page
Query Builder