Lucene search
+L

8078 matches found

NVD
NVD
added 2025/12/24 1:16 p.m.12 views

CVE-2023-54149

In the Linux kernel, the following vulnerability has been resolved: net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses When using the felix driver the only one which supports UC filtering and MC filtering as a DSA master for a random other DSA switch, one can see the followi...

7.5CVSS0.00244EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/24 1:16 p.m.23 views

CVE-2023-54092

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pv: fix index value of replaced ASCE The index field of the struct page corresponding to a guest ASCE should be 0. When replacing the ASCE in s390replaceasce, the index of the new ASCE should also be set to 0. Having t...

8.8CVSS0.00204EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.12 views

CVE-2023-54061

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.7AI score0.00018EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/24 1:16 p.m.16 views

UBUNTU-CVE-2023-54146

In the Linux kernel, the following vulnerability has been resolved: x86/kexec: Fix double-free of elf header buffer After b3e34a47f989 "x86/kexec: fix memory leak of elf header buffer", freeing image-elfheaders in the error path of crashloadsegments is not needed because kimagefilepostloadcleanup...

5.8AI score0.00195EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:16 p.m.17 views

UBUNTU-CVE-2023-54117

In the Linux kernel, the following vulnerability has been resolved: s390/dcssblk: fix kernel crash with listadd corruption Commit fb08a1908cb1 "dax: simplify the daxdevice gendisk association" introduced new logic for gendisk association, requiring drivers to explicitly call daxaddhost and...

5.7AI score0.00204EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:15 p.m.11 views

UBUNTU-CVE-2022-50719

In the Linux kernel, the following vulnerability has been resolved: ALSA: line6: fix stack overflow in line6miditransmit Correctly calculate available space including the size of the chunk buffer. This fixes a buffer overflow when multiple MIDI sysex messages are sent to a PODxt device...

8.5CVSS6AI score0.00221EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/24 1:15 p.m.13 views

UBUNTU-CVE-2022-50728

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 ...

5.7AI score0.00278EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.48 views

CVE-2023-54092 KVM: s390: pv: fix index value of replaced ASCE

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pv: fix index value of replaced ASCE The index field of the struct page corresponding to a guest ASCE should be 0. When replacing the ASCE in s390replaceasce, the index of the new ASCE should also be set to 0. Having t...

8.8CVSS0.00204EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:06 p.m.11 views

CVE-2023-54084 ALSA: firewire-digi00x: prevent potential use after free

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-digi00x: prevent potential use after free This code was supposed to return an error code if initstream failed, but it instead freed dg00x-rxstream and returned success. This potentially leads to a use after free...

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

CVE-2023-54084

CVE-2023-54084 concerns the Linux kernel where ALSA: firewire-digi00x could suffer a use-after-free. The issue occurs when init_stream() fails: instead of returning an error, the code frees dg00x->rx_stream and returns success, potentially leading to a use-after-free. The Connected documents p...

6.3AI score0.00209EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 12:23 p.m.40 views

CVE-2023-54061

...

0.00018EPSS
SaveExploits0
OSV
OSV
added 2025/12/24 12:23 p.m.13 views

CVE-2023-54061 x86: fix clear_user_rep_good() exception handling annotation

In the Linux kernel, the following vulnerability has been resolved: x86: fix clearuserrepgood exception handling annotation This code no longer exists in mainline, because it was removed in commit d2c95f9d6802 "x86: don't use REPGOOD or ERMS for user memory clearing" upstream. However, rather tha...

6.5AI score
SaveExploits0References4
OSV
OSV
added 2025/12/24 12:09 p.m.8 views

CVE-2025-68740 ima: Handle error code returned by ima_filter_rule_match()

In the Linux kernel, the following vulnerability has been resolved: ima: Handle error code returned by imafilterrulematch In imamatchrules, if imafilterrulematch returns -ENOENT due to the rule being NULL, the function incorrectly skips the 'if !rc' check and sets 'result = true'. The LSM rule is...

6.6AI score
SaveExploits0References11
NVD
NVD
added 2025/12/24 11:15 a.m.10 views

CVE-2023-53986

In the Linux kernel, the following vulnerability has been resolved: mips: bmips: BCM6358: disable RAC flush for TP1 RAC flush causes kernel panics on BCM6358 with EHCI/OHCI when booting from TP1: 3.881739 usb 1-1: new high-speed USB device number 2 using ehci-platform 3.895011 Reserved instructio...

8.6CVSS0.00425EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.8 views

CVE-2025-68344

In the Linux kernel, the following vulnerability has been resolved: ALSA: wavefront: Fix integer overflow in sample size validation The wavefrontsendsample function has an integer overflow issue when validating sample size. The header-size field is u32 but gets cast to int for comparison with...

7AI score0.00208EPSS
SaveExploits0References35
OSV
OSV
added 2025/12/24 11:15 a.m.10 views

UBUNTU-CVE-2025-68346

In the Linux kernel, the following vulnerability has been resolved: ALSA: dice: fix buffer overflow in detectstreamformats The function detectstreamformats reads the streamcount value directly from a FireWire device without validating it. This can lead to out-of-bounds writes when a malicious...

6.1AI score0.00229EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.11 views

CVE-2023-53986

In the Linux kernel, the following vulnerability has been resolved: mips: bmips: BCM6358: disable RAC flush for TP1 RAC flush causes kernel panics on BCM6358 with EHCI/OHCI when booting from TP1: 3.881739 usb 1-1: new high-speed USB device number 2 using ehci-platform 3.895011 Reserved instructio...

8.6CVSS5.7AI score0.00425EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 11:15 a.m.11 views

UBUNTU-CVE-2023-53986

In the Linux kernel, the following vulnerability has been resolved: mips: bmips: BCM6358: disable RAC flush for TP1 RAC flush causes kernel panics on BCM6358 with EHCI/OHCI when booting from TP1: 3.881739 usb 1-1: new high-speed USB device number 2 using ehci-platform 3.895011 Reserved instructio...

8.6CVSS5.9AI score0.00425EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 10:55 a.m.41 views

CVE-2023-53996

CVE-2023-53996 affects the Linux kernel's x86/SEV path where enc_dec_hypercall() incorrectly accepted a page count instead of a size, causing non-page-aligned vaddrs to be misclassified as decrypted during encryption status checks. This could lead to page corruption during live migration due to i...

9.3CVSS5.9AI score0.00106EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 10:32 a.m.13 views

CVE-2025-68346 ALSA: dice: fix buffer overflow in detect_stream_formats()

In the Linux kernel, the following vulnerability has been resolved: ALSA: dice: fix buffer overflow in detectstreamformats The function detectstreamformats reads the streamcount value directly from a FireWire device without validating it. This can lead to out-of-bounds writes when a malicious...

6.8AI score
SaveExploits0References11
Rows per page
Query Builder