Debian

Debian 12 (bookworm)

11230 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:21:16
  • Zuletzt bearbeitet 12.05.2026 13:17:06

In the Linux kernel, the following vulnerability has been resolved: media: venus: protect against spurious interrupts during probe Make sure the interrupt handler is initialized before the interrupt is registered. If the IRQ is registered before h...

  • EPSS 0.01%
  • Veröffentlicht 05.09.2025 17:21:13
  • Zuletzt bearbeitet 25.11.2025 21:15:47

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check if hubbub is NULL in debugfs/amdgpu_dm_capabilities HUBBUB structure is not initialized on DCE hardware, so check if it is NULL to avoid null dereference while ac...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:21:12
  • Zuletzt bearbeitet 12.05.2026 13:17:06

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Destroy KFD debugfs after destroy KFD wq Since KFD proc content was moved to kernel debugfs, we can't destroy KFD debugfs before kfd_process_destroy_wq. Move kfd_proces...

  • EPSS 0.01%
  • Veröffentlicht 05.09.2025 17:21:11
  • Zuletzt bearbeitet 25.11.2025 21:15:42

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a Null pointer dereference vulnerability [Why] A null pointer dereference vulnerability exists in the AMD display driver's (DC module) cleanup function dc_dest...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:21:09
  • Zuletzt bearbeitet 12.05.2026 13:17:06

In the Linux kernel, the following vulnerability has been resolved: net, hsr: reject HSR frame if skb can't hold tag Receiving HSR frame with insufficient space to hold HSR tag in the skb can result in a crash (kernel BUG): [ 45.390915] skbuff: ...

  • EPSS 0.03%
  • Veröffentlicht 05.09.2025 17:21:08
  • Zuletzt bearbeitet 12.05.2026 13:17:06

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: Fix MAC comparison to be constant-time To prevent timing attacks, MACs need to be compared in constant time. Use the appropriate helper function for this.

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:21:07
  • Zuletzt bearbeitet 12.05.2026 13:17:06

In the Linux kernel, the following vulnerability has been resolved: ACPI: pfr_update: Fix the driver update version check The security-version-number check should be used rather than the runtime version check for driver updates. Otherwise, the fir...

  • EPSS 0.01%
  • Veröffentlicht 05.09.2025 17:21:03
  • Zuletzt bearbeitet 12.05.2026 13:17:06

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a race when updating an existing write After nfs_lock_and_join_requests() tests for whether the request is still attached to the mapping, nothing prevents a call to nfs_in...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:21:00
  • Zuletzt bearbeitet 12.05.2026 13:17:05

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Fix SCCB present check Tracing code called by the SCLP interrupt handler contains early exits if the SCCB address associated with an interrupt is NULL. This check is per...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:20:59
  • Zuletzt bearbeitet 12.05.2026 13:17:05

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid a NULL pointer dereference [WHY] Although unlikely drm_atomic_get_new_connector_state() or drm_atomic_get_old_connector_state() can return NULL. [HOW] Check...