Lucene search
K

1588 matches found

Vulnrichment
Vulnrichment
added 2024/03/02 9:59 p.m.22 views

CVE-2023-52582 netfs: Only call folio_start_fscache() one time for each folio

In the Linux kernel, the following vulnerability has been resolved: netfs: Only call foliostartfscache one time for each folio If a network filesystem using netfs implements a clamplength function, it can set subrequest lengths smaller than a page size. When we loop through the folios in...

6.6AI score0.00015EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/03/02 9:59 p.m.24 views

CVE-2023-52567 serial: 8250_port: Check IRQ data before use

In the Linux kernel, the following vulnerability has been resolved: serial: 8250port: Check IRQ data before use In case the leaf driver wants to use IRQ polling irq = 0 and IIR register shows that an interrupt happened in the 8250 hardware the IRQ data can be NULL. In such a case we need to skip...

7.4AI score0.00007EPSS
Exploits0References8
Prion
Prion
added 2024/03/01 10:15 p.m.18 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-smbios-wmi: Fix oops on rmmod dellsmbios initdellsmbioswmi only registers the dellsmbioswmidriver on systems where the Dell WMI interface is supported. While exitdellsmbioswmi unregisters it unconditionally, th...

7.1AI score0.00016EPSS
Exploits0References5
OSV
OSV
added 2024/03/01 10:15 p.m.0 views

UBUNTU-CVE-2021-47073

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-smbios-wmi: Fix oops on rmmod dellsmbios initdellsmbioswmi only registers the dellsmbioswmidriver on systems where the Dell WMI interface is supported. While exitdellsmbioswmi unregisters it unconditionally, th...

5.5CVSS6.1AI score0.00016EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2024/03/01 9:15 p.m.20 views

CVE-2021-47073

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-smbios-wmi: Fix oops on rmmod dellsmbios initdellsmbioswmi only registers the dellsmbioswmidriver on systems where the Dell WMI interface is supported. While exitdellsmbioswmi unregisters it unconditionally, th...

5.5CVSS5.7AI score0.00016EPSS
Exploits0
Cvelist
Cvelist
added 2024/03/01 9:15 p.m.13 views

CVE-2021-47073 platform/x86: dell-smbios-wmi: Fix oops on rmmod dell_smbios

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-smbios-wmi: Fix oops on rmmod dellsmbios initdellsmbioswmi only registers the dellsmbioswmidriver on systems where the Dell WMI interface is supported. While exitdellsmbioswmi unregisters it unconditionally, th...

7.5AI score0.00016EPSS
Exploits0References5
CVE
CVE
added 2024/03/01 9:15 p.m.150 views

CVE-2021-47073

CVE-2021-47073 concerns a Linux kernel issue in platform/x86 dell-smbios-wmi where unregistering the driver occurred unconditionally, causing a kernel oops at module removal. The fix ensures unregister happens only under the same condition as registration (Dell WMI support). Affects the Dell WMI ...

5.5CVSS6.3AI score0.00016EPSS
Exploits0References5Affected Software1
SUSE CVE
SUSE CVE
added 2024/03/01 3:47 a.m.1 views

SUSE CVE-2023-52476

In the Linux kernel, the following vulnerability has been resolved: perf/x86/lbr: Filter vsyscall addresses We found that a panic can occur when a vsyscall is made while LBR sampling is active. If the vsyscall is interrupted NMI for perf sampling, this call sequence can occur most recent at top:...

4.7CVSS6.1AI score0.00015EPSS
Exploits0References21
Cvelist
Cvelist
added 2024/02/29 3:52 p.m.29 views

CVE-2024-26612 netfs, fscache: Prevent Oops in fscache_put_cache()

In the Linux kernel, the following vulnerability has been resolved: netfs, fscache: Prevent Oops in fscacheputcache This function dereferences "cache" and then checks if it's ISERRORNULL. Check first, then dereference...

7.5AI score0.00015EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/02/29 3:52 p.m.25 views

CVE-2024-26612 netfs, fscache: Prevent Oops in fscache_put_cache()

In the Linux kernel, the following vulnerability has been resolved: netfs, fscache: Prevent Oops in fscacheputcache This function dereferences "cache" and then checks if it's ISERRORNULL. Check first, then dereference...

6.8AI score0.00015EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2024/02/29 3:52 p.m.21 views

CVE-2024-26612

In the Linux kernel, the following vulnerability has been resolved: netfs, fscache: Prevent Oops in fscacheputcache This function dereferences "cache" and then checks if it's ISERRORNULL. Check first, then dereference...

5.5CVSS6.6AI score0.00015EPSS
Exploits0
OSV
OSV
added 2024/02/29 3:52 p.m.4 views

CVE-2024-26612 netfs, fscache: Prevent Oops in fscache_put_cache()

In the Linux kernel, the following vulnerability has been resolved: netfs, fscache: Prevent Oops in fscacheputcache This function dereferences "cache" and then checks if it's ISERRORNULL. Check first, then dereference...

5.5CVSS5.9AI score0.00015EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2024/02/29 9:19 a.m.22 views

CVE-2021-46995

In the Linux kernel, the following vulnerability has been resolved: can: mcp251xfd: mcp251xfdprobe: fix an error pointer dereference in probe When we converted this code to use deverrprobe we accidentally removed a return. It means that if devmclkget it will lead to an Oops when we call clkgetrat...

6CVSS6.6AI score0.00037EPSS
Exploits0References4
NVD
NVD
added 2024/02/29 6:15 a.m.13 views

CVE-2023-52476

In the Linux kernel, the following vulnerability has been resolved: perf/x86/lbr: Filter vsyscall addresses We found that a panic can occur when a vsyscall is made while LBR sampling is active. If the vsyscall is interrupted NMI for perf sampling, this call sequence can occur most recent at top:...

5.5CVSS7.2AI score0.00015EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/02/29 6:15 a.m.19 views

CVE-2023-52476

In the Linux kernel, the following vulnerability has been resolved: perf/x86/lbr: Filter vsyscall addresses We found that a panic can occur when a vsyscall is made while LBR sampling is active. If the vsyscall is interrupted NMI for perf sampling, this call sequence can occur most recent at top:...

5.5CVSS6.3AI score0.00015EPSS
Exploits0References2
OSV
OSV
added 2024/02/29 6:15 a.m.1 views

UBUNTU-CVE-2023-52476

In the Linux kernel, the following vulnerability has been resolved: perf/x86/lbr: Filter vsyscall addresses We found that a panic can occur when a vsyscall is made while LBR sampling is active. If the vsyscall is interrupted NMI for perf sampling, this call sequence can occur most recent at top:...

5.5CVSS6.1AI score0.00015EPSS
Exploits0References3
NVD
NVD
added 2024/02/28 9:15 a.m.13 views

CVE-2021-46995

In the Linux kernel, the following vulnerability has been resolved: can: mcp251xfd: mcp251xfdprobe: fix an error pointer dereference in probe When we converted this code to use deverrprobe we accidentally removed a return. It means that if devmclkget it will lead to an Oops when we call clkgetrat...

5.5CVSS6.5AI score0.00037EPSS
Exploits0References2
Prion
Prion
added 2024/02/28 9:15 a.m.25 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix port event handling on init For some reason there might be a crash during ports creation if port events are handling at the same time because fw may send initial port event with down state. The crash...

6.5AI score0.00077EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.34 views

CVE-2021-46995

In the Linux kernel, the following vulnerability has been resolved: can: mcp251xfd: mcp251xfdprobe: fix an error pointer dereference in probe When we converted this code to use deverrprobe we accidentally removed a return. It means that if devmclkget it will lead to an Oops when we call clkgetrat...

5.5CVSS6.1AI score0.00037EPSS
Exploits0References4
Prion
Prion
added 2024/02/28 9:15 a.m.28 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: can: mcp251xfd: mcp251xfdprobe: fix an error pointer dereference in probe When we converted this code to use deverrprobe we accidentally removed a return. It means that if devmclkget it will lead to an Oops when we call clkgetrat...

6.8AI score0.00037EPSS
Exploits0References2
Rows per page
Query Builder