Lucene search
+L

9585 matches found

OSV
OSV
added 2025/12/24 1:06 p.m.12 views

CVE-2022-50771 rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()

In the Linux kernel, the following vulnerability has been resolved: rcu: Fix thiscpuread lockdep warning in rcuforcequiescentstate Running rcutorture with non-zero fqsduration module parameter in a kernel built with CONFIGPREEMPTION=y results in the following splat: BUG: using thiscpuread in...

6.6AI score
SaveExploits0References9
CVE
CVE
added 2025/12/24 1:05 p.m.28 views

CVE-2022-50757

CVE-2022-50757 affects the Linux kernel media/camss stack. The issue arises when streaming fails to start (e.g., media_pipeline_start() returns EPIPE); buffers that were received were not properly returned. The documented fix is to correct the error path in camss’ video_start_streaming() so that ...

7.8CVSS5.9AI score0.00179EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:05 p.m.10 views

CVE-2022-50757 media: camss: Clean up received buffers on failed start of streaming

In the Linux kernel, the following vulnerability has been resolved: media: camss: Clean up received buffers on failed start of streaming It is required to return the received buffers, if streaming can not be started. For instance mediapipelinestart may fail with EPIPE, if a link validation betwee...

7.8CVSS6.2AI score
SaveExploits0References11
EUVD
EUVD
added 2025/12/24 12:30 p.m.5 views

EUVD-2025-205091

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb-transportheader is set in bpfskbcheckmtu The bpfskbcheckmtu helper needs to use skb-transportheader when the BPFMTUCHKSEGS flag is used: bpfskbcheckmtuskb, ifindex, &mtulen, 0, BPFMTUCHKSEGS The transportheader is...

5.9AI score0.00184EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/24 12:23 p.m.41 views

CVE-2023-54071 wifi: rtw88: use work to update rate to avoid RCU warning

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: use work to update rate to avoid RCU warning The ieee80211ops::starcupdate must be atomic, because ieee80211chanbwchange holds rcuread lock while calling drvstarcupdate, so create a work to do original things...

8.8CVSS0.00237EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 12:23 p.m.9 views

CVE-2023-54071 wifi: rtw88: use work to update rate to avoid RCU warning

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: use work to update rate to avoid RCU warning The ieee80211ops::starcupdate must be atomic, because ieee80211chanbwchange holds rcuread lock while calling drvstarcupdate, so create a work to do original things...

8.8CVSS6.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.30 views

CVE-2022-50730 ext4: silence the warning when evicting inode with dioread_nolock

In the Linux kernel, the following vulnerability has been resolved: ext4: silence the warning when evicting inode with dioreadnolock When evicting an inode with default dioreadnolock, it could be raced by the unwritten extents converting kworker after writeback some new allocated dirty blocks. It...

0.00218EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/24 12:22 p.m.28 views

CVE-2022-50730

CVE-2022-50730 affects the Linux kernel's ext4 eviction path: when evicting inodes with dioread_nolock, a corner case warning (WARN_ON_ONCE) could be triggered due to i_io_list handling, potentially following unwritten extents conversions. The issue does not describe a use-after-free vulnerabilit...

6.1AI score0.00218EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 12:22 p.m.6 views

CVE-2022-50730 ext4: silence the warning when evicting inode with dioread_nolock

In the Linux kernel, the following vulnerability has been resolved: ext4: silence the warning when evicting inode with dioreadnolock When evicting an inode with default dioreadnolock, it could be raced by the unwritten extents converting kworker after writeback some new allocated dirty blocks. It...

6.4AI score
SaveExploits0References8
OSV
OSV
added 2025/12/24 12:22 p.m.19 views

CVE-2022-50728 s390/lcs: Fix return type of lcs_start_xmit()

In the Linux kernel, the following vulnerability has been resolved: s390/lcs: Fix return type of lcsstartxmit With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid ...

6.4AI score
SaveExploits0References12
OSV
OSV
added 2025/12/24 11:16 a.m.25 views

AZL-78413 CVE-2025-68725 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Do not let BPF test infra emit invalid GSO types to stack Yinhao et al. reported that their fuzzer tool was able to trigger a skbwarnbadoffload from netifskbfeatures - gsofeaturescheck. When a BPF program - triggered via BPF...

5.5CVSS5.8AI score0.00171EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 11:16 a.m.15 views

UBUNTU-CVE-2025-68725

In the Linux kernel, the following vulnerability has been resolved: bpf: Do not let BPF test infra emit invalid GSO types to stack Yinhao et al. reported that their fuzzer tool was able to trigger a skbwarnbadoffload from netifskbfeatures - gsofeaturescheck. When a BPF program - triggered via BPF...

5.5CVSS5.7AI score0.00171EPSS
SaveExploits0References32
OSV
OSV
added 2025/12/24 11:16 a.m.16 views

UBUNTU-CVE-2025-68366

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config unlock in nbdgenlconnect There is one use-after-free warning when running NBDCMDCONNECT and NBDCLEARSOCK: nbdgenlconnect nbdallocandinitconfig // configrefs=1 nbdstartdevice // configrefs=2 set NBDRTHASCONFIGREF...

5.7AI score0.00175EPSS
SaveExploits0References36
NVD
NVD
added 2025/12/24 11:15 a.m.15 views

CVE-2025-68363

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb-transportheader is set in bpfskbcheckmtu The bpfskbcheckmtu helper needs to use skb-transportheader when the BPFMTUCHKSEGS flag is used: bpfskbcheckmtuskb, ifindex, &mtulen, 0, BPFMTUCHKSEGS The transportheader is...

0.00184EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.6 views

CVE-2025-68363

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb-transportheader is set in bpfskbcheckmtu The bpfskbcheckmtu helper needs to use skb-transportheader when the BPFMTUCHKSEGS flag is used: bpfskbcheckmtuskb, ifindex, &mtulen, 0, BPFMTUCHKSEGS The transportheader is...

5.7AI score0.00184EPSS
SaveExploits0References25
OSV
OSV
added 2025/12/24 11:15 a.m.6 views

UBUNTU-CVE-2022-50706

In the Linux kernel, the following vulnerability has been resolved: net/ieee802154: don't warn zero-sized rawsendmsg syzbot is hitting skbassertlen warning at devqueuexmit 1, for PFIEEE802154 socket's zero-sized rawsendmsg request is hitting devqueuexmit with skb-len == 0. Since PFIEEE802154...

5.7AI score0.00184EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 11:15 a.m.15 views

UBUNTU-CVE-2025-68363

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb-transportheader is set in bpfskbcheckmtu The bpfskbcheckmtu helper needs to use skb-transportheader when the BPFMTUCHKSEGS flag is used: bpfskbcheckmtuskb, ifindex, &mtulen, 0, BPFMTUCHKSEGS The transportheader is...

5.9AI score0.00184EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.5 views

CVE-2023-53994

In the Linux kernel, the following vulnerability has been resolved: ionic: remove WARNON to prevent paniconwarn Remove unnecessary early code development check and the WARNON that it uses. The irq alloc and free paths have long been cleaned up and this check shouldn't have stuck around so long...

5.8AI score0.00192EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.9 views

CVE-2023-54008

In the Linux kernel, the following vulnerability has been resolved: virtiovdpa: build affinity masks conditionally We try to build affinity mask via createaffinitymasks unconditionally which may lead several issues: - the affinity mask is not used for parent without affinity support only VDUSE...

5.7AI score0.00177EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 10:55 a.m.30 views

CVE-2023-54008

CVE-2023-54008 affects the Linux kernel virtio_vdpa path where affinity masks are built unconditionally via create_affinity_masks(). The issue arises from potentially incorrect affinity handling when CPUs, groups, or devices (e.g., networking) exceed available CPUs, triggering a warning in group_...

5.9AI score0.00177EPSS
SaveExploits0References3
Rows per page
Query Builder