Lucene search
+L

151 matches found

UbuntuCve
UbuntuCve
added 2025/05/08 12:0 a.m.3 views

CVE-2025-37807

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kmemleak warning for percpu hashmap Vlad Poenaru reported the following kmemleak issue: unreferenced object 0x606fd7c44ac8 size 32: backtrace crc 0: pcpuallocnoprof+0x730/0xeb0 bpfmapallocpercpu+0x69/0xc0...

5.5CVSS6AI score0.00187EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.5 views

CVE-2023-53042

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not set DRR on pipe Commit WHY Writing to DRR registers such as OTGVTOTALMIN on the same frame as a pipe commit can cause underflow...

5.5CVSS6.3AI score0.00187EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.11 views

CVE-2023-53114

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix kernel crash during reboot when adapter is in recovery mode If the driver detects during probe that firmware is in recovery mode then i40einitrecoverymode is called and the rest of probe function is skipped including...

5.5CVSS6.1AI score0.00189EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/05/01 3:16 p.m.2 views

CVE-2022-49794

In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91adc: fix possible memory leak in at91adcallocatetrigger If iiotriggerregister returns error, it should call iiotriggerfree to give up the reference that hold in iiotriggeralloc, so that it can call iiotrigrelease to...

5.5CVSS6AI score0.00189EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/05/01 3:16 p.m.9 views

CVE-2022-49829

In the Linux kernel, the following vulnerability has been resolved: drm/scheduler: fix fence ref counting We leaked dependency fences when processes were beeing killed. Additional to that grab a reference to the last scheduled fence...

5.5CVSS6.3AI score0.00159EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/05/01 3:16 p.m.3 views

CVE-2022-49824

In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in atatlinkadd In atatlinkadd, the return value of transportadddevice is not checked. As a result, it causes null-ptr-deref while removing the module, because transportremovedevice is...

5.5CVSS6AI score0.00204EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/05/01 3:16 p.m.11 views

CVE-2022-49853

In the Linux kernel, the following vulnerability has been resolved: net: macvlan: fix memory leaks of macvlancommonnewlink kmemleak reports memory leaks in macvlancommonnewlink, as follows: ip link add link eth0 name .. type macvlan mode source macaddr add kmemleak reports: unreferenced object...

5.5CVSS5.9AI score0.00211EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/05/01 3:16 p.m.4 views

CVE-2022-49879

In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUGON when directory entry has invalid reclen The reclen field in the directory entry has to be a multiple of 4. A corrupted filesystem image can be used to hit a BUG in ext4reclentodisk, called from makeindexeddir...

5.5CVSS6AI score0.00206EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/05/01 3:16 p.m.10 views

CVE-2022-49827

In the Linux kernel, the following vulnerability has been resolved: drm: Fix potential null-ptr-deref in drmvblankdestroyworker drmvblankinit call drmmaddactionorreset with drmvblankinitrelease as action. If drmmaddaction failed, will directly call drmvblankinitrelease with the vblank whose worke...

5.5CVSS6AI score0.00204EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/05/01 3:16 p.m.4 views

CVE-2022-49844

In the Linux kernel, the following vulnerability has been resolved: can: dev: fix skb drop check In commit a6d190f8c767 "can: skb: drop tx skb if in listen only mode" the priv-ctrlmode element is read even on virtual CAN interfaces that do not create the struct canpriv at startup. This...

7.1CVSS6.3AI score0.00174EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/05/01 3:16 p.m.4 views

CVE-2022-49838

In the Linux kernel, the following vulnerability has been resolved: sctp: clear outcurr if all frag chunks of current msg are pruned A crash was reported by Zhen Chen: listdel corruption, ffffa035ddf01c18-next is NULL WARNING: CPU: 1 PID: 250682 at lib/listdebug.c:49 listdelentryvalid+0x59/0xe0...

5.5CVSS5.7AI score0.00204EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/05/01 3:16 p.m.10 views

CVE-2022-49899

In the Linux kernel, the following vulnerability has been resolved: fscrypt: stop using keyrings subsystem for fscryptmasterkey The approach of fs/crypto/ internally managing the fscryptmasterkey structs as the payloads of "struct key" objects contained in a "struct key" keyring has outlived its...

7.8CVSS5.8AI score0.00217EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/05/01 3:15 p.m.5 views

CVE-2022-49762

In the Linux kernel, the following vulnerability has been resolved: ntfs: check overflow when iterating ATTRRECORDs Kernel iterates over ATTRRECORDs in mft record in ntfsattrfind. Because the ATTRRECORDs are next to each other, kernel can get the next ATTRRECORD from end address of current...

5.5CVSS6.1AI score0.00205EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/05/01 1:15 p.m.4 views

CVE-2025-37744

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12kpciremove Kmemleak reported this error: unreferenced object 0xffff1c165cec3060 size 32: comm "insmod", pid 560, jiffies 4296964570 age 235.596s backtrace: kmemcacheallocnode+0x1f4/0x2c0...

5.5CVSS5.9AI score0.00149EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2025/05/01 1:15 p.m.7 views

CVE-2025-37751

In the Linux kernel, the following vulnerability has been resolved: x86/cpu: Avoid running off the end of an AMD erratum table The NULL array terminator at the end of erratum1386microcode was removed during the switch from x86cpudesc to x86cpuid. This causes readers to run off the end of the arra...

7.1CVSS5.9AI score0.00152EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/04/25 3:15 p.m.10 views

CVE-2025-32044

A flaw has been identified in Moodle where, on certain sites, unauthenticated users could retrieve sensitive user data—including names, contact information, and hashed passwords—via stack traces returned by specific API calls. Sites with PHP configured with zend.exceptionignoreargs = 1 in the...

7.5CVSS6.9AI score0.00489EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2025/04/24 7:15 p.m.10 views

CVE-2025-43859

h11 is a Python implementation of HTTP/1.1. Prior to version 0.16.0, a leniency in h11's parsing of line terminators in chunked-coding message bodies can lead to request smuggling vulnerabilities under certain conditions. This issue has been patched in version 0.16.0. Since exploitation requires...

9.1CVSS6.9AI score0.00581EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/04/24 1:15 p.m.11 views

CVE-2025-46420

A flaw was found in libsoup. It is vulnerable to memory leaks in the soupheaderparsequalitylist function when parsing a quality list that contains elements with all zeroes...

6.5CVSS6.8AI score0.00555EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/04/23 3:16 p.m.10 views

CVE-2025-43965

In MIFF image processing in ImageMagick before 7.1.1-44, image depth is mishandled after SetQuantumFormat is used...

7.5CVSS5.8AI score0.00553EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/04/16 11:15 a.m.11 views

CVE-2024-58092

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix legacy client tracking initialization Get rid of the nfsd4legacytrackingops-init call in checkforlegacymethods. That will be handled in the caller nfsd4clienttrackinginit. Otherwise, we'll wind up calling...

5.5CVSS6.3AI score0.00174EPSS
SaveExploits0References19
Rows per page
Query Builder