Lucene search
+L

9820 matches found

RedHat Linux
RedHat Linux
added 2025/08/18 2:50 a.m.5 views

kernel: drm/vkms: Fix use after free and double free on init error

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix use after free and double free on init error If the driver initialization fails, the vkmsexit function might access an uninitialized or freed defaultconfig pointer and it might double free it. Fix both possible erro...

7.8CVSS6.8AI score0.00194EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/08/18 12:0 a.m.12 views

RHEL 8 : kernel (RHSA-2025:13960)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:13960 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: drm/vkms: Fix use after free...

7.8CVSS7AI score0.00194EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/08/18 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2020-11061

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In Bareos Director less than or equal to 16.2.10, 17.2.9, 18.2.8, and 19.2.7, a heap overflow allows a malicious client to corrupt the director's memory via...

7.4CVSS6.9AI score0.0124EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/18 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2024-6564

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Buffer overflow in rcardevinit due to using due to using untrusted data rcarimagenumber as a loop counter before verifying it against RCARMAXBL3XIMAGE. This cou...

6.7CVSS6AI score0.00223EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/08/16 11:23 p.m.5 views

SUSE CVE-2025-38507

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: avoid bluetooth suspend/resume stalls Ensure we don't stall or panic the kernel when using bluetooth-connected controllers. This was reported as an issue on android devices using kernel 6.6 due to the resume hook...

5.5CVSS6.4AI score0.00143EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/08/16 11:22 p.m.9 views

SUSE CVE-2025-38533

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix the using of Rx buffer DMA The wxrxbuffer structure contained two DMA address fields: 'dma' and 'pagedma'. However, only 'pagedma' was actually initialized and used to program the Rx descriptor. But 'dma' was...

6.1CVSS6.6AI score0.0029EPSS
SaveExploits0References22
NVD
NVD
added 2025/08/16 12:15 p.m.7 views

CVE-2025-38546

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix memory leak of struct clipvcc. ioctlATMARPMKIP allocates struct clipvcc and set it to vcc-userback. The code assumes that vccdestroysocket passes NULL skb to vcc-push when the socket is closed, and then clippush...

5.5CVSS0.0016EPSS
SaveExploits0References10
NVD
NVD
added 2025/08/16 12:15 p.m.24 views

CVE-2025-38525

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix irq-disabled in localbhenable The rxrpcassessMTUsize function calls down into the IP layer to find out the MTU size for a route. When accepting an incoming call, this is called from rxrpcnewincomingcall which holds...

7.5CVSS0.00356EPSS
SaveExploits0References4
CVE
CVE
added 2025/08/16 11:22 a.m.76 views

CVE-2025-38546

CVE-2025-38546 (Linux kernel: ATM clip memory leak) The vulnerability is in the ATM subsystem’s clip code. The ioctl ATMARPD_CTRL path assigns NULL to vcc->push(), which breaks the expected cleanup path and leaks memory for the allocated struct clip_vcc during ATMARP handling. The root cause i...

5.5CVSS6.7AI score0.0016EPSS
SaveExploits0References10Affected Software1
ATTACKERKB
ATTACKERKB
added 2025/08/16 11:22 a.m.7 views

CVE-2025-38541

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: Fix null-ptr-deref in mt7925thermalinit devmkasprintf returns NULL on error. Currently, mt7925thermalinit does not check for this case, which results in a NULL pointer dereference. Add NULL check after...

5.5CVSS5.8AI score0.00143EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/08/16 11:15 a.m.8 views

UBUNTU-CVE-2025-38517

In the Linux kernel, the following vulnerability has been resolved: lib/alloctag: do not acquire non-existent lock in alloctagtopusers alloctagtopusers attempts to lock alloctagcttype-modlock even when the alloctagcttype is not allocated because: 1 alloc tagging is disabled because mem profiling ...

5.5CVSS5.7AI score0.00143EPSS
SaveExploits0References12
ATTACKERKB
ATTACKERKB
added 2025/08/16 11:12 a.m.12 views

CVE-2025-38525

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix irq-disabled in localbhenable The rxrpcassessMTUsize function calls down into the IP layer to find out the MTU size for a route. When accepting an incoming call, this is called from rxrpcnewincomingcall which holds...

7.5CVSS5.7AI score0.00356EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/08/16 11:12 a.m.32 views

CVE-2025-38525 rxrpc: Fix irq-disabled in local_bh_enable()

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix irq-disabled in localbhenable The rxrpcassessMTUsize function calls down into the IP layer to find out the MTU size for a route. When accepting an incoming call, this is called from rxrpcnewincomingcall which holds...

7.5CVSS0.00356EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/08/16 10:54 a.m.8 views

CVE-2025-38507

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: avoid bluetooth suspend/resume stalls Ensure we don't stall or panic the kernel when using bluetooth-connected controllers. This was reported as an issue on android devices using kernel 6.6 due to the resume hook...

5.5CVSS5.3AI score0.00143EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/08/16 10:54 a.m.15 views

CVE-2025-38507 HID: nintendo: avoid bluetooth suspend/resume stalls

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: avoid bluetooth suspend/resume stalls Ensure we don't stall or panic the kernel when using bluetooth-connected controllers. This was reported as an issue on android devices using kernel 6.6 due to the resume hook...

0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/08/16 10:54 a.m.7 views

CVE-2025-38507 HID: nintendo: avoid bluetooth suspend/resume stalls

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: avoid bluetooth suspend/resume stalls Ensure we don't stall or panic the kernel when using bluetooth-connected controllers. This was reported as an issue on android devices using kernel 6.6 due to the resume hook...

6AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/08/16 12:0 a.m.19 views

PT-2025-33568

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to interrupt handling within the rxrpc subsystem. Specifically, the rxrpc assess MTU size function, called from rxrpc new incoming call, can...

8.5CVSS6AI score0.07644EPSS
SaveExploits3References530
Positive Technologies
Positive Technologies
added 2025/08/16 12:0 a.m.12 views

PT-2025-33584 · Mt76 +2 · Mt76 +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the mt7925 thermal init function within the mt76 and mt7925 modules. The devm kasprintf function can return NULL on error, and the code does not che...

6.1AI score0.00143EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/08/16 12:0 a.m.4 views

SUSE SLES15 / openSUSE 15 Security Update : podman (SUSE-SU-2025:02808-1)

The remote SUSE Linux SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2025:02808-1 advisory. - CVE-2025-6032: Fixed machine init command failing to verify TLS certificate bsc1245320 Tenable has extracted the preceding...

8.3CVSS7.8AI score0.00434EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2025/08/15 12:51 p.m.9 views

Security update for podman

This update for podman fixes the following issues: CVE-2025-6032: Fixed machine init command failing to verify TLS certificate bsc1245320 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can r...

9CVSS7.3AI score0.00434EPSS
SaveExploits0References4
Rows per page
Query Builder