VYPR

rpm package

suse/kernel-source-rt&distro=SUSE Real Time Module 15 SP6

pkg:rpm/suse/kernel-source-rt&distro=SUSE%20Real%20Time%20Module%2015%20SP6

Vulnerabilities (3,740)

  • CVE-2025-38499HigAug 11, 2025
    affected < 6.4.0-150600.10.52.1fixed 6.4.0-150600.10.52.1

    In the Linux kernel, the following vulnerability has been resolved: clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns What we want is to verify there is that clone won't expose something hidden by a mount we wouldn't be able to undo. "Wouldn't be

  • CVE-2024-58238HigAug 9, 2025
    affected < 6.4.0-150600.10.52.1fixed 6.4.0-150600.10.52.1

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test This fixes the tx timeout issue seen while running a stress test on btnxpuart for couple of hours, such that the interval between two HCI

  • CVE-2025-38498HigJul 30, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: do_change_type(): refuse to operate on unmounted/not ours mounts Ensure that propagation settings can only be changed for mounts located in the caller's mount namespace. This change aligns permission checking w

  • CVE-2025-38497HigJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: Fix OOB read on empty string write When writing an empty string to either 'qw_sign' or 'landingPage' sysfs attributes, the store functions attempt to access page[l - 1] before validating

  • CVE-2025-38496MedJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: dm-bufio: fix sched in atomic context If "try_verify_in_tasklet" is set for dm-verity, DM_BUFIO_CLIENT_NO_SLEEP is enabled for dm-bufio. However, when bufio tries to evict buffers, there is a chance to trigger

  • CVE-2025-38495HigJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: HID: core: ensure the allocated report buffer can contain the reserved report ID When the report ID is not used, the low level transport drivers expect the first byte to be 0. However, currently the allocated b

  • CVE-2025-38494HigJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: HID: core: do not bypass hid_hw_raw_request hid_hw_raw_request() is actually useful to ensure the provided buffer and length are valid. Directly calling in the low level transport driver function bypassed those

  • CVE-2025-38491HigJul 28, 2025
    affected < 6.4.0-150600.10.52.1fixed 6.4.0-150600.10.52.1

    In the Linux kernel, the following vulnerability has been resolved: mptcp: make fallback action and fallback decision atomic Syzkaller reported the following splat: WARNING: CPU: 1 PID: 7704 at net/mptcp/protocol.h:1223 __mptcp_do_fallback net/mptcp/protocol.h:1223 [inline]

  • CVE-2025-38490CriJul 28, 2025
    affected < 6.4.0-150600.10.52.1fixed 6.4.0-150600.10.52.1

    In the Linux kernel, the following vulnerability has been resolved: net: libwx: remove duplicate page_pool_put_full_page() page_pool_put_full_page() should only be invoked when freeing Rx buffers or building a skb if the size is too short. At other times, the pages need to be r

  • CVE-2025-38489MedJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL again Commit 7ded842b356d ("s390/bpf: Fix bpf_plt pointer arithmetic") has accidentally removed the critical piece of commit c730fce7c70c ("s390/bpf: Fix

  • CVE-2025-38488CriJul 28, 2025
    affected < 6.4.0-150600.10.55.1fixed 6.4.0-150600.10.55.1

    In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free in crypt_message when using async crypto The CVE-2024-50047 fix removed asynchronous crypto handling from crypt_message(), assuming all crypto operations are synchronous. However

  • CVE-2025-38487MedJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Don't disable channels that aren't enabled Mitigate e.g. the following: # echo 1e789080.lpc-snoop > /sys/bus/platform/drivers/aspeed-lpc-snoop/unbind ... [ 120.363594] Unab

  • CVE-2025-38485HigJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: iio: accel: fxls8962af: Fix use after free in fxls8962af_fifo_flush fxls8962af_fifo_flush() uses indio_dev->active_scan_mask (with iio_for_each_active_channel()) without making sure the indio_dev stays in buffe

  • CVE-2025-38483HigJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: comedi: das16m1: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: /* only irqs 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, and 15 are valid */ if ((1 << it->options[1])

  • CVE-2025-38482HigJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: comedi: das6402: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: /* IRQs 2,3,5,6,7, 10,11,15 are valid for "enhanced" mode */ if ((1 << it->options[1]) & 0x8

  • CVE-2025-38481MedJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too large The handling of the `COMEDI_INSNLIST` ioctl allocates a kernel buffer to hold the array of `struct comedi_insn`, getting the length from the `n_insns`

  • CVE-2025-38480MedJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: comedi: Fix use of uninitialized data in insn_rw_emulate_bits() For Comedi `INSN_READ` and `INSN_WRITE` instructions on "digital" subdevices (subdevice types `COMEDI_SUBD_DI`, `COMEDI_SUBD_DO`, and `COMEDI_SUBD

  • CVE-2025-38478HigJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: comedi: Fix initialization of data for instructions that write to subdevice Some Comedi subdevice instruction handlers are known to access instruction data elements beyond the first `insn->n` elements in some c

  • CVE-2025-38477HigJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_qfq: Fix race condition on qfq_aggregate A race condition can occur when 'agg' is modified in qfq_change_agg (called during qfq_enqueue) while other threads access it concurrently. For example, q

  • CVE-2025-38476CriJul 28, 2025
    affected < 6.4.0-150600.10.49.1fixed 6.4.0-150600.10.49.1

    In the Linux kernel, the following vulnerability has been resolved: rpl: Fix use-after-free in rpl_do_srh_inline(). Running lwt_dst_cache_ref_loop.sh in selftest with KASAN triggers the splat below [0]. rpl_do_srh_inline() fetches ipv6_hdr(skb) and accesses it after skb_cow_he

Page 33 of 187