Lucene search
+L

13882 matches found

RedhatCVE
RedhatCVE
added 2025/01/20 7:52 a.m.10 views

CVE-2025-21635

In the Linux kernel, the following vulnerability has been resolved: rds: sysctl: rdstcprcv,sndbuf: avoid using current-nsproxy As mentioned in a previous commit of this series, using the 'net' structure via 'current' is not recommended for different reasons: - Inconsistency: getting info from the...

5.5CVSS6.9AI score0.00183EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/20 5:26 a.m.13 views

CVE-2024-57914

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci: fix NULL pointer issue on shared irq case The tcpciirq may meet below NULL pointer dereference issue: 2.641851 Unable to handle kernel NULL pointer dereference at virtual address 0000000000000010 2.641951 statu...

5.5CVSS6.5AI score0.00173EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/01/20 1:19 a.m.20 views

Important: Red Hat Security Advisory: redis security update

An update for redis is now available for Red Hat Enterprise Linux 9.2 Extended Update Support. 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...

9.8CVSS7.7AI score0.08169EPSS
SaveExploits2References2
Tenable Nessus
Tenable Nessus
added 2025/01/20 12:00 a.m.13 views

Debian dla-4025 : redis - security update

The remote Debian 11 host has packages installed that are affected by a vulnerability as referenced in the dla-4025 advisory. - ------------------------------------------------------------------------- Debian LTS Advisory DLA-4025-1 [email protected] https://www.debian.org/lts/security/...

9.8CVSS7.8AI score0.08169EPSS
SaveExploits2References4
OSV
OSV
added 2025/01/19 12:15 p.m.2 views

DEBIAN-CVE-2024-57914

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci: fix NULL pointer issue on shared irq case The tcpciirq may meet below NULL pointer dereference issue: 2.641851 Unable to handle kernel NULL pointer dereference at virtual address 0000000000000010 2.641951 statu...

5.5CVSS5.6AI score0.00173EPSS
SaveExploits0References1
CVE
CVE
added 2025/01/19 11:52 a.m.73 views

CVE-2024-57920

CVE-2024-57920 is rejected/withdrawn by the CVE Numbering Authority and not an active vulnerability entry.

6.6AI score
SaveExploits0
Cvelist
Cvelist
added 2025/01/19 11:52 a.m.17 views

CVE-2024-57920

...

SaveExploits0
OSV
OSV
added 2025/01/19 11:52 a.m.11 views

CVE-2024-57904 iio: adc: at91: call input_free_device() on allocated iio_dev

In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91: call inputfreedevice on allocated iiodev Current implementation of at91tsregister calls inputfreedeivce on st-tsinput, however, the err label can be reached before the allocated iiodev is stored to st-tsinput. Thu...

6.1AI score
SaveExploits0References12
NVD
NVD
added 2025/01/19 11:15 a.m.12 views

CVE-2025-21643

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix kernel async DIO Netfslib needs to be able to handle kernel-initiated asynchronous DIO that is supplied with a biovec array. Currently, because of the async flag, this gets passed to netfsextractuseriter which throws a...

5.5CVSS0.00213EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/19 11:15 a.m.14 views

AZL-57232 CVE-2025-21640 affecting package kernel for versions less than 5.15.179.1-1

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: cookiehmacalg: avoid using current-nsproxy As mentioned in a previous commit of this series, using the 'net' structure via 'current' is not recommended for different reasons: - Inconsistency: getting info from the...

5.5CVSS6.2AI score0.00237EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/19 11:15 a.m.9 views

UBUNTU-CVE-2025-21634

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: remove kernfs active break A warning was found: WARNING: CPU: 10 PID: 3486953 at fs/kernfs/file.c:828 CPU: 10 PID: 3486953 Comm: rmdir Kdump: loaded Tainted: G RIP: 0010:kernfsshoulddrainopenfiles+0x1a1/0x1b0 RSP:...

5.5CVSS6.2AI score0.00142EPSS
SaveExploits0References21
CVE
CVE
added 2025/01/19 10:18 a.m.169 views

CVE-2025-21652

Summary (CVE-2025-21652) : In the Linux kernel, a use-after-free was reported in ipvlan_get_iflink() when handling ipvlan with linkwatch. The issue arises because ipvlan does not hold a refcount on the lower device, unlike vlan/macvlan, which can lead to UAF of ipvlan->phy_dev if the linkwatch...

7.8CVSS7.1AI score0.0021EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/01/19 10:18 a.m.14 views

CVE-2025-21647 sched: sch_cake: add bounds checks to host bulk flow fairness counts

In the Linux kernel, the following vulnerability has been resolved: sched: schcake: add bounds checks to host bulk flow fairness counts Even though we fixed a logic error in the commit cited below, syzbot still managed to trigger an underflow of the per-host bulk flow counters, leading to an out ...

7.3CVSS6.7AI score
SaveExploits0References14
Debian CVE
Debian CVE
added 2025/01/19 10:18 a.m.20 views

CVE-2025-21644

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix tlb invalidation when wedging If GuC fails to load, the driver wedges, but in the process it tries to do stuff that may not be initialized yet. This moves the xegttlbinvalidationinit to be done earlier: as its own doc...

5.5CVSS5.4AI score0.00216EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/01/19 10:17 a.m.33 views

CVE-2025-21643 netfs: Fix kernel async DIO

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix kernel async DIO Netfslib needs to be able to handle kernel-initiated asynchronous DIO that is supplied with a biovec array. Currently, because of the async flag, this gets passed to netfsextractuseriter which throws a...

0.00213EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/19 10:17 a.m.12 views

CVE-2025-21642 mptcp: sysctl: sched: avoid using current->nsproxy

In the Linux kernel, the following vulnerability has been resolved: mptcp: sysctl: sched: avoid using current-nsproxy Using the 'net' structure via 'current' is not recommended for different reasons. First, if the goal is to use it to read or write per-netns data, this is inconsistent with how th...

5.5CVSS6.1AI score
SaveExploits0References6
OSV
OSV
added 2025/01/19 10:17 a.m.14 views

CVE-2025-21640 sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: cookiehmacalg: avoid using current-nsproxy As mentioned in a previous commit of this series, using the 'net' structure via 'current' is not recommended for different reasons: - Inconsistency: getting info from the...

7.1CVSS6AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/01/19 10:17 a.m.28 views

CVE-2025-21631 block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix wakerbfqq UAF after bfqsplitbfqq Our syzkaller report a following UAF for v6.6: BUG: KASAN: slab-use-after-free in bfqinitrq+0x175d/0x17a0 block/bfq-iosched.c:6958 Read of size 8 at addr ffff8881b57147d8 by task...

7.8CVSS0.00211EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/01/19 12:00 a.m.10 views

PT-2025-4325 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.13.0-rc4-xe+ Description: The issue is related to the Linux kernel's drm/xe component. When the GuC Graphics Unit Controller fails to load, the driver becomes unresponsive, but it attempts to perform actions...

8.1CVSS7.5AI score0.00822EPSS
SaveExploits3References881
Tenable Nessus
Tenable Nessus
added 2025/01/18 12:00 a.m.7 views

SUSE SLES12 Security Update : libQtWebKit4 (SUSE-SU-2025:0139-1)

The remote SUSE Linux SLES12 host has packages installed that are affected by a vulnerability as referenced in the SUSE- SU-2025:0139-1 advisory. - CVE-2024-40779: Fixed heap buffer overflow in computeSampleUsingLinearInterpolation bsc1228693 Tenable has extracted the preceding description block...

5.5CVSS7.2AI score0.00337EPSS
SaveExploits0References4
Rows per page
Query Builder