Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:48
  • Zuletzt bearbeitet 24.10.2025 18:52:35

In the Linux kernel, the following vulnerability has been resolved: clocksource: hyper-v: unexport __init-annotated hv_init_clocksource() EXPORT_SYMBOL and __init is a bad combination because the .init.text section is freed up after the initializat...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:48
  • Zuletzt bearbeitet 01.10.2025 20:17:08

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg When len >= INT_MAX - transhdrlen, ulen = len + transhdrlen will be overflow. To fix, we can follow what udpv6 does and subtra...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:48
  • Zuletzt bearbeitet 03.11.2025 20:15:59

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix signed integer overflow in __ip6_append_data Resurrect ubsan overflow checks and ubsan report this warning, fix it by change the variable [length] type to size_t. UBSAN:...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:48
  • Zuletzt bearbeitet 01.10.2025 20:17:09

In the Linux kernel, the following vulnerability has been resolved: nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred Similar to the handling of play_deferred in commit 19cfe912c37b ("Bluetooth: btusb: Fix memory leak in play_deferred"), we th...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:48
  • Zuletzt bearbeitet 23.12.2025 14:16:18

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

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:48
  • Zuletzt bearbeitet 01.10.2025 20:17:09

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo() In an unlikely (and probably wrong?) case that the 'ppi' parameter of ata_host_alloc_pinfo() points to an array s...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 01.10.2025 20:17:07

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: Fix memory leak in dwc2_hcd_init usb_create_hcd will alloc memory for hcd, and we should call usb_put_hcd to free it when platform_get_resource() fails to prevent memory...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 01.10.2025 21:15:41

In the Linux kernel, the following vulnerability has been resolved: irqchip/realtek-rtl: Fix refcount leak in map_interrupts of_find_node_by_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 01.10.2025 20:17:07

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions of_find_node_by_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 01.10.2025 20:17:07

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when no...