Lucene search
+L

9517 matches found

UbuntuCve
UbuntuCve
added 2025/02/27 8:16 p.m.14 views

CVE-2025-21812

In the Linux kernel, the following vulnerability has been resolved: ax25: rcu protect dev-ax25ptr syzbot found a lockdep issue 1. We should remove ax25 RTNL dependency in ax25setsockopt This should also fix a variety of possible UAF in ax25. 1 WARNING: possible circular locking dependency detecte...

7.8CVSS6.5AI score0.0022EPSS
SaveExploits0References19
OSV
OSV
added 2025/02/27 8:06 p.m.9 views

CVE-2025-21824 gpu: host1x: Fix a use of uninitialized mutex

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a use of uninitialized mutex commit c8347f915e67 "gpu: host1x: Fix boot regression for Tegra" caused a use of uninitialized mutex leading to below warning when CONFIGDEBUGMUTEXES and CONFIGDEBUGLOCKALLOC are...

5.5CVSS6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/02/27 8:04 p.m.11 views

CVE-2025-21816

In the Linux kernel, the following vulnerability has been resolved: hrtimers: Force migrate away hrtimers queued after CPUHPAPHRTIMERSDYING hrtimers are migrated away from the dying CPU to any online target at the CPUHPAPHRTIMERSDYING stage in order not to delay bandwidth timers handling tasks...

5.5CVSS5.7AI score0.00202EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/27 8:01 p.m.12 views

CVE-2025-21811 nilfs2: protect access to buffers with no active references

In the Linux kernel, the following vulnerability has been resolved: nilfs2: protect access to buffers with no active references nilfslookupdirtydatabuffers, which iterates through the buffers attached to dirty data folios/pages, accesses the attached buffers without locking the folios/pages. For...

7.8CVSS7.4AI score0.00226EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/27 8:00 p.m.13 views

CVE-2025-21803

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix warnings during S3 suspend The enablegpewakeup function calls acpienableallwakeupgpes, and the later one may call the preemptschedulecommon function, resulting in a thread switch and causing the CPU to be in an...

5.5CVSS5.7AI score0.00231EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/02/27 7:25 p.m.12 views

CVE-2025-21710

In the Linux kernel, the following vulnerability has been resolved: tcp: correct handling of extreme memory squeeze Testing with iperf3 using the "pasta" protocol splicer has revealed a problem in the way tcp handles window advertising in extreme memory squeeze situations. Under memory pressure, ...

5.5CVSS6.1AI score0.00262EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 7:23 p.m.11 views

CVE-2022-49485

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix null pointer dereference of pointer perfmon In the unlikely event that pointer perfmon is null the WARNON return path occurs after the pointer has already been deferenced. Fix this by only dereferencing perfmon after...

5.5CVSS6.5AI score0.00263EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 7:02 p.m.5 views

CVE-2025-21713

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: Don't unset window if it was never set On pSeries, when user attempts to use the same vfio container used by different iommu group, the spaprtcesetwindow returns -EPERM and the subsequent cleanup leads to t...

4.4CVSS6.4AI score0.00203EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 6:26 p.m.7 views

CVE-2022-49091

In the Linux kernel, the following vulnerability has been resolved: drm/imx: Fix memory leak in imxpdconnectorgetmodes Avoid leaking the display mode variable if ofgetdrmdisplaymode fails. Addresses-Coverity-ID: 1443943 "Resource leak"...

5.5CVSS6.4AI score0.00248EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 5:59 p.m.10 views

CVE-2022-49675

In the Linux kernel, the following vulnerability has been resolved: tick/nohz: unexport init-annotated ticknohzfullsetup EXPORTSYMBOL and init is a bad combination because the .init.text section is freed up after the initialization. Hence, modules cannot use symbols annotated init. The access to ...

5.5CVSS6.5AI score0.00281EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 5:30 p.m.7 views

CVE-2022-49297

In the Linux kernel, the following vulnerability has been resolved: nbd: fix io hung while disconnecting device In our tests, "qemu-nbd" triggers a io hung: INFO: task qemu-nbd:11445 blocked for more than 368 seconds. Not tainted 5.18.0-rc3-next-20220422-00003-g2176915513ca 884 "echo 0...

5.5CVSS6.7AI score0.00284EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 5:29 p.m.3 views

CVE-2025-21735

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Add bounds checking in ncihcicreatepipe The "pipe" variable is a u8 which comes from the network. If it's more than 127, then it results in memory corruption in the caller, ncihciconnectgate...

7.8CVSS6.6AI score0.00337EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 4:59 p.m.19 views

CVE-2022-49557

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: KVM: Set the base guest FPU uABI size to sizeofstruct kvmxsave Set the starting uABI size of KVM's guest FPU to 'struct kvmxsave', i.e. to KVM's historical uABI size. When saving FPU state for usersapce, KVM well, now th...

5.5CVSS6.2AI score0.00274EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 4:57 p.m.20 views

CVE-2025-21715

In the Linux kernel, the following vulnerability has been resolved: net: davicom: fix UAF in dm9000drvremove dm is netdev private data and it cannot be used after freenetdev call. Using dm after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function. This is similar ...

5.5CVSS7.4AI score0.00221EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 4:28 p.m.12 views

CVE-2024-58016

In the Linux kernel, the following vulnerability has been resolved: safesetid: check size of policy writes syzbot attempts to write a buffer with a large size to a sysfs entry with writes handled by handlepolicyupdate, triggering a warning in kmalloc. Check the size specified for write buffers...

5.5CVSS6.5AI score0.00203EPSS
SaveExploits0References4
Circl
Circl
added 2025/02/27 4:26 p.m.10 views

CVE-2025-1755

creationtimestamp| type| source ---|---|--- 2025-02-27 16:26:09+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/5711 2025-02-27 17:02:55+00:00| seen| https://infosec.exchange/users/cR0w/statuses/114076927570984469 2025-02-27 18:00:35+00:00| seen|...

7.8CVSS4.8AI score0.00144EPSS
SaveExploits0References3
Circl
Circl
added 2025/02/27 4:26 p.m.10 views

CVE-2025-25324

creationtimestamp| type| source ---|---|--- 2025-02-27 16:26:08+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/5710 2025-02-27 17:53:43+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lj6hjg5eaq2y 2025-02-27 19:15:50+00:00| seen|...

5.5CVSS5.3AI score0.00184EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/02/27 3:54 p.m.11 views

CVE-2022-49073

In the Linux kernel, the following vulnerability has been resolved: ata: satadwc460ex: Fix crash due to OOB write the driver uses libata's "tag" values from in various arrays. Since the mentioned patch bumped the ATATAGINTERNAL to 32, the value of the SATADWCQCMDMAX needs to account for that...

5.5CVSS6.5AI score0.00271EPSS
SaveExploits0References4
Circl
Circl
added 2025/02/27 3:29 p.m.23 views

CVE-2024-54170

creationtimestamp| type| source ---|---|--- 2025-02-27 15:29:25+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/5683 2025-02-27 16:12:27+00:00| seen| https://infosec.exchange/users/cR0w/statuses/114076729153415963 2025-08-22 14:52:22+00:00| seen| MISP/24306fae-b16b-4478-9297-d2973cdb583c...

5.5CVSS4.8AI score0.00138EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/02/27 3:25 p.m.8 views

CVE-2022-49718

In the Linux kernel, the following vulnerability has been resolved: irqchip/apple-aic: Fix refcount leak in aicoficinit ofgetchildbyname returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS6.3AI score0.00218EPSS
SaveExploits0References4
Rows per page
Query Builder