Lucene search
+L

569 matches found

Vulnrichment
Vulnrichment
added 2024/10/21 6:2 p.m.20 views

CVE-2024-49952 netfilter: nf_tables: prevent nf_skb_duplicated corruption

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: prevent nfskbduplicated corruption syzbot found that nfdupipv4 or nfdupipv6 could write per-cpu variable nfskbduplicated in an unsafe way 1. Disabling preemption as hinted by the splat is not enough, we have ...

6.9AI score0.00277EPSS
SaveExploits0References9
OSV
OSV
added 2024/10/21 6:2 p.m.15 views

CVE-2024-49952 netfilter: nf_tables: prevent nf_skb_duplicated corruption

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: prevent nfskbduplicated corruption syzbot found that nfdupipv4 or nfdupipv6 could write per-cpu variable nfskbduplicated in an unsafe way 1. Disabling preemption as hinted by the splat is not enough, we have ...

5.5CVSS6.1AI score0.00277EPSS
SaveExploits0References17
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.6 views

kernel: kyber: fix out of bounds access when preempted

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.8CVSS6.7AI score0.00256EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.8 views

kernel: scsi: qedf: Make qedf_execute_tmf() non-preemptible

A vulnerability was found in the Linux kernel's qedf driver function qedfexecutetmf, where the function call smpprocessorid is done from preemptible code before acquiring a lock which can result in BUGON when running an RT kernel. This can result in system inconsistencies...

5.5CVSS7.3AI score0.00253EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.4 views

kernel: kyber: fix out of bounds access when preempted

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.8CVSS6.7AI score0.00256EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/09/20 12:0 a.m.10 views

PT-2024-33969

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue arises from the function bpf ringbuf reserve being invoked from a tracepoint, which disables preemption. Using spinlock t in this context can lead to a "sleep in atomic"...

5.5CVSS5.4AI score0.0022EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/09/18 8:45 a.m.19 views

CVE-2024-46721

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix possible NULL pointer dereference profile-parent-dentsAAFSPROFDIR could be NULL only if its parent is made from createmissingancestors.. and 'ent-old' is NULL in aareplaceprofiles... In that case, it must return an...

5.5CVSS6.8AI score0.00233EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/09/14 2:50 a.m.5 views

SUSE CVE-2024-46699

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable preemption while updating GPU stats We forgot to disable preemption around the writeseqcountbegin/end pair while updating GPU stats: WARNING: CPU: 2 PID: 12 at include/linux/seqlock.h:221...

5.5CVSS8.5AI score0.00212EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/09/13 10:11 a.m.15 views

CVE-2024-46699

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable preemption while updating GPU stats We forgot to disable preemption around the writeseqcountbegin/end pair while updating GPU stats: WARNING: CPU: 2 PID: 12 at include/linux/seqlock.h:221...

7.8CVSS7.2AI score0.00212EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/13 6:15 a.m.29 views

CVE-2024-46699

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable preemption while updating GPU stats We forgot to disable preemption around the writeseqcountbegin/end pair while updating GPU stats: WARNING: CPU: 2 PID: 12 at include/linux/seqlock.h:221...

7.8CVSS0.00212EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/13 6:15 a.m.4 views

DEBIAN-CVE-2024-46699

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable preemption while updating GPU stats We forgot to disable preemption around the writeseqcountbegin/end pair while updating GPU stats: WARNING: CPU: 2 PID: 12 at include/linux/seqlock.h:221...

7.8CVSS6.3AI score0.00212EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/13 6:15 a.m.8 views

UBUNTU-CVE-2024-46699

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable preemption while updating GPU stats We forgot to disable preemption around the writeseqcountbegin/end pair while updating GPU stats: WARNING: CPU: 2 PID: 12 at include/linux/seqlock.h:221...

7.8CVSS6.6AI score0.00212EPSS
SaveExploits0References5
CVE
CVE
added 2024/09/13 5:29 a.m.68 views

CVE-2024-46699

CVE-2024-46699: In the Linux kernel, drm/v3d preemption was not disabled around the write_seqcount_begin/end() used to update GPU stats, risking seqcount/RCU race conditions. Root cause: missing __seqprop_assert around the update path in v3d stats code leading to potential data corruption under p...

7.8CVSS7.4AI score0.00212EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/09/13 5:29 a.m.46 views

CVE-2024-46699

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable preemption while updating GPU stats We forgot to disable preemption around the writeseqcountbegin/end pair while updating GPU stats: WARNING: CPU: 2 PID: 12 at include/linux/seqlock.h:221...

7.8CVSS6.3AI score0.00212EPSS
SaveExploits0
OSV
OSV
added 2024/09/13 5:29 a.m.24 views

CVE-2024-46699 drm/v3d: Disable preemption while updating GPU stats

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable preemption while updating GPU stats We forgot to disable preemption around the writeseqcountbegin/end pair while updating GPU stats: WARNING: CPU: 2 PID: 12 at include/linux/seqlock.h:221...

7.8CVSS7.1AI score0.00212EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/04 7:15 p.m.12 views

UBUNTU-CVE-2024-44968

In the Linux kernel, the following vulnerability has been resolved: tick/broadcast: Move per CPU pointer access into the atomic section The recent fix for making the take over of the broadcast timer more reliable retrieves a per CPU pointer in preemptible context. This went unnoticed as compilers...

5.5CVSS6.1AI score0.00221EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/08/26 10:10 a.m.18 views

CVE-2024-43890 tracing: Fix overflow in get_free_elt()

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix overflow in getfreeelt "tracingmap-nextelt" in getfreeelt is at risk of overflowing. Once it overflows, new elements can still be inserted into the tracingmap even though the maximum number of elements maxelts has be...

7.3AI score0.00255EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/08/26 10:10 a.m.22 views

CVE-2024-43890 tracing: Fix overflow in get_free_elt()

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix overflow in getfreeelt "tracingmap-nextelt" in getfreeelt is at risk of overflowing. Once it overflows, new elements can still be inserted into the tracingmap even though the maximum number of elements maxelts has be...

0.00255EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/08/21 12:6 a.m.19 views

CVE-2024-43874 crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix null pointer dereference in sevsnpshutdownlocked Fix a null pointer dereference induced by DEBUGTESTDRIVERREMOVE. Return from sevsnpshutdownlocked if the pspdevice or the sevdevice structs are not initialized...

6.6AI score0.0018EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.5 views

kernel: i2c: core: Run atomic i2c xfer when !preemptible

In the Linux kernel, the following vulnerability has been resolved: i2c: core: Run atomic i2c xfer when !preemptible Since bae1d3a05a8b, i2c transfers are non-atomic if preemption is disabled. However, non-atomic i2c transfers require preemption e.g. in waitforcompletion while waiting for the DMA...

5.5CVSS6.8AI score0.0024EPSS
SaveExploits0References5
Rows per page
Query Builder