Lucene search
+L

16975 matches found

RedHat Linux
RedHat Linux
added 2024/12/10 1:37 a.m.38 views

Important: Red Hat Security Advisory: Migration Toolkit for Containers (MTC) 1.8.5 security and bug fix update

The Migration Toolkit for Containers MTC 1.8.5 is now available. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE...

9.8CVSS6.9AI score0.01952EPSS
SaveExploits2References13
SUSE Linux
SUSE Linux
added 2024/12/05 3:33 p.m.8 views

Security update for the Linux Kernel (Live Patch 1 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-150600237 fixes several issues. The following security issues were fixed: CVE-2024-36904: tcp: Use refcountincnotzero in tcptwskunique bsc1225733. CVE-2024-43861: Fix memory leak for not ip packets bsc1229553. CVE-2024-42133: Bluetooth: Ignore too large hand...

7.8CVSS8.4AI score0.00609EPSS
SaveExploits0References28
Vulnrichment
Vulnrichment
added 2024/12/05 3:10 p.m.7 views

CVE-2024-54130 Segmentation Fault in `forwardBundle` Function of ION-DTN BPv7 When Destination EID is `dtn:none` (public)

The NASA’s Interplanetary Overlay Network ION is an implementation of Delay/Disruption Tolerant Networking DTN. A segmentation fault occurs with ION-DTN BPv7 software version 4.1.3 when a bundle with a Destination Endpoint ID EID set to dtn:none is received. This causes the node to become...

9.2CVSS6.7AI score0.00422EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/12/05 5:13 a.m.18 views

CVE-2024-53131

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in blocktouchbuffer tracepoint Patch series "nilfs2: fix null-ptr-deref bugs on block tracepoints". This series fixes null pointer dereference bugs that occur when using nilfs2 and two block-related...

5.5CVSS7.1AI score0.00236EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/04 3:15 p.m.19 views

CVE-2024-53130

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in blockdirtybuffer tracepoint When using the "block:blockdirtybuffer" tracepoint, markbufferdirty may cause a NULL pointer dereference, or a general protection fault when KASAN is enabled. This happens...

5.5CVSS0.00229EPSS
SaveExploits0References10
CVE
CVE
added 2024/12/04 2:20 p.m.205 views

CVE-2024-53131

CVE-2024-53131 concerns the Linux kernel nilfs2 subsystem. The issue manifests as a NULL pointer dereference when the tracepoint block_touch_buffer is exercised from __nilfs_get_folio_block() via touch_buffer(), which accesses bh->b_bdev->bd_dev even if the buffer head lacks a valid block_d...

5.5CVSS6.7AI score0.00236EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/12/04 10:2 a.m.22 views

RHSA-2024:10766 Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.5 Product Security and Bug Fix Update

Bulletin has no description...

6.5CVSS6.2AI score0.00608EPSS
SaveExploits0References17
OSV
OSV
added 2024/12/04 10:2 a.m.16 views

RHSA-2024:10762 Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update

Bulletin has no description...

7CVSS6.7AI score0.00932EPSS
SaveExploits0References26
OSV
OSV
added 2024/12/02 6:34 p.m.4 views

GHSA-75C5-XW7C-P5PM PyJWT Issuer field partial matches allowed

Summary The wrong string if check is run for iss checking, resulting in "acb" being accepted for "abc". Details This is a bug introduced in version 2.10.0: checking the "iss" claim changed from isinstanceissuer, list to isinstanceissuer, Sequence. diff - if isinstanceissuer, list: + if...

2.2CVSS7.1AI score0.0081EPSS
SaveExploits1References5
OSV
OSV
added 2024/12/02 2:15 p.m.3 views

DEBIAN-CVE-2024-53111

In the Linux kernel, the following vulnerability has been resolved: mm/mremap: fix address wraparound in movepagetables On 32-bit platforms, it is possible for the expression len + oldaddr include include include define ADDR1 void0x60000000 define ADDR2 void0x10000000 define SIZE 0x50000000uL int...

5.5CVSS5.7AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/02 1:44 p.m.7 views

CVE-2024-53120 net/mlx5e: CT: Fix null-ptr-deref in add rule err flow

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: CT: Fix null-ptr-deref in add rule err flow In error flow of mlx5tcctentryaddrule, in case ctruleadd callback returns error, zonerule-attr is used uninitiated. Fix it to use attr which has the needed pointer value...

7.5CVSS5.8AI score
SaveExploits0References9
CVE
CVE
added 2024/12/02 1:44 p.m.135 views

CVE-2024-53116

CVE-2024-53116 concerns the Linux kernel panic/warning scenario in the Panthor DRM/GPU VM path. The description documents a bug in partial GPU mapping of buffer objects (BOs) where Panthor failed to correctly handle mappings that span multiple scatterlists and where the mapping offset did not sta...

5.5CVSS6.3AI score0.002EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/12/02 1:44 p.m.11 views

CVE-2024-53112 ocfs2: uncache inode which has failed entering the group

In the Linux kernel, the following vulnerability has been resolved: ocfs2: uncache inode which has failed entering the group Syzbot has reported the following BUG: kernel BUG at fs/ocfs2/uptodate.c:509! ... Call Trace: ? diebody+0x5f/0xb0 ? die+0x9e/0xc0 ? dotrap+0x15a/0x3a0 ?...

6.5AI score
SaveExploits0References13
CVE
CVE
added 2024/11/29 6:43 p.m.321 views

CVE-2024-53861

CVE-2024-53861 (pyjwt) : A defect in pyjwt caused by changing the iss check from a list-inclusive approach to a Sequence-based isinstance check; since str is a Sequence, the code may incorrectly evaluate string containment and permit certain values (e.g., "abc" in "abcd "), effectively altering t...

7.5CVSS4.1AI score0.0081EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2024/11/29 4:6 p.m.18 views

SUSE-SU-2024:4116-1 Security update for xen

This update for xen fixes the following issues: - CVE-2024-45818: Fixed deadlock in x86 HVM standard VGA handling XSA-463 bsc1232622. - CVE-2024-45819: Fixed libxl data leaks to PVH guests via ACPI tables XSA-464 bsc1232624. Bug fixes: - Remove usage of net-tools-deprecated from supportconfig...

6.5CVSS5.9AI score0.003EPSS
SaveExploits0References6
OSV
OSV
added 2024/11/25 10:15 p.m.13 views

AZL-54635 CVE-2024-53097 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: mm: krealloc: Fix MTE false alarm in dokrealloc This patch addresses an issue introduced by commit 1a83a716ec233 "mm: krealloc: consider spare memory for GFPZERO" which causes MTE Memory Tagging Extension to falsely report a...

5.5CVSS6.7AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/25 9:21 p.m.19 views

CVE-2024-53097 mm: krealloc: Fix MTE false alarm in __do_krealloc

In the Linux kernel, the following vulnerability has been resolved: mm: krealloc: Fix MTE false alarm in dokrealloc This patch addresses an issue introduced by commit 1a83a716ec233 "mm: krealloc: consider spare memory for GFPZERO" which causes MTE Memory Tagging Extension to falsely report a...

5.5CVSS6AI score
SaveExploits0References12
RedHat Linux
RedHat Linux
added 2024/11/22 1:6 a.m.40 views

Important: Red Hat Security Advisory: ACS 4.5 enhancement update

Updated images are now available for Red Hat Advanced Cluster Security. The updated image includes a bug fix and security fixes. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed...

9.8CVSS6.8AI score0.01952EPSS
SaveExploits3References7
RedHat Linux
RedHat Linux
added 2024/11/21 10:6 p.m.21 views

Important: Red Hat Bug Fix Advisory: Red Hat Developer Hub 1.2.5 bugfix release

Red Hat Developer Hub 1.2.5 has been released. Red Hat Developer Hub RHDH is Red Hat's enterprise-grade, self-managed, customizable developer portal based on Backstage.io. RHDH is supported on OpenShift and other major Kubernetes clusters AKS, EKS, GKE. The core features of RHDH include a single...

7.5CVSS6.6AI score0.00541EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:27 p.m.26 views

CVE-2024-53060

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported acpievaluateobject may return AENOTFOUND failure, which would result in dereferencing buffer.pointer obj while being NULL. Although this case may be unrealisti...

5.5CVSS6.6AI score0.00258EPSS
SaveExploits0References4
Rows per page
Query Builder