Lucene search
+L

1711 matches found

UbuntuCve
UbuntuCve
added 2025/09/11 5:15 p.m.5 views

CVE-2025-39747

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Add error handling for krealloc in metadata setup Function msmioctlgeminfosetmetadata now checks for krealloc failure and returns -ENOMEM, avoiding potential NULL pointer dereference. Explicitly avoids GFPNOFAIL due to...

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

CVE-2025-39743

In the Linux kernel, the following vulnerability has been resolved: jfs: truncate good inode pages when hard link is 0 The fileset value of the inode copy from the disk by the reproducer is AGGRRESERVEDI. When executing evict, its hard link number is 0, so its inode pages are not truncated. This...

7.8CVSS6.5AI score0.00179EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/09/11 5:15 p.m.2 views

CVE-2025-39779

In the Linux kernel, the following vulnerability has been resolved: btrfs: subpage: keep TOWRITE tag until folio is cleaned btrfssubpagesetwriteback calls foliostartwriteback the first time a folio is written back, and it also clears the PAGECACHETAGTOWRITE tag even if there are still dirty block...

7.8CVSS5.6AI score0.00151EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2025/09/11 5:15 p.m.4 views

CVE-2025-39752

In the Linux kernel, the following vulnerability has been resolved: ARM: rockchip: fix kernel hang during smp initialization In order to bring up secondary CPUs main CPU write trampoline code to SRAM. The trampoline code is written while secondary CPUs are powered on at least that true for RK3188...

5.5CVSS6.1AI score0.0017EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/09/11 5:15 p.m.2 views

CVE-2025-39750

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Correct tid cleanup when tid setup fails Currently, if any error occurs during ath12kdprxpeertidsetup, the tid value is already incremented, even though the corresponding TID is not actually allocated. Proceed to...

8.8CVSS6.4AI score0.00231EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2025/09/11 5:15 p.m.5 views

CVE-2025-39772

In the Linux kernel, the following vulnerability has been resolved: drm/hisilicon/hibmc: fix the hibmc loaded failed bug When hibmc loaded failed, the driver use hibmcunload to free the resource, but the mutexes in mode.config are not init, which will access an NULL pointer. Just change goto...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/09/11 5:15 p.m.6 views

CVE-2025-39738

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not allow relocation of partially dropped subvolumes BUG There is an internal report that balance triggered transaction abort, with the following call trace: item 85 key 594509824 169 0 itemoff 12599 itemsize 33 extent...

7.8CVSS6.2AI score0.00169EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
added 2025/09/11 5:15 p.m.4 views

CVE-2025-39758

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix the sendmsg byte count in siwtcpsendpages Ever since commit c2ff29e99a76 "siw: Inline dotcpsendpages", we have been doing this: static int siwtcpsendpagesstruct socket s, struct page page, int offset, sizet size ......

9.8CVSS5.7AI score0.00404EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2025/09/11 1:00 p.m.7 views

CVE-2025-58060

OpenPrinting CUPS is an open source printing system for Linux and other Unix-like operating systems. In versions 2.4.12 and earlier, when the AuthType is set to anything but Basic, if the request contains an Authorization: Basic ... header, the password is not checked. This results in...

8CVSS7.2AI score0.00968EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2025/09/11 12:00 a.m.4 views

CVE-2025-48041

Allocation of Resources Without Limits or Throttling vulnerability in Erlang OTP ssh sshsftp modules allows Excessive Allocation, Flooding. This vulnerability is associated with program files lib/ssh/src/sshsftpd.erl. This issue affects OTP from OTP 17.0 before OTP 28.0.3, OTP 27.3.4.3 and...

7.1CVSS5.5AI score0.00385EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/09/08 10:15 a.m.5 views

CVE-2019-25225

sanitize-html prior to version 2.0.0-beta is vulnerable to Cross-site Scripting XSS. The sanitizeHtml function in index.js does not sanitize content when using the custom transformTags option, which is intended to convert attribute values into text. As a result, malicious input can be transformed...

6.1CVSS5.8AI score0.00269EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
added 2025/09/06 7:15 p.m.2 views

CVE-2025-58438

internetarchive is a Python and Command-Line Interface to Archive.org In versions 5.5.0 and below, there is a directory traversal path traversal vulnerability in the File.download method of the internetarchive library. The file.download method does not properly sanitize user-supplied filenames or...

9.4CVSS6AI score0.01503EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.3 views

CVE-2025-39684

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix use of uninitialized memory in doinsnioctl and doinsnlistioctl syzbot reports a KMSAN kernel-infoleak in doinsnioctl. A kernel buffer is allocated to hold insn-n samples each of which is an unsigned int. For some...

5.5CVSS6.2AI score0.00174EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.4 views

CVE-2025-39726

In the Linux kernel, the following vulnerability has been resolved: s390/ism: fix concurrency management in ismcmd The s390x ISM device data sheet clearly states that only one request-response sequence is allowable per ISM function at any point in time. Unfortunately as of today the s390/ism driv...

9.8CVSS5.6AI score0.00235EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.6 views

CVE-2025-39674

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: ufs-qcom: Fix ESI null pointer dereference ESI/MSI is a performance optimization feature that provides dedicated interrupts per MCQ hardware queue. This is optional feature and UFS MCQ should work with and without ESI...

5.5CVSS6AI score0.00137EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.3 views

CVE-2025-39676

In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Prevent a potential error pointer dereference The qla4xxxgetepfwdb function is supposed to return NULL on error, but qla4xxxepconnect returns error pointers. Propagating the error pointers will lead to an Oops in t...

5.5CVSS5.9AI score0.0017EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.8 views

CVE-2025-39677

In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix backlog accounting in qdiscdequeueinternal This issue applies for the following qdiscs: hhf, fq, fqcodel, and fqpie, and occurs in their change handlers when adjusting to the new limit. The problem is the following...

7.8CVSS5.8AI score0.00144EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.4 views

CVE-2025-39689

In the Linux kernel, the following vulnerability has been resolved: ftrace: Also allocate and copy hash for reading of filter files Currently the reader of setftracefilter and setftracenotrace just adds the pointer to the global tracer hash to its iterator. Unlike the writer that allocates a copy...

7.8CVSS6AI score0.0018EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.3 views

CVE-2025-39709

In the Linux kernel, the following vulnerability has been resolved: media: venus: protect against spurious interrupts during probe Make sure the interrupt handler is initialized before the interrupt is registered. If the IRQ is registered before hficreate, it's possible that an interrupt fires...

5.5CVSS6AI score0.00159EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.3 views

CVE-2025-39675

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null pointer check in modhdcphdcp1createsession The function modhdcphdcp1createsession calls the function getfirstactivedisplay, but does not check its return value. The return value is a null pointer if the...

5.5CVSS5.9AI score0.00156EPSS
SaveExploits0References33
Rows per page
Query Builder