Linux

Linux

7024 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 06.03.2025 16:15:53
  • Zuletzt bearbeitet 03.11.2025 20:17:00

In the Linux kernel, the following vulnerability has been resolved: OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized If a driver calls dev_pm_opp_find_bw_ceil/floor() the retrieve bandwidth from the OPP table but the bandwidth t...

  • EPSS 0.04%
  • Veröffentlicht 06.03.2025 16:15:53
  • Zuletzt bearbeitet 03.11.2025 20:17:01

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read The nvmem interface supports variable buffer sizes, while the regmap interface operates with fixed-size storage. If an...

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

In the Linux kernel, the following vulnerability has been resolved: bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT In PREEMPT_RT, kmalloc(GFP_ATOMIC) is still not safe in non preemptible context. bpf_mem_alloc must be used in PREEMP...

  • EPSS 0.04%
  • Veröffentlicht 06.03.2025 16:15:53
  • Zuletzt bearbeitet 03.11.2025 20:17:01

In the Linux kernel, the following vulnerability has been resolved: team: prevent adding a device which is already a team device lower Prevent adding a device which is already a team device lower, e.g. adding veth0 if vlan1 was already added and ve...

  • EPSS 0.04%
  • Veröffentlicht 06.03.2025 16:15:53
  • Zuletzt bearbeitet 03.11.2025 20:17:01

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: remove unused check_buddy_priv Commit 2461c7d60f9f ("rtlwifi: Update header file") introduced a global list of private data structures. Later on, commit 26634c4b186...

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

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check dpu_plane_atomic_print_state() for valid sspp Similar to the r_pipe sspp protect, add a check to protect the pipe state prints to avoid NULL ptr dereference for ...

  • EPSS 0.04%
  • Veröffentlicht 06.03.2025 16:15:53
  • Zuletzt bearbeitet 31.10.2025 18:56:38

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Grab intel_display from the encoder to avoid potential oopsies Grab the intel_display from 'encoder' rather than 'state' in the encoder hooks to avoid the massive footgun...

  • 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: ubifs: skip dumping tnc tree when zroot is null Clearing slab cache will free all znode in memory and make c->zroot.znode = NULL, then dumping tnc tree will access c->zroot.znode w...

  • 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...