Lucene search
+L

568 matches found

RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.5 views

kernel: bpf: Disable preemption in bpf_perf_event_output

A flaw was found in the Linux kernel's BPF subsystem. The bpfperfeventoutput function relies on disabled preemption for nesting protection, but when called from uprobes context via bpfprogrunarraysleepable, preemption remains enabled. This allows task preemption during protected sections, leading...

6AI score0.00166EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/28 12:59 p.m.24 views

CVE-2022-48634 drm/gma500: Fix BUG: sleeping function called from invalid context errors

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix BUG: sleeping function called from invalid context errors gmacrtcpageflip was holding the eventlock spinlock while calling crtcfuncs-modesetbase which takes wwmutex. The only reason to hold eventlock is to clear...

6.8AI score0.00167EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/19 11:7 a.m.10 views

OESA-2024-1484 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: i2c: img-scb: fix reference leak when pmruntimegetsync fails The PM reference count is not expected to be incremented on return in functions imgi2cxfer and...

7.8CVSS8.3AI score0.00309EPSS
SaveExploits1References47
Vulnrichment
Vulnrichment
added 2024/04/10 6:56 p.m.20 views

CVE-2021-47185 tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc

In the Linux kernel, the following vulnerability has been resolved: tty: ttybuffer: Fix the softlockup issue in flushtoldisc When running ltp testcaseltp/testcases/kernel/pty/pty04.c with arm64, there is a soft lockup, which look like this one: Workqueue: eventsunbound flushtoldisc Call trace:...

6.7AI score0.00178EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/03/02 5:20 a.m.5 views

SUSE CVE-2023-52483

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups mctproutelookup and mctproutelookupnull traverse the net's route list without the RCU read lock held. This means the route lookup is subject to...

7CVSS6.7AI score0.00231EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2024/03/01 4:8 a.m.5 views

SUSE CVE-2021-46977

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Disable preemption when probing user return MSRs Disable preemption when probing a user return MSR via RDSMR/WRMSR. If the MSR holds a different value per logical CPU, the WRMSR could corrupt the host's value if KVM is...

5.5CVSS7.8AI score0.00232EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/03/01 4:8 a.m.11 views

SUSE CVE-2021-46984

In the Linux kernel, the following vulnerability has been resolved: kyber: fix out of bounds access when preempted blkmqschedbiomerge gets the ctx and hctx for the current CPU and passes the hctx to -biomerge. kyberbiomerge then gets the ctx for the current CPU again and uses that to get the...

5.5CVSS7.7AI score0.00256EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/02/29 11:37 a.m.40 views

CVE-2023-52483

A use-after-free vulnerability was found in the Linux kernel, which affects the mctp component and is caused by route lookups that traverse the net's route list without the RCU read lock held. This issue can result in a use-after-free situation where the kfree function is called on a route pointe...

7.8CVSS8.8AI score0.00231EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/02/29 9:2 a.m.28 views

CVE-2021-46977

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Disable preemption when probing user return MSRs Disable preemption when probing a user return MSR via RDSMR/WRMSR. If the MSR holds a different value per logical CPU, the WRMSR could corrupt the host's value if KVM is...

5.5CVSS6.5AI score0.00232EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/29 6:15 a.m.4 views

DEBIAN-CVE-2023-52483

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups mctproutelookup and mctproutelookupnull traverse the net's route list without the RCU read lock held. This means the route lookup is subject to...

7.8CVSS5.8AI score0.00231EPSS
SaveExploits0References1
Prion
Prion
added 2024/02/29 6:15 a.m.31 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups mctproutelookup and mctproutelookupnull traverse the net's route list without the RCU read lock held. This means the route lookup is subject to...

6.6AI score0.00231EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/29 6:15 a.m.23 views

CVE-2023-52483

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups mctproutelookup and mctproutelookupnull traverse the net's route list without the RCU read lock held. This means the route lookup is subject to...

7.8CVSS6.3AI score0.00231EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/29 6:15 a.m.5 views

UBUNTU-CVE-2023-52483

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups mctproutelookup and mctproutelookupnull traverse the net's route list without the RCU read lock held. This means the route lookup is subject to...

7.8CVSS5.9AI score0.00231EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/02/29 5:43 a.m.39 views

CVE-2023-52483 mctp: perform route lookups under a RCU read-side lock

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups mctproutelookup and mctproutelookupnull traverse the net's route list without the RCU read lock held. This means the route lookup is subject to...

6.6AI score0.00231EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/29 5:43 a.m.52 views

CVE-2023-52483

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups mctproutelookup and mctproutelookupnull traverse the net's route list without the RCU read lock held. This means the route lookup is subject to...

7.8CVSS6.7AI score0.00231EPSS
SaveExploits0
OSV
OSV
added 2024/02/29 5:43 a.m.14 views

CVE-2023-52483 mctp: perform route lookups under a RCU read-side lock

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups mctproutelookup and mctproutelookupnull traverse the net's route list without the RCU read lock held. This means the route lookup is subject to...

7.8CVSS6AI score0.00231EPSS
SaveExploits0References7
OSV
OSV
added 2024/02/28 9:15 a.m.2 views

DEBIAN-CVE-2021-46984

In the Linux kernel, the following vulnerability has been resolved: kyber: fix out of bounds access when preempted blkmqschedbiomerge gets the ctx and hctx for the current CPU and passes the hctx to -biomerge. kyberbiomerge then gets the ctx for the current CPU again and uses that to get the...

7.8CVSS5.8AI score0.00256EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/28 9:15 a.m.3 views

DEBIAN-CVE-2021-46977

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Disable preemption when probing user return MSRs Disable preemption when probing a user return MSR via RDSMR/WRMSR. If the MSR holds a different value per logical CPU, the WRMSR could corrupt the host's value if KVM is...

5.5CVSS5.8AI score0.00232EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/28 9:15 a.m.6 views

CVE-2021-46977

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Disable preemption when probing user return MSRs Disable preemption when probing a user return MSR via RDSMR/WRMSR. If the MSR holds a different value per logical CPU, the WRMSR could corrupt the host's value if KVM is...

5.5CVSS6.7AI score
SaveExploits0References4
NVD
NVD
added 2024/02/28 9:15 a.m.21 views

CVE-2021-46977

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Disable preemption when probing user return MSRs Disable preemption when probing a user return MSR via RDSMR/WRMSR. If the MSR holds a different value per logical CPU, the WRMSR could corrupt the host's value if KVM is...

5.5CVSS8.4AI score0.00232EPSS
SaveExploits0References4
Rows per page
Query Builder