Lucene search
+L

752 matches found

CVE
CVE
added 2025/10/23 2:9 p.m.37 views

CVE-2025-11429

CVE-2025-11429 (Keycloak) is a session-management logic flaw in which sessions created with the realm’s Remember Me setting stay valid beyond a recent realm-level security change. The vulnerability stems from how Keycloak expiration logic relies on the per-session remember-me flag without validat...

5.4CVSS6.1AI score0.00219EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/23 2:9 p.m.8 views

CVE-2025-11429 Keycloak-server: too long and not settings compliant session

A flaw was found in Keycloak. Keycloak does not immediately enforce the disabling of the "Remember Me" realm setting on existing user sessions. Sessions created while "Remember Me" was active retain their extended session lifetime until they expire, overriding the administrator's recent security...

5.4CVSS6.1AI score0.00219EPSS
SaveExploits0References12
EUVD
EUVD
added 2025/10/22 3:31 p.m.6 views

EUVD-2023-59996

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix NULL dereference in niwriteinode Syzbot reports a NULL dereference in niwriteinode. When creating a new inode, if allocation fails in miinit function called in miformatnew function, mi-mrec is set to NULL. In the...

4.8AI score0.00186EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/22 2:15 p.m.4 views

DEBIAN-CVE-2022-50568

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...

5.5AI score0.00205EPSS
SaveExploits0References1
NVD
NVD
added 2025/10/22 2:15 p.m.7 views

CVE-2022-50568

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...

0.00205EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/22 2:15 p.m.6 views

UBUNTU-CVE-2022-50568

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...

5.8AI score0.00205EPSS
SaveExploits0References10
CVE
CVE
added 2025/10/22 1:23 p.m.20 views

CVE-2022-50568

CVE-2022-50568 affects the Linux kernel USB gadget code for f_hidg. The embedded struct cdev’s lifetime was not tied to the enclosing f_hidg, creating a use-after-free if /dev/hidgN is kept open while the gadget is deleted. The fix is to pull the existing device into struct f_hidg and use the cde...

6.1AI score0.00205EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.10 views

CVE-2022-50568 usb: gadget: f_hid: fix f_hidg lifetime vs cdev

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...

0.00205EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/22 1:23 p.m.9 views

CVE-2022-50568 usb: gadget: f_hid: fix f_hidg lifetime vs cdev

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...

6.5AI score0.00205EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2025/10/16 11:9 a.m.4 views

CVE-2025-39966

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix race during abort for file descriptors fput doesn't actually call fileoperations release synchronously, it puts the file on a work queue and it will be released eventually. This is normally fine, except for iommufd t...

7.4CVSS5.3AI score0.00101EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/15 9:30 a.m.7 views

EUVD-2025-34606

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix race during abort for file descriptors fput doesn't actually call fileoperations release synchronously, it puts the file on a work queue and it will be released eventually. This is normally fine, except for iommufd t...

6.1AI score0.00101EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/15 8:15 a.m.14 views

CVE-2025-39966

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix race during abort for file descriptors fput doesn't actually call fileoperations release synchronously, it puts the file on a work queue and it will be released eventually. This is normally fine, except for iommufd t...

7CVSS0.00101EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/15 8:15 a.m.4 views

DEBIAN-CVE-2025-39966

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix race during abort for file descriptors fput doesn't actually call fileoperations release synchronously, it puts the file on a work queue and it will be released eventually. This is normally fine, except for iommufd t...

7CVSS6.3AI score0.00101EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/07 4:15 p.m.4 views

UBUNTU-CVE-2023-53665

In the Linux kernel, the following vulnerability has been resolved: md: don't dereference mddev after exportrdev Except for initial reference, mddev-kobject is referenced by rdev-kobject, and if the last rdev is freed, there is no guarantee that mddev is still valid. Hence mddev should not be use...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.13 views

CVE-2023-53665 md: don't dereference mddev after export_rdev()

In the Linux kernel, the following vulnerability has been resolved: md: don't dereference mddev after exportrdev Except for initial reference, mddev-kobject is referenced by rdev-kobject, and if the last rdev is freed, there is no guarantee that mddev is still valid. Hence mddev should not be use...

0.00119EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.3 views

EUVD-2018-17874

Malware in sbrugna...

8.8CVSS9.1AI score0.02623EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2016-2730

Malware in sbrugna...

10CVSS9.3AI score0.02342EPSS
SaveExploits0References16
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2020-12723

Malware in sbrugna...

9.8CVSS9.4AI score0.01149EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2019-15379

Malware in sbrugna...

8.8CVSS9.1AI score0.01402EPSS
SaveExploits0References13
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2021-1831

Malware in sbrugna...

9.8CVSS9.2AI score0.01648EPSS
SaveExploits1References5
Rows per page
Query Builder