Lucene search
+L

409174 matches found

CVE
CVE
added 2025/09/11 4:56 p.m.34 views

CVE-2025-39774

CVE-2025-39774 affects the Linux kernel driver iio: adc: rzg2l_adc. The issue arises when a loop unbinds/binds the ADC (which may serve another device like a thermal block) and the ADC is resumed by runtime PM before drvdata is set, causing a crash in runtime PM callbacks that rely on drvdata. Th...

5.5CVSS6.1AI score0.00127EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/09/11 4:52 p.m.39 views

CVE-2025-39736

CVE-2025-39736 : In the Linux kernel, a deadlock can occur in kmemleak when netpoll is enabled because pr_warn_once() may be called while holding kmemleak_lock, potentially triggering netpoll and reacquiring the lock. The fix moves the pr_warn_once() call out of the locked region by setting a fla...

5.5CVSS6AI score0.00129EPSS
SaveExploits0References12Affected Software1
Talos Blog
Talos Blog
added 2025/09/08 10:00 a.m.13 views

Stopping ransomware before it starts: Lessons from Cisco Talos Incident Response

Over the past two and a half years January 2023 through June 2025, Cisco Talos Incident Response Talos IR has responded to numerous engagements that we classified as pre-ransomware incidents. Talos looked back to analyze what key security measures were credited with deterring ransomware deploymen...

8.1AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/05 11:23 p.m.7 views

SUSE CVE-2025-39676

In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Prevent a potential error pointer dereference The qla4xxxgetepfwdb function is supposed to return NULL on error, but qla4xxxepconnect returns error pointers. Propagating the error pointers will lead to an Oops in t...

5.5CVSS6.5AI score0.0017EPSS
SaveExploits0References20
OSV
OSV
added 2025/09/05 6:15 p.m.13 views

DEBIAN-CVE-2025-39709

In the Linux kernel, the following vulnerability has been resolved: media: venus: protect against spurious interrupts during probe Make sure the interrupt handler is initialized before the interrupt is registered. If the IRQ is registered before hficreate, it's possible that an interrupt fires...

5.5CVSS5.3AI score0.00159EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/05 6:15 p.m.16 views

AZL-66923 CVE-2025-39703 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: net, hsr: reject HSR frame if skb can't hold tag Receiving HSR frame with insufficient space to hold HSR tag in the skb can result in a crash kernel BUG: 45.390915 skbuff: skbunderpanic: text:ffffffff86f32cac len:26 put:14...

9.8CVSS5.5AI score0.00364EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/05 6:15 p.m.7 views

CVE-2025-39676

In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Prevent a potential error pointer dereference The qla4xxxgetepfwdb function is supposed to return NULL on error, but qla4xxxepconnect returns error pointers. Propagating the error pointers will lead to an Oops in t...

5.5CVSS0.0017EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/05 5:21 p.m.6 views

CVE-2025-39714 media: usbtv: Lock resolution while streaming

In the Linux kernel, the following vulnerability has been resolved: media: usbtv: Lock resolution while streaming When an program is streaming ffplay and another program qv4l2 changes the TV standard from NTSC to PAL, the kernel crashes due to trying to copy to unmapped memory. Changing from NTSC...

7.8CVSS6.2AI score
SaveExploits0References14
Positive Technologies
Positive Technologies
added 2025/09/05 12:00 a.m.10 views

PT-2025-36294

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.16.0-rc5-mm-new-damon+ 93 Description: The Linux kernel contains a flaw in mm/damon/ops-common.c where the damon migrate pages function attempts page migration even if the target node is invalid. This can occu...

6.2AI score0.00154EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/04 4:15 p.m.11 views

AZL-66905 CVE-2025-38700 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: scsi: libiscsi: Initialize iscsiconn-dddata only if memory is allocated In case of an ibfastregmr allocation failure during iSER setup, the machine hits a panic because iscsiconn-dddata is initialized unconditionally, even when n...

5.5CVSS5.6AI score0.0017EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.20 views

CVE-2025-38698 jfs: Regular file corruption check

In the Linux kernel, the following vulnerability has been resolved: jfs: Regular file corruption check The reproducer builds a corrupted file on disk with a negative isize value. Add a check when opening this file to avoid subsequent operation failures...

0.0017EPSS
SaveExploits0References9
CVE
CVE
added 2025/09/04 3:32 p.m.54 views

CVE-2025-38692

CVE-2025-38692 refers to a Linux kernel exFAT fix validating cluster chains to prevent infinite loops during directory operations. The patch adds loop-break checks for conditions in exfat_count_dir_entries, exfat_create_upcase_table, exfat_load_bitmap, exfat_find_dir_entry, and exfat_check_dir_em...

5.5CVSS6AI score0.00155EPSS
SaveExploits0References5Affected Software1
Microsoft CVE
Microsoft CVE
added 2025/09/04 8:45 a.m.20 views

wifi: prevent A-MSDU attacks in mesh networks

...

8.8CVSS7AI score0.00222EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 6:36 a.m.9 views

sfc: fix NULL dereferences in ef100_process_design_param()

...

5.5CVSS6.8AI score0.00253EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 12:07 a.m.7 views

media: mediatek: vcodec: prevent kernel crash when rmmod mtk-vcodec-dec.ko

...

5.5CVSS7AI score0.00166EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/03 9:42 p.m.7 views

net: fec: remove .ndo_poll_controller to avoid deadlocks

...

5.5CVSS7AI score0.00193EPSS
SaveExploits0
The Hacker News
The Hacker News
added 2025/08/29 10:30 a.m.9 views

Can Your Security Stack See ChatGPT? Why Network Visibility Matters

Generative AI platforms like ChatGPT, Gemini, Copilot, and Claude are increasingly common in organizations. While these solutions improve efficiency across tasks, they also present new data leak prevention for generative AI challenges. Sensitive information may be shared through chat prompts, fil...

7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/08/27 3:33 p.m.17 views

kernel: ext4: avoid resizing to a partial cluster size

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid resizing to a partial cluster size This patch avoids an attempt to resize the filesystem to an unaligned cluster boundary. An online resize to a size that is not integral to cluster size results in the last iteration...

5.5CVSS6.3AI score0.00166EPSS
SaveExploits0References5
The Hacker News
The Hacker News
added 2025/08/26 6:27 a.m.5 views

Google to Verify All Android Developers in 4 Countries to Block Malicious Apps

Google has announced plans to begin verifying the identity of all developers who distribute apps on Android, even for those who distribute their software outside the Play Store. "Android will require all apps to be registered by verified developers in order to be installed by users on certified...

7.1AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/08/24 4:07 p.m.19 views

CVE-2025-38671

In the Linux kernel, the following vulnerability has been resolved: i2c: qup: jump out of the loop in case of timeout Original logic only sets the return value but doesn't jump out of the loop if the bus is kept active by a client. This is not expected. A malicious or buggy i2c client can hang th...

5.5CVSS6.2AI score0.00159EPSS
SaveExploits0References4
Rows per page
Query Builder