Lucene search
+L

208 matches found

Vulnrichment
Vulnrichment
added 2025/12/08 12:46 a.m.8 views

CVE-2025-40322 fbdev: bitblit: bound-check glyph index in bit_putcs*

In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bitputcs bitputcsaligned/unaligned derived the glyph pointer from the character value masked by 0xff/0x1ff, which may exceed the actual font's glyph count and read past the end of the...

5.4AI score0.00143EPSS
SaveExploits0References8
Amazon
Amazon
added 2025/10/27 12:00 a.m.9 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: iavf: Fix reset error handling CVE-2022-50053 In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: clamp maximum map bucket size to INTMAX CVE-2025-38201 Affected Packages:...

7.8CVSS7.7AI score0.00201EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/22 3:31 p.m.14 views

EUVD-2022-55660

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix fhidg lifetime vs cdev The embedded struct cdev does not have its lifetime correctly tied to the enclosing struct fhidg, so there is a use-after-free if /dev/hidgN is held open while the gadget is deleted...

4.9AI score0.00205EPSS
SaveExploits0References8
SUSE Linux
SUSE Linux
added 2025/10/17 2:32 p.m.15 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 Azure kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2023-53261: coresight: Fix memory leak in acpibuffer-pointer bsc1249770. CVE-2024-46733: btrfs: fix qgroup reserve leaks in cowfilerange bsc1230708...

9.2CVSS7.8AI score0.05366EPSS
SaveExploits7References1906
OSV
OSV
added 2025/10/04 3:43 p.m.7 views

CVE-2022-50494 thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avoid crash

In the Linux kernel, the following vulnerability has been resolved: thermal: intelpowerclamp: Use getcpu instead of smpprocessorid to avoid crash When CPU 0 is offline and intelpowerclamp is used to inject idle, it generates kernel BUG: BUG: using smpprocessorid in preemptible 00000000 code:...

6.4AI score
SaveExploits0References12
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2025-25551

Malicious code in bioql PyPI...

6.4AI score0.00159EPSS
SaveExploits0References3
SUSE Linux
SUSE Linux
added 2025/09/26 5:27 p.m.15 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2024-46733: btrfs: fix qgroup reserve leaks in cowfilerange bsc1230708. CVE-2024-49996: cifs: Fix buffer overflow when parsing NFS reparse points bsc1232089...

9.2CVSS7.6AI score0.05366EPSS
SaveExploits3References452
OSV
OSV
added 2025/09/22 12:34 p.m.9 views

SUSE-SU-2025:03290-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-46733: btrfs: fix qgroup reserve leaks in cowfilerange bsc1230708. - CVE-2024-49996: cifs: Fix buffer overflow when parsing NFS reparse points bsc1232089. -...

9.8CVSS6.1AI score0.05366EPSS
SaveExploits3References224
OSV
OSV
added 2025/09/18 6:51 p.m.4 views

SUSE-SU-2025:03272-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-46733: btrfs: fix qgroup reserve leaks in cowfilerange bsc1230708. - CVE-2024-49996: cifs: Fix buffer overflow when parsing NFS reparse points bsc1232089...

9.8CVSS6AI score0.05366EPSS
SaveExploits3References211
OSV
OSV
added 2025/09/05 11:15 a.m.10 views

SUSE-SU-2025:20669-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-46733: btrfs: fix qgroup reserve leaks in cowfilerange bsc1230708. - CVE-2025-38006: net: mctp: Do not access ifaindex when missing bsc1244930. -...

9.8CVSS7AI score0.05366EPSS
SaveExploits3References205
RedhatCVE
RedhatCVE
added 2025/08/24 4:06 p.m.12 views

CVE-2025-38651

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix warning from KUnit tests getidrange expects a positive value as first argument but getrandomu8 can return 0. Fix this by clamping it. Validated by running the test in a for loop for 1000 times. Note that MAX is wron...

5.5CVSS6.1AI score0.00159EPSS
SaveExploits0References4
NVD
NVD
added 2025/08/22 4:15 p.m.10 views

CVE-2025-38651

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix warning from KUnit tests getidrange expects a positive value as first argument but getrandomu8 can return 0. Fix this by clamping it. Validated by running the test in a for loop for 1000 times. Note that MAX is wron...

5.5CVSS0.00159EPSS
SaveExploits0References3
CVE
CVE
added 2025/08/22 4:00 p.m.48 views

CVE-2025-38651

Summary: CVE-2025-38651 concerns the Linux kernel landlock component. A bug in get_id_range() could receive a non-positive value because get_random_u8() may return 0, triggering an unsafe first argument. The fix clamps the value to ensure positivity. The vulnerability was discussed in kernel-land...

5.5CVSS6.2AI score0.00159EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/08/22 4:00 p.m.9 views

CVE-2025-38651 landlock: Fix warning from KUnit tests

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix warning from KUnit tests getidrange expects a positive value as first argument but getrandomu8 can return 0. Fix this by clamping it. Validated by running the test in a for loop for 1000 times. Note that MAX is wron...

6.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/08/22 4:00 p.m.20 views

CVE-2025-38651 landlock: Fix warning from KUnit tests

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix warning from KUnit tests getidrange expects a positive value as first argument but getrandomu8 can return 0. Fix this by clamping it. Validated by running the test in a for loop for 1000 times. Note that MAX is wron...

0.00159EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/08/22 12:00 a.m.8 views

PT-2025-34412 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel versions 6.16.0-rc1-dev-00001-g314a2f98b65f and earlier Description: A flaw was identified in the Linux kernel related to landlock functionality. Specifically, the get id range function was susceptible to receiving a zero value a...

6.9AI score0.00159EPSS
SaveExploits0References5
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/08/14 6:52 p.m.6 views

Malicious code in @malware-test-noisy-peags-clamp-linin/test-mlw3-noisy-peags-clamp-linin (npm)

The package @malware-test-noisy-peags-clamp-linin/test-mlw3-noisy-peags-clamp-linin was found to contain malicious code...

7AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/08/14 6:52 p.m.5 views

Malicious code in test-mlw2-adunc-clamp (npm)

The package test-mlw2-adunc-clamp was found to contain malicious code...

7AI score
SaveExploits0
OSV
OSV
added 2025/08/14 6:52 p.m.4 views

MAL-2025-34841 Malicious code in test-mlw2-adunc-clamp (npm)

The package test-mlw2-adunc-clamp was found to contain malicious code...

7.2AI score
SaveExploits0
OSV
OSV
added 2025/08/14 6:52 p.m.5 views

MAL-2025-8814 Malicious code in @malware-test-noisy-peags-clamp-linin/test-mlw3-noisy-peags-clamp-linin (npm)

The package @malware-test-noisy-peags-clamp-linin/test-mlw3-noisy-peags-clamp-linin was found to contain malicious code...

7.2AI score
SaveExploits0
Rows per page
Query Builder