Lucene search
+L

24179 matches found

OPENSUSE Linux
OPENSUSE Linux
added 2025/04/17 12:00 a.m.8 views

perl-32bit-5.40.2-1.1 on GA media (moderate)

perl-32bit-5.40.2-1.1 on GA media Announcement ID: openSUSE-SU-2025:15003-1 Rating: moderate Cross-References: CVE-2024-56406 CVSS scores: CVE-2024-56406 SUSE : 8.4 CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVE-2024-56406 SUSE : 8.6 CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA...

8.6CVSS7.3AI score0.00536EPSS
SaveExploits0
OSV
OSV
added 2025/04/16 7:15 p.m.12 views

CVE-2025-31201

This issue was addressed by removing the vulnerable code. This issue is fixed in tvOS 18.4.1, visionOS 2.4.1, iOS iOS 18.4.1 and iPadOS 18.4.1, macOS Sequoia 15.4.1. An attacker with arbitrary read and write capability may be able to bypass Pointer Authentication. Apple is aware of a report that...

9.8CVSS5.8AI score0.18593EPSS
SaveExploits6References12
Vulnrichment
Vulnrichment
added 2025/04/16 6:24 p.m.20 views

CVE-2025-31201

This issue was addressed by removing the vulnerable code. This issue is fixed in tvOS 18.4.1, visionOS 2.4.1, iOS iOS 18.4.1 and iPadOS 18.4.1, macOS Sequoia 15.4.1. An attacker with arbitrary read and write capability may be able to bypass Pointer Authentication. Apple is aware of a report that...

5.7AI score0.13853EPSS
SaveExploits4References4
Cvelist
Cvelist
added 2025/04/16 6:24 p.m.61 views

CVE-2025-31201

This issue was addressed by removing the vulnerable code. This issue is fixed in iOS 18.4.1 and iPadOS 18.4.1, macOS Sequoia 15.4.1, tvOS 18.4.1, visionOS 2.4.1. An attacker with arbitrary read and write capability may be able to bypass Pointer Authentication. Apple is aware of a report that this...

0.13853EPSS
SaveExploits4References4
OSV
OSV
added 2025/04/16 3:16 p.m.9 views

DEBIAN-CVE-2025-23131

In the Linux kernel, the following vulnerability has been resolved: dlm: prevent NPD when writing a positive value to eventdone douevent returns the value written to eventdone. In case it is a positive value, newlockspace would undo all the work, and lockspace would not be set. dlmnewlockspace,...

5.5CVSS5.3AI score0.00191EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 2:21 p.m.9 views

USN-7440-1 imagemagick regression

USN-6200-2 fixed a vulnerability in ImageMagick. It was discovered that the fix for CVE-2023-34151 was incomplete. This update fixes the problem. We apologize for the inconvenience. Original advisory details: It was discovered that ImageMagick incorrectly handled memory under certain circumstance...

5.5CVSS6.8AI score0.00947EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2025/04/16 2:13 p.m.43 views

CVE-2025-22117

In the Linux kernel, the following vulnerability has been resolved: ice: fix using untrusted value of pktlen in icevcfdirparseraw Fix using the untrusted value of proto-raw.pktlen in function icevcfdirparseraw by verifying if it does not exceed the VIRTCHNLMAXSIZERAWPACKET value...

8.7CVSS5.3AI score0.00192EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.51 views

CVE-2025-22095

In the Linux kernel, the following vulnerability has been resolved: PCI: brcmstb: Fix error path after a call to regulatorbulkget If the regulatorbulkget returns an error and no regulators are created, we need to set their number to zero. If we don't do this and the PCIe link up fails, a call to...

5.5CVSS5.6AI score0.00204EPSS
SaveExploits0
OSV
OSV
added 2025/04/16 2:12 p.m.17 views

CVE-2025-22072 spufs: fix gang directory lifetimes

In the Linux kernel, the following vulnerability has been resolved: spufs: fix gang directory lifetimes prior to "POWERPC spufs: Fix gang destroy leaks" we used to have a problem with gang lifetimes - creation of a gang returns opened gang directory, which normally gets removed when that gets...

7.8CVSS6.1AI score
SaveExploits0References10
CVE
CVE
added 2025/04/16 2:12 p.m.145 views

CVE-2025-22065

CVE-2025-22065 : Linux kernel idpf SR-IOV path could double-remove a VF during reboot, causing a NULL pointer dereference when the adapter is NULL on the first idpf_remove() call. Fixes replace idpf_remove() in idpf_shutdown() with idpf_vc_core_deinit() and idpf_deinit_dflt_mbx(), moving cleanup ...

5.5CVSS6.4AI score0.00265EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.13 views

CVE-2025-22059

In the Linux kernel, the following vulnerability has been resolved: udp: Fix multiple wraparounds of sk-skrmemalloc. udpenqueuescheduleskb has the following condition: if atomicread&sk-skrmemalloc sk-skrcvbuf goto drop; sk-skrcvbuf is initialised by net.core.rmemdefault and later can be configure...

7.5CVSS5.9AI score0.0047EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.31 views

CVE-2025-22057 net: decrease cached dst counters in dst_release

In the Linux kernel, the following vulnerability has been resolved: net: decrease cached dst counters in dstrelease Upstream fix ac888d58869b "net: do not delay dstentriesadd in dstrelease" moved decrementing the dst count from dstdestroy to dstrelease to avoid accessing already freed data in cas...

7.8CVSS0.00211EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.13 views

CVE-2025-22056

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfttunnel: fix geneveopt type confusion addition When handling multiple NFTATUNNELKEYOPTSGENEVE attributes, the parsing logic should place every geneveopt structure one by one compactly. Hence, when deciding the next...

7.8CVSS5.7AI score0.0032EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.11 views

CVE-2025-22053

In the Linux kernel, the following vulnerability has been resolved: net: ibmveth: make vethpoolstore stop hanging v2: - Created a single error handling unlock and exit in vethpoolstore - Greatly expanded commit message with previous explanatory-only text Summary: Use rtnlmutex to synchronize...

5.5CVSS5.5AI score0.00154EPSS
SaveExploits0
OSV
OSV
added 2025/04/16 2:12 p.m.9 views

CVE-2025-22046 uprobes/x86: Harden uretprobe syscall trampoline check

In the Linux kernel, the following vulnerability has been resolved: uprobes/x86: Harden uretprobe syscall trampoline check Jann reported a possible issue when trampolinecheckip returns address near the bottom of the address space that is allowed to call into the syscall if uretprobes are not set...

5.9AI score
SaveExploits0References7
CVE
CVE
added 2025/04/16 2:12 p.m.116 views

CVE-2025-22046

CVE-2025-22046: In the Linux kernel, the uprobes/x86 uretprobe trampoline check was hardened to prevent a trampoline_check_ip path that could allow a call into the syscall from memory addresses near the bottom of the address space if uretprobes were not set up. Root cause: trampoline_check_ip cou...

5.5CVSS6.5AI score0.00202EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:11 p.m.19 views

CVE-2025-22032

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix kernel panic due to null pointer dereference Address a kernel panic caused by a null pointer dereference in the mt792xrxgetwcid function. The issue arises because the deflink structure is not properly...

5.5CVSS5.5AI score0.00202EPSS
SaveExploits0
CVE
CVE
added 2025/04/16 2:11 p.m.117 views

CVE-2025-22029

CVE-2025-22029 is rejected by its CNA and is not an active vulnerability entry.

6.5AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/04/16 7:12 a.m.65 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

7.1CVSS7AI score0.01351EPSS
SaveExploits0References2
OSV
OSV
added 2025/04/16 12:00 a.m.24 views

ALSA-2025:3937 Moderate: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: ALSA: usb-audio: Fix out of bounds reads when finding clock sources CVE-2024-53150 For more details about the security issues, including the impact, a CVSS score, acknowledgments, and oth...

7.1CVSS6.8AI score0.01351EPSS
SaveExploits0References4
Rows per page
Query Builder