Lucene search
+L

3636 matches found

OSV
OSV
added 2025/07/10 8:15 a.m.6 views

UBUNTU-CVE-2025-38296

In the Linux kernel, the following vulnerability has been resolved: ACPI: platformprofile: Avoid initializing on non-ACPI platforms The platform profile driver is loaded even on platforms that do not have ACPI enabled. The initialization of the sysfs entries was recently moved from...

5.5CVSS5.9AI score0.0013EPSS
SaveExploits0References12
CVE
CVE
added 2025/07/10 7:42 a.m.50 views

CVE-2025-38296

CVE-2025-38296 affects the Linux kernel platform_profile driver. On non-ACPI platforms, sysfs entries were initialized during module init, requiring acpi_kobj and triggering a warning. The fix is to check that ACPI is enabled before creating the sysfs entries (platform_profile_init) to prevent in...

5.5CVSS6.5AI score0.0013EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/07/10 7:42 a.m.18 views

CVE-2025-38296 ACPI: platform_profile: Avoid initializing on non-ACPI platforms

In the Linux kernel, the following vulnerability has been resolved: ACPI: platformprofile: Avoid initializing on non-ACPI platforms The platform profile driver is loaded even on platforms that do not have ACPI enabled. The initialization of the sysfs entries was recently moved from...

0.0013EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/10 7:42 a.m.9 views

CVE-2025-38296 ACPI: platform_profile: Avoid initializing on non-ACPI platforms

In the Linux kernel, the following vulnerability has been resolved: ACPI: platformprofile: Avoid initializing on non-ACPI platforms The platform profile driver is loaded even on platforms that do not have ACPI enabled. The initialization of the sysfs entries was recently moved from...

6.4AI score
SaveExploits0References5
OSV
OSV
added 2025/07/10 7:41 a.m.7 views

CVE-2025-38276 fs/dax: Fix "don't skip locked entries when scanning entries"

In the Linux kernel, the following vulnerability has been resolved: fs/dax: Fix "don't skip locked entries when scanning entries" Commit 6be3e21d25ca "fs/dax: don't skip locked entries when scanning entries" introduced a new function, waitentryunlockedexclusive, which waits for the current entry ...

7.8CVSS6.5AI score
SaveExploits0References5
CVE
CVE
added 2025/07/10 7:41 a.m.57 views

CVE-2025-38276

In CVE-2025-38276, the issue comes from fs/dax after the commit 6be3e21d25ca, which introduced wait_entry_unlocked_exclusive() that waits for an entry to unlock without advancing the XArray iterator state. Dropping the XArray lock requires xas_pause(), which advances the iterator state to the nex...

7.8CVSS6.5AI score0.00112EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/07/10 7:41 a.m.17 views

CVE-2025-38276 fs/dax: Fix "don't skip locked entries when scanning entries"

In the Linux kernel, the following vulnerability has been resolved: fs/dax: Fix "don't skip locked entries when scanning entries" Commit 6be3e21d25ca "fs/dax: don't skip locked entries when scanning entries" introduced a new function, waitentryunlockedexclusive, which waits for the current entry ...

7.8CVSS0.00112EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/09 11:15 a.m.18 views

AZL-70492 CVE-2025-38248 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bridge: mcast: Fix use-after-free during router port configuration The bridge maintains a global list of ports behind which a multicast router resides. The list is consulted during forwarding to ensure multicast packets are...

7.8CVSS6.2AI score0.00253EPSS
SaveExploits1References1
OSV
OSV
added 2025/07/09 11:15 a.m.3 views

DEBIAN-CVE-2025-38248

In the Linux kernel, the following vulnerability has been resolved: bridge: mcast: Fix use-after-free during router port configuration The bridge maintains a global list of ports behind which a multicast router resides. The list is consulted during forwarding to ensure multicast packets are...

7.8CVSS5.9AI score0.00253EPSS
SaveExploits1References1
OSV
OSV
added 2025/07/09 11:15 a.m.13 views

UBUNTU-CVE-2025-38248

In the Linux kernel, the following vulnerability has been resolved: bridge: mcast: Fix use-after-free during router port configuration The bridge maintains a global list of ports behind which a multicast router resides. The list is consulted during forwarding to ensure multicast packets are...

7.8CVSS6.2AI score0.00253EPSS
SaveExploits1References41
Positive Technologies
Positive Technologies
added 2025/07/08 12:00 a.m.8 views

PT-2025-28279 · Sap · Sap Business Warehouse +1

Name of the Vulnerable Software and Affected Versions: SAP Business Warehouse and SAP BW/4HANA BEx Tools affected versions not specified Description: The issue allows an authenticated attacker to gain higher access levels than intended by exploiting improper authorization checks. This could...

4.3CVSS6.2AI score0.00204EPSS
SaveExploits0References5
OPENSUSE Linux
OPENSUSE Linux
added 2025/07/05 12:00 a.m.9 views

xorg-x11-server-21.1.15-6.1 on GA media (moderate)

xorg-x11-server-21.1.15-6.1 on GA media Announcement ID: openSUSE-SU-2025:15310-1 Rating: moderate Cross-References: CVE-2025-49175 CVE-2025-49176 CVE-2025-49177 CVE-2025-49178 CVE-2025-49179 CVE-2025-49180 CVSS scores: CVE-2025-49175 SUSE : 7.1 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H...

8.5CVSS6.7AI score0.00409EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/07/04 11:22 p.m.6 views

SUSE CVE-2025-38211

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix use-after-free of work objects after cmid destruction The commit 59c68ac31e15 "iwcm: free cmid resources on the last deref" simplified cmid resource management by freeing cmid once all references to the cmid were...

6.1CVSS6.4AI score0.00344EPSS
SaveExploits0References25
OSV
OSV
added 2025/07/04 2:15 p.m.0 views

DEBIAN-CVE-2025-38211

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix use-after-free of work objects after cmid destruction The commit 59c68ac31e15 "iwcm: free cmid resources on the last deref" simplified cmid resource management by freeing cmid once all references to the cmid were...

7.8CVSS5.9AI score0.00344EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.8 views

AZL-64725 CVE-2025-38183 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: net: lan743x: fix potential out-of-bounds write in lan743xptpioeventclockget Before calling lan743xptpioeventclockget, the 'channel' value is checked against the maximum value of PCI11X1XPTPIOMAXCHANNELS8. This seems correct and...

7.8CVSS5.6AI score0.00159EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.11 views

UBUNTU-CVE-2025-38180

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix /proc/net/atm/lec handling /proc/net/atm/lec must ensure safety against devlec changes. It appears it had devput calls without prior devhold, leading to imbalance and UAF...

8.5CVSS6.2AI score0.00174EPSS
SaveExploits0References28
OSV
OSV
added 2025/07/04 2:15 p.m.7 views

UBUNTU-CVE-2025-38211

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix use-after-free of work objects after cmid destruction The commit 59c68ac31e15 "iwcm: free cmid resources on the last deref" simplified cmid resource management by freeing cmid once all references to the cmid were...

9.8CVSS6.2AI score0.00344EPSS
SaveExploits0References40
SUSE Linux
SUSE Linux
added 2025/06/26 7:33 p.m.6 views

Security update for the Linux Kernel (Live Patch 48 for SLE 15 SP3)

This update for the Linux Kernel 5.3.18-15030059174 fixes several issues. The following security issues were fixed: CVE-2024-56601: net: inet: do not leave a dangling sk pointer in inetcreate bsc1235231. CVE-2024-50279: dm cache: fix out-of-bounds access to the dirty bitset when resizing...

8.5CVSS8AI score0.00337EPSS
SaveExploits0References28
Positive Technologies
Positive Technologies
added 2025/06/22 12:00 a.m.5 views

PT-2025-30757

Name of the Vulnerable Software and Affected Versions Linux kernel versions 6.16.0-rc2-WSL2-STABLE and earlier. Description A runtime warning was observed in the truncate folio batch exceptionals function within the Linux kernel's fuse module. This issue was addressed by applying a fix initially...

7.8CVSS6.2AI score0.00157EPSS
SaveExploits0References14
NVD
NVD
added 2025/06/21 10:15 p.m.15 views

CVE-2025-1987

A Cross-Site Scripting XSS vulnerability has been identified in Psono-Client’s handling of vault entries of type websitepassword and bookmark, as used in Bitdefender SecurePass. The client does not properly sanitize the URL field in these entries. As a result, an attacker can craft a malicious...

9.3CVSS0.00485EPSS
SaveExploits0References1
Rows per page
Query Builder