Linux

Linux Kernel

13881 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:14
  • Zuletzt bearbeitet 01.10.2025 16:15:46

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: fix memory leak when register device fail If device_register() fails, it should call put_device() to give up reference, the name allocated in dev_set_n...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:14
  • Zuletzt bearbeitet 01.10.2025 16:15:47

In the Linux kernel, the following vulnerability has been resolved: dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove() A clk_prepare_enable() call in the probe is not balanced by a corresponding clk_disable_unprepare() in the remove fu...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:13
  • Zuletzt bearbeitet 10.11.2025 21:03:32

In the Linux kernel, the following vulnerability has been resolved: net: lapbether: fix issue of invalid opcode in lapbeth_open() If lapb_register() failed when lapb device goes to up for the first time, the NAPI is not disabled. As a result, the i...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 14:10:11
  • Zuletzt bearbeitet 10.11.2025 21:03:21

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix SQE threshold checking Current way of checking available SQE count which is based on HW updated SQB count could result in driver submitting an SQE even before CQE...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:10
  • Zuletzt bearbeitet 08.05.2025 11:15:51

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

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:10
  • Zuletzt bearbeitet 01.10.2025 17:15:35

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init() When prestera_sdma_switch_init() failed, the memory pointed to by sw->rxtx isn't released. Fix it. Only be co...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:09
  • Zuletzt bearbeitet 01.10.2025 17:15:35

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg ipc_pcie_read_bios_cfg() is using the acpi_evaluate_dsm() to obtain the wwan power state configuration from BIOS but is n...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:08
  • Zuletzt bearbeitet 01.10.2025 17:15:35

In the Linux kernel, the following vulnerability has been resolved: mctp: Fix an error handling path in mctp_init() If mctp_neigh_init() return error, the routes resources should be released in the error handling path. Otherwise some resources leak...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:07
  • Zuletzt bearbeitet 23.01.2026 16:49:27

In the Linux kernel, the following vulnerability has been resolved: riscv: process: fix kernel info leakage thread_struct's s[12] may contain random kernel memory content, which may be finally leaked to userspace. This is a security hole. Fix it by...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:07
  • Zuletzt bearbeitet 01.10.2025 17:15:34

In the Linux kernel, the following vulnerability has been resolved: net: macvlan: fix memory leaks of macvlan_common_newlink kmemleak reports memory leaks in macvlan_common_newlink, as follows: ip link add link eth0 name .. type macvlan mode sour...