Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 06.03.2025 16:15:52
  • Zuletzt bearbeitet 01.10.2025 20:18:11

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix deadlock during uvc_probe If uvc_probe() fails, it can end up calling uvc_status_unregister() before uvc_status_init() is called. Fix this by checking if dev-...

  • EPSS 0.07%
  • Veröffentlicht 06.03.2025 16:15:52
  • Zuletzt bearbeitet 21.03.2025 15:41:13

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject struct_ops registration that uses module ptr and the module btf_id is missing There is a UAF report in the bpf_struct_ops when CONFIG_MODULES=n. In particular, the repo...

  • EPSS 0.05%
  • Veröffentlicht 06.03.2025 16:15:52
  • Zuletzt bearbeitet 03.11.2025 20:17:00

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: prohibit deactivating all links In the internal API this calls this is a WARN_ON, but that should remain since internally we want to know about bugs that may cause ...

  • EPSS 0.03%
  • Veröffentlicht 06.03.2025 16:15:52
  • Zuletzt bearbeitet 01.10.2025 20:18:11

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference When iterating over the links of a vif, we need to make sure that the pointer is valid (in other words - that the link exists) be...

  • EPSS 0.06%
  • Veröffentlicht 06.03.2025 16:15:52
  • Zuletzt bearbeitet 03.11.2025 20:17:00

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: fix memory leaks and invalid access at probe error path Deinitialize at reverse order when probe fails. When init_sw_vars fails, rtl_deinit_core should not be calle...

  • EPSS 0.03%
  • Veröffentlicht 06.03.2025 16:15:52
  • Zuletzt bearbeitet 01.10.2025 20:18:11

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: tests: Fix potential NULL dereference in test_cfg80211_parse_colocated_ap() kunit_kzalloc() may return NULL, dereferencing it without NULL check may lead to NULL de...

  • EPSS 0.04%
  • Veröffentlicht 06.03.2025 16:15:52
  • Zuletzt bearbeitet 01.10.2025 20:18:11

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbc: Fix NULL vs IS_ERR() check The devm_kzalloc() function returns NULL on error, not error pointers. Fix the check.

  • EPSS 0.04%
  • Veröffentlicht 06.03.2025 16:15:52
  • Zuletzt bearbeitet 01.10.2025 20:18:12

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbcp: Fix a NULL vs IS_ERR() check The devm_kzalloc() function doesn't return error pointers, it returns NULL on error. Update the check to match.

  • EPSS 0.08%
  • Veröffentlicht 06.03.2025 16:15:51
  • Zuletzt bearbeitet 03.11.2025 20:16:59

In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: Add check devm_kasprintf() returned value devm_kasprintf() can return a NULL pointer on failure but this returned value is not checked.

  • EPSS 0.06%
  • Veröffentlicht 06.03.2025 16:15:51
  • Zuletzt bearbeitet 03.11.2025 20:16:59

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential NULL pointer dereference in atomctrl_get_smc_sclk_range_table The function atomctrl_get_smc_sclk_range_table() does not check the return value of smu_atom...