Linux

Linux

5635 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 29.07.2024 14:15:03
  • Zuletzt bearbeitet 07.10.2025 19:33:18

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() The "instance" variable needs to be signed for the error handling to work.

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 07:15:07
  • Zuletzt bearbeitet 07.10.2025 19:30:19

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate ff offset This adds sanity checks for ff offset. There is a check on rt->first_free at first, but walking through by ff without any check. If the second ff is a ...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 07:15:07
  • Zuletzt bearbeitet 25.09.2025 20:07:18

In the Linux kernel, the following vulnerability has been resolved: tap: add missing verification for short frame The cited commit missed to check against the validity of the frame length in the tap_get_user_xdp() path, which could cause a corrupte...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 07:15:07
  • Zuletzt bearbeitet 25.09.2025 20:06:51

In the Linux kernel, the following vulnerability has been resolved: tun: add missing verification for short frame The cited commit missed to check against the validity of the frame length in the tun_xdp_one() path, which could cause a corrupted skb...

  • EPSS 0.02%
  • Veröffentlicht 29.07.2024 07:15:06
  • Zuletzt bearbeitet 07.10.2025 19:23:39

In the Linux kernel, the following vulnerability has been resolved: ocfs2: add bounds checking to ocfs2_check_dir_entry() This adds sanity checks for ocfs2_dir_entry to make sure all members of ocfs2_dir_entry don't stray beyond valid memory region...

  • EPSS 0.02%
  • Veröffentlicht 29.07.2024 07:15:06
  • Zuletzt bearbeitet 07.10.2025 19:24:14

In the Linux kernel, the following vulnerability has been resolved: ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry() xattr in ocfs2 maybe 'non-indexed', which saved with additional space requested. It's better to check if the me...

  • EPSS 0.02%
  • Veröffentlicht 29.07.2024 07:15:06
  • Zuletzt bearbeitet 07.10.2025 19:24:30

In the Linux kernel, the following vulnerability has been resolved: jfs: don't walk off the end of ealist Add a check before visiting the members of ea to make sure each ea stays within the ealist.

  • EPSS 0.02%
  • Veröffentlicht 29.07.2024 07:15:06
  • Zuletzt bearbeitet 07.10.2025 19:29:36

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add a check for attr_names and oatbl Added out-of-bound checking for *ane (ATTR_NAME_ENTRY).

  • EPSS 0.02%
  • Veröffentlicht 29.07.2024 07:15:05
  • Zuletzt bearbeitet 25.09.2025 20:08:08

In the Linux kernel, the following vulnerability has been resolved: xfs: don't walk off the end of a directory data block This adds sanity checks for xfs_dir2_data_unused and xfs_dir2_data_entry to make sure don't stray beyond valid memory region. ...

  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 13:15:10
  • Zuletzt bearbeitet 07.10.2025 20:05:36

In the Linux kernel, the following vulnerability has been resolved: btrfs: skip reserved bytes warning on unmount after log cleanup failure After the recent changes made by commit c2e39305299f01 ("btrfs: clear extent buffer uptodate when we fail to...