Linux

Linux Kernel

12162 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 18.09.2025 13:33:17
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: net: dcb: choose correct policy to parse DCB_ATTR_BCN The dcbnl_bcn_setcfg uses erroneous policy to parse tb[DCB_ATTR_BCN], which is introduced in commit 859ee3c43812 ("DCB: Add su...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:16
  • Zuletzt bearbeitet 29.09.2025 11:15:45

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: prevent integer overflow in sh_css_set_black_frame() The "height" and "width" values come from the user so the "height * width" multiplication can overflow.

  • EPSS 0.03%
  • Veröffentlicht 18.09.2025 13:33:15
  • Zuletzt bearbeitet 01.10.2025 08:15:30

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

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:15
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: add atomic_check to bridge ops DRM commit_tails() will disable downstream crtc/encoder/bridge if both disable crtc is required and crtc->active is set before pushing a ...

  • EPSS 0.04%
  • Veröffentlicht 18.09.2025 13:33:14
  • Zuletzt bearbeitet 29.09.2025 12:15:45

In the Linux kernel, the following vulnerability has been resolved: net: sched: fix memory leak in tcindex_set_parms Syzkaller reports a memory leak as follows: ==================================== BUG: memory leak unreferenced object 0xffff88810c2...

  • EPSS 0.03%
  • Veröffentlicht 18.09.2025 13:33:13
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: integrity: Fix memory leakage in keyring allocation error path Key restriction is allocated in integrity_init_keyring(). However, if keyring allocation failed, it is not freed, cau...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:12
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: SDMA update use unlocked iterator SDMA update page table may be called from unlocked context, this generate below warning. Use unlocked iterator to handle this case. W...

  • EPSS 0.04%
  • Veröffentlicht 18.09.2025 13:33:12
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: i2c: ismt: Fix an out-of-bounds bug in ismt_access() When the driver does not check the data from the user, the variable 'data->block[0]' may be very large to cause an out-of-bound...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:11
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8183: fix refcount leak in mt8183_mt6358_ts3a227_max98357_dev_probe() The node returned by of_parse_phandle() with refcount incremented, of_node_put() needs be ca...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:10
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATED Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN...