Lucene search
+L

6008 matches found

UbuntuCve
UbuntuCve
added 2025/09/17 3:15 p.m.4 views

CVE-2023-53337

In the Linux kernel, the following vulnerability has been resolved: nilfs2: do not write dirty data after degenerating to read-only According to syzbot's report, markbufferdirty called from nilfssegctordoconstruct outputs a warning with some patterns after nilfs2 detects metadata corruption and...

5.5CVSS5.9AI score0.00203EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/09/17 3:15 p.m.6 views

CVE-2023-53338

In the Linux kernel, the following vulnerability has been resolved: lwt: Fix return values of BPF xmit ops BPF encap ops can return different types of positive values, such like NETRXDROP, NETXMITCN, NETDEVTXBUSY, and so on, from function skbdoredirect and bpflwtxmitreroute. At the xmit hook, suc...

9.8CVSS6.1AI score0.00539EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/09/16 5:15 p.m.4 views

CVE-2023-53313

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix wrong setting of maxcorrreaderrors There is no input check when echo md/maxreaderrors and overflow might occur. Add check of input number...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/09/16 5:15 p.m.4 views

CVE-2023-53332

In the Linux kernel, the following vulnerability has been resolved: genirq/ipi: Fix NULL pointer deref in irqdatagetaffinitymask If ipisendmask|single is called with an invalid interrupt number, all the local variables there will be NULL. ipisendverify which is invoked from these functions does...

5.5CVSS5.7AI score0.00143EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/09/16 5:15 p.m.4 views

CVE-2023-53327

In the Linux kernel, the following vulnerability has been resolved: iommufd/selftest: Catch overflow of uptr and length syzkaller hits a WARNON when trying to have a uptr close to UINTPTRMAX: WARNING: CPU: 1 PID: 393 at drivers/iommu/iommufd/selftest.c:403 iommufdtest+0xb19/0x16f0 Modules linked...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/09/16 5:15 p.m.4 views

CVE-2023-53325

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: dp: Change logging to dev for mtkdpauxtransfer Change logging from drmerr,info to deverr,info in functions mtkdpauxtransfer and mtkdpauxdotransfer: this will be essential to avoid getting NULL pointer kernel panics ...

5.5CVSS5.9AI score0.00143EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/09/16 1:16 p.m.4 views

CVE-2025-39824

In the Linux kernel, the following vulnerability has been resolved: HID: asus: fix UAF via HIDCLAIMEDINPUT validation After hidhwstart is called hidinputconnect will eventually be called to set up the device with the input layer since the HIDCONNECTDEFAULT connect mask is used. During...

7.8CVSS5.8AI score0.00163EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/09/16 1:15 p.m.6 views

CVE-2025-39814

In the Linux kernel, the following vulnerability has been resolved: ice: fix NULL pointer dereference in iceunplugauxdev on reset Issuing a reset when the driver is loaded without RDMA support, will results in a crash as it attempts to remove RDMA's non-existent auxbus device: echo 1...

5.5CVSS5.9AI score0.00127EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/09/16 8:15 a.m.4 views

CVE-2023-53280

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Remove unused nvmelswaitq wait queue System crash when qla2x00startspsp returns error code EGAIN and wakeup gets called for uninitialized wait queue sp-nvmelswaitq. qla2xxx 0000:37:00.1-2121:5: Returning existing...

5.5CVSS6.1AI score0.00156EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/09/16 8:15 a.m.4 views

CVE-2023-53286

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Return the firmware result upon destroying QP/RQ Previously when destroying a QP/RQ, the result of the firmware destruction function was ignored and upper layers weren't informed about the failure. Which in turn could...

7.8CVSS6.1AI score0.00153EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/09/16 8:15 a.m.3 views

CVE-2023-53275

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix a possible null-pointer dereference due to data race in sndhdacregmapsync The variable codec-regmap is often protected by the lock codec-regmaplock when is accessed. However, it is accessed without holding the lock...

5.5CVSS6.1AI score0.00156EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/09/16 12:00 a.m.4 views

CVE-2025-59437

The ip aka node-ip package through 2.0.1 in NPM might allow SSRF because the IP address value 0 is improperly categorized as globally routable via isPublic. NOTE: this issue exists because of an incomplete fix for CVE-2024-29415. NOTE: in current versions of several applications, connection...

3.2CVSS5.8AI score0.00125EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/09/15 8:15 p.m.10 views

CVE-2025-45091

Seafile versions 11.0.18-Pro, 12.0.10, and 12.0.10-Pro are vulnerable to a stored Cross-Site Scripting XSS attack. An authenticated attacker can exploit this vulnerability by modifying their username to include a malicious XSS payload in notification and activities...

5.4CVSS5.9AI score0.00206EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/09/15 3:15 p.m.4 views

CVE-2023-53230

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning in cifssmb3domount This fixes the following warning reported by kernel test robot fs/smb/client/cifsfs.c:982 cifssmb3domount warn: possible memory leak of 'cifssb'...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/09/15 3:15 p.m.5 views

CVE-2023-53239

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Add check for kzalloc As kzalloc may fail and return NULL pointer, it should be better to check the return value in order to avoid the NULL pointer dereference. Patchwork:...

5.5CVSS5.7AI score0.00156EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/09/15 3:15 p.m.4 views

CVE-2023-53259

In the Linux kernel, the following vulnerability has been resolved: VMCI: check context-notifypage after call to getuserpagesfast to avoid GPF The call to getuserpagesfast in vmcihostsetupnotify can return NULL context-notifypage causing a GPF. To avoid GPF check if context-notifypage == NULL and...

7.1CVSS6.5AI score0.00149EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/09/15 3:15 p.m.5 views

CVE-2022-50327

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: idle: Check acpifetchacpidev return value The return value of acpifetchacpidev could be NULL, which would cause a NULL pointer dereference to occur in acpidevicehid. rjw: Subject and changelog edits, added empty...

5.5CVSS6AI score0.00156EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2025/09/15 3:15 p.m.5 views

CVE-2023-53227

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.3AI score
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/09/15 3:15 p.m.4 views

CVE-2023-53233

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix deadlock triggered by canceldelayedworksyn The following LOCKDEP was detected: Workqueue: events smclgrfreework smc WARNING: possible circular locking dependency detected...

5.5CVSS5.7AI score0.00118EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/09/15 3:15 p.m.5 views

CVE-2023-53219

In the Linux kernel, the following vulnerability has been resolved: media: netupunidvb: fix use-after-free at deltimer When Universal DVB card is detaching, netupunidvbdmafini uses deltimer to stop dma-timeout timer. But when timer handler netupunidvbdmatimeout is running, deltimer could not stop...

7.8CVSS5.9AI score0.0016EPSS
SaveExploits0References10
Rows per page
Query Builder