Lucene search
+L

37347 matches found

NVD
NVD
added 2025/12/16 2:15 p.m.12 views

CVE-2025-68193

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Add devm release action to safely tear down CT When a buffer object BO is allocated with the XEBOFLAGGGTTINVALIDATE flag, the driver initiates TLB invalidation requests via the CTB mechanism while releasing the BO...

0.00185EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/16 2:15 p.m.8 views

CVE-2025-68175

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Fix streaming cleanup on release The current implementation unconditionally calls mxcisivideocleanupstreaming in mxcisivideorelease. This can lead to situations where any release call like from a simple...

7.8CVSS0.00152EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/16 2:15 p.m.14 views

UBUNTU-CVE-2025-68226

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix incomplete backport in cfidsinvalidationworker The previous commit bdb596ceb4b7 "smb: client: fix potential UAF in smb2closecachedfid" was an incomplete backport and missed one krefput call in...

8.8CVSS5.7AI score0.00351EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.8 views

CVE-2025-68215

In the Linux kernel, the following vulnerability has been resolved: ice: fix PTP cleanup on driver removal in error path Improve the cleanup on releasing PTP resources in error path. The error case might happen either at the driver probe and PTP feature initialization or on PTP restart errors in...

7CVSS5.7AI score0.00143EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.12 views

CVE-2025-68175

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Fix streaming cleanup on release The current implementation unconditionally calls mxcisivideocleanupstreaming in mxcisivideorelease. This can lead to situations where any release call like from a simple...

7.8CVSS5.4AI score0.00152EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.10 views

CVE-2025-68193

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Add devm release action to safely tear down CT When a buffer object BO is allocated with the XEBOFLAGGGTTINVALIDATE flag, the driver initiates TLB invalidation requests via the CTB mechanism while releasing the BO...

5.6AI score0.00185EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/16 2:15 p.m.10 views

UBUNTU-CVE-2025-68193

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Add devm release action to safely tear down CT When a buffer object BO is allocated with the XEBOFLAGGGTTINVALIDATE flag, the driver initiates TLB invalidation requests via the CTB mechanism while releasing the BO...

5.9AI score0.00185EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/16 2:15 p.m.11 views

UBUNTU-CVE-2025-68175

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Fix streaming cleanup on release The current implementation unconditionally calls mxcisivideocleanupstreaming in mxcisivideorelease. This can lead to situations where any release call like from a simple...

7.8CVSS5.7AI score0.00152EPSS
SaveExploits0References24
CVE
CVE
added 2025/12/16 1:57 p.m.35 views

CVE-2025-68215

CVE-2025-68215 concerns the Linux kernel ice driver. The vulnerability arises from improper cleanup of PTP resources on driver removal or error paths, where ice_ptp_cleanup_pf and ps_lock deinitialization could be skipped and the PTP clock may remain unregistered in error scenarios. The consequen...

7CVSS6.1AI score0.00143EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/16 1:57 p.m.40 views

CVE-2025-68215 ice: fix PTP cleanup on driver removal in error path

In the Linux kernel, the following vulnerability has been resolved: ice: fix PTP cleanup on driver removal in error path Improve the cleanup on releasing PTP resources in error path. The error case might happen either at the driver probe and PTP feature initialization or on PTP restart errors in...

7CVSS0.00143EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/16 1:43 p.m.37 views

CVE-2025-68193

Summary (CVE-2025-68193) : The Linux kernel’s drm/xe/guc driver introduced a devm-managed release action to safely tear down CTB during buffer object release when XE_BO_FLAG_GGTT_INVALIDATE is set, preventing a use-after-free scenario that could crash the system. The issue arose from premature CT...

6.3AI score0.00185EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/16 1:43 p.m.40 views

CVE-2025-68193 drm/xe/guc: Add devm release action to safely tear down CT

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Add devm release action to safely tear down CT When a buffer object BO is allocated with the XEBOFLAGGGTTINVALIDATE flag, the driver initiates TLB invalidation requests via the CTB mechanism while releasing the BO...

0.00185EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 1:43 p.m.12 views

CVE-2025-68193 drm/xe/guc: Add devm release action to safely tear down CT

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Add devm release action to safely tear down CT When a buffer object BO is allocated with the XEBOFLAGGGTTINVALIDATE flag, the driver initiates TLB invalidation requests via the CTB mechanism while releasing the BO...

6.6AI score
SaveExploits0References5
CVE
CVE
added 2025/12/16 1:42 p.m.35 views

CVE-2025-68175

CVE-2025-68175 affects the Linux kernel driver for i.MX8 iISI (NXP) where mxc_isi_video_release() unconditionally calls mxc_isi_video_cleanup_streaming(), risking release of an active streaming queue while a capture is in progress. The fix moves streaming preparation and cleanup to the vb2 framew...

7.8CVSS6AI score0.00152EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2025/12/16 1:42 p.m.3 views

CVE-2025-68175

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Fix streaming cleanup on release The current implementation unconditionally calls mxcisivideocleanupstreaming in mxcisivideorelease. This can lead to situations where any release call like from a simple...

5.7AI score0.00152EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/12/16 1:42 p.m.6 views

CVE-2025-68175 media: nxp: imx8-isi: Fix streaming cleanup on release

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Fix streaming cleanup on release The current implementation unconditionally calls mxcisivideocleanupstreaming in mxcisivideorelease. This can lead to situations where any release call like from a simple...

7.8CVSS6.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/16 1:42 p.m.50 views

CVE-2025-68175 media: nxp: imx8-isi: Fix streaming cleanup on release

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Fix streaming cleanup on release The current implementation unconditionally calls mxcisivideocleanupstreaming in mxcisivideorelease. This can lead to situations where any release call like from a simple...

7.8CVSS0.00152EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/12/16 8:49 a.m.12 views

CVE-2025-14711

A flaw has been found in FantasticLBP Hotels Server up to 67b44df162fab26df209bd5d5d542875fcbec1d0. This vulnerability affects unknown code of the file /controller/api/hotelList.php. This manipulation of the argument pickedHotelName/type causes sql injection. The attack is possible to be carried...

7.5CVSS6.8AI score0.00451EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2025/12/16 8:28 a.m.15 views

Important: Red Hat Security Advisory: RHSA 4.7.9 security and bug fix update

Updated images are now available for Red Hat Advanced Cluster Security RHACS, which typically include new features, bug fixes, and/or security patches. See the release notes link in the references section for a description of the fixes and enhancements in this particular release...

8.7CVSS7AI score0.75832EPSS
SaveExploits5References7
Vulnrichment
Vulnrichment
added 2025/12/16 2:25 a.m.1 views

CVE-2025-59385 QTS, QuTS hero

An authentication bypass by spoofing vulnerability has been reported to affect several QNAP operating system versions. The remote attackers can then exploit the vulnerability to access resources which are not otherwise accessible without proper authentication. We have already fixed the...

9.3CVSS6.6AI score0.00636EPSS
SaveExploits0References1
Rows per page
Query Builder