Linux

Linux

7462 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.07%
  • Veröffentlicht 26.02.2025 07:01:22
  • Zuletzt bearbeitet 24.03.2025 19:58:17

In the Linux kernel, the following vulnerability has been resolved: erofs: fix buffer copy overflow of ztailpacking feature I got some KASAN report as below: [ 46.959738] ================================================================== [ 46....

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:22
  • Zuletzt bearbeitet 21.01.2026 16:08:09

In the Linux kernel, the following vulnerability has been resolved: blk-throttle: Set BIO_THROTTLED when bio has been throttled 1.In current process, all bio will set the BIO_THROTTLED flag after __blk_throtl_bio(). 2.If bio needs to be throttled,...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:22
  • Zuletzt bearbeitet 01.10.2025 20:16:23

In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: Fix refcount leak in scmi_regulator_probe of_find_node_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:22
  • Zuletzt bearbeitet 01.10.2025 20:16:23

In the Linux kernel, the following vulnerability has been resolved: drm: msm: fix possible memory leak in mdp5_crtc_cursor_set() drm_gem_object_lookup will call drm_gem_object_get inside. So cursor_bo needs to be put when msm_gem_get_and_pin_iova f...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:19

In the Linux kernel, the following vulnerability has been resolved: nvdimm: Fix firmware activation deadlock scenarios Lockdep reports the following deadlock scenarios for CXL root device power-management, device_prepare(), operations, and device_s...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: ARM: hisi: Add missing of_node_put after of_find_compatible_node of_find_compatible_node will increment the refcount of the returned device_node. Calling of_node_put() to avoid th...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: soc: bcm: Check for NULL return of devm_kzalloc() As the potential failure of allocation, devm_kzalloc() may return NULL. Then the 'pd->pmb' and the follow lines of code may bring...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using ...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix listen() setting the bar too high for the prealloc rings AF_RXRPC's listen() handler lets you set the backlog up to 32 (if you bump up the sysctl), but whilst the preall...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:21

In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Fix list protocols enumeration in the base protocol While enumerating protocols implemented by the SCMI platform using BASE_DISCOVER_LIST_PROTOCOLS, the number ...