Lucene search
+L

10167 matches found

Wolfi
Wolfi
added 2025/07/25 1:47 p.m.6 views

GHSA-H92Q-FGPP-QHRQ vulnerabilities

Vulnerabilities for packages: juicefs...

7.5AI score
SaveExploits0
Wolfi
Wolfi
added 2025/07/25 1:47 p.m.15 views

GHSA-GV9J-4W24-Q7VX vulnerabilities

Vulnerabilities for packages: juicefs...

7.5AI score
SaveExploits0
Wolfi
Wolfi
added 2025/07/25 1:47 p.m.19 views

CVE-2022-2835 vulnerabilities

Vulnerabilities for packages: juicefs...

4.4CVSS5.9AI score0.00176EPSS
SaveExploits0
Wolfi
Wolfi
added 2025/07/25 1:47 p.m.5 views

GHSA-CH7V-37XG-75PH vulnerabilities

Vulnerabilities for packages: juicefs...

7.5AI score
SaveExploits0
Wolfi
Wolfi
added 2025/07/25 1:47 p.m.23 views

CVE-2023-30464 vulnerabilities

Vulnerabilities for packages: juicefs...

7.5CVSS6.6AI score0.00408EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.7 views

CVE-2025-38368

In the Linux kernel, the following vulnerability has been resolved: misc: tps6594-pfsm: Add NULL pointer check in tps6594pfsmprobe The returned value, pfsm-miscdev.name, from devmkasprintf could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to th...

5.5CVSS5.7AI score0.0015EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.4 views

CVE-2025-38385

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: fix WARN in netifnapidellocked on disconnect Remove redundant netifnapidel call from disconnect path. A WARN may be triggered in netifnapidellocked during USB device disconnect: WARNING: CPU: 0 PID: 11 at...

7.8CVSS6AI score0.0017EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.6 views

CVE-2025-38374

In the Linux kernel, the following vulnerability has been resolved: optee: ffa: fix sleep in atomic context The OP-TEE driver registers the function notifcallback for FF-A notifications. However, this function is called in an atomic context leading to errors like this when processing asynchronous...

5.5CVSS5.7AI score0.00148EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.6 views

CVE-2025-38365

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix a race between renames and directory logging We have a race between a rename and directory inode logging that if it happens and we crash/power fail before the rename completes, the next time the filesystem is mounted,...

9.1CVSS6.1AI score0.00297EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.5 views

CVE-2025-38367

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Avoid overflow with array index The variable index is modified and reused as array index when modify register EIOINTCENABLE. There will be array index overflow problem...

8.8CVSS6.6AI score0.00148EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.6 views

CVE-2025-38397

In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: fix suspicious RCU usage warning When I run the NVME over TCP test in virtme-ng, I get the following "suspicious RCU usage" warning in nvmempathaddsysfslink: ''' 5.024557 T44 nvmet: Created nvm controller 1 for...

5.5CVSS5.9AI score0.00132EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.11 views

CVE-2025-38399

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix NULL pointer dereference in corescsi3decodespeciport The function corescsi3decodespeciport, in its error code path, unconditionally calls corescsi3lunaclundependitem passing the destsedeve pointer, which may be...

7.5CVSS6.3AI score0.00423EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.5 views

CVE-2025-38394

In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix memory corruption of inputhandlerlist In appletbkbdprobe an input handler is initialised and then registered with input core through inputregisterhandler. When this happens input core will add the input...

7.8CVSS6.6AI score0.00148EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.5 views

CVE-2025-38383

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix data race in shownumainfo The following data-race was found in shownumainfo: ================================================================== BUG: KCSAN: data-race in vmallocinfoshow / vmallocinfoshow read to...

4.7CVSS5.3AI score0.00113EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.5 views

CVE-2025-38392

In the Linux kernel, the following vulnerability has been resolved: idpf: convert control queue mutex to a spinlock With VIRTCHNL2CAPMACFILTER enabled, the following warning is generated on module load: 324.701677 BUG: sleeping function called from invalid context at kernel/locking/mutex.c:578...

5.5CVSS6AI score0.00157EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.6 views

CVE-2025-38363

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix a possible null pointer dereference In tegracrtcreset, new memory is allocated with kzalloc, but no check is performed. Before calling drmatomichelpercrtcreset, state should be checked to prevent possible null...

5.5CVSS6AI score0.0017EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.8 views

CVE-2025-38373

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix potential deadlock in MR deregistration The issue arises when kzalloc is invoked while holding umemmutex or any other lock acquired under umemmutex. This is problematic because kzalloc can trigger fsreclaimaqcuire,...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.6 views

CVE-2025-38353

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix taking invalid lock on wedge If device wedges on e.g. GuC upload, the submission is not yet enabled and the state is not even initialized. Protect the wedge call so it does nothing in this case. It fixes the following...

5.5CVSS6AI score0.00119EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.9 views

CVE-2025-38376

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume Shawn and John reported a hang issue during system suspend as below: - USB gadget is enabled as Ethernet - There is data transfer over USB Ethernet scp a b...

5.5CVSS5.9AI score0.0015EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.12 views

CVE-2025-38393

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pNFS: Fix a race to wake on NFSLAYOUTDRAIN We found a few different systems hung up in writeback waiting on the same page lock, and one task waiting on the NFSLAYOUTDRAIN bit in pnfsupdatelayout, however the pnfslayouthdr's...

7.5CVSS5.9AI score0.00339EPSS
SaveExploits0References40
Rows per page
Query Builder