Lucene search
+L

23593 matches found

Debian CVE
Debian CVE
added 2025/06/18 10:59 a.m.12 views

CVE-2022-49943

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix obscure lockdep violation for udcmutex A recent commit expanding the scope of the udclock mutex in the gadget core managed to cause an obscure and slightly bizarre lockdep violation. In abbreviated form:...

5.5CVSS5.4AI score0.00141EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 10:54 a.m.14 views

CVE-2022-49940

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: add sanity check for gsm-receive in gsmreceivebuf A null pointer dereference can happen when attempting to access the "gsm-receive" function in gsmldreceivebuf. Currently, the code assumes that gsm-recieve is only call...

5.5CVSS5.5AI score0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 10:54 a.m.37 views

CVE-2022-49939

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF of ref-proc caused by race condition A transaction of type BINDERTYPEWEAKHANDLE can fail to increment the reference for a node. In this case, the target proc normally releases the failed reference upon close as...

7.8CVSS5.8AI score0.00147EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 10:54 a.m.11 views

CVE-2022-49939 binder: fix UAF of ref->proc caused by race condition

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF of ref-proc caused by race condition A transaction of type BINDERTYPEWEAKHANDLE can fail to increment the reference for a node. In this case, the target proc normally releases the failed reference upon close as...

7.8CVSS6AI score
SaveExploits0References10
CVE
CVE
added 2025/06/18 10:54 a.m.98 views

CVE-2022-49935

CVE-2022-49935 affects the Linux kernel’s dma-buf/dma-resv code. The vulnerability arises from assuming a newly added fence is newer than all existing fences; with the explicit UAPI export/import, this assumption was removed, creating a path where userspace could force the kernel into a use-after...

7.8CVSS6.5AI score0.00148EPSS
SaveExploits0References2Affected Software1
Circl
Circl
added 2025/06/18 10:40 a.m.10 views

CVE-2025-38071

creationtimestamp| type| source ---|---|--- 2025-06-18 10:40:10+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/18710 2025-06-18 11:34:51+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lruw47z6zl2m 2025-12-03 14:14:49+00:00| seen|...

5.5CVSS6.2AI score0.00162EPSS
SaveExploits0References4
Circl
Circl
added 2025/06/18 10:40 a.m.13 views

CVE-2025-38079

creationtimestamp| type| source ---|---|--- 2025-06-18 10:40:00+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/18702 2025-06-18 11:38:45+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lruwd6gm5b2u 2025-08-18 14:25:55+00:00| seen|...

7.8CVSS6.9AI score0.00174EPSS
SaveExploits0References9
Circl
Circl
added 2025/06/18 10:39 a.m.10 views

CVE-2025-38080

creationtimestamp| type| source ---|---|--- 2025-06-18 10:39:59+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/18701 2025-06-18 11:31:23+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lruvvynxvj2r 2025-12-03 14:14:49+00:00| seen|...

7.8CVSS6.2AI score0.00153EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/18 10:21 a.m.10 views

CVE-2025-25265

A web application for configuring the controller is accessible at a specific path. It contains an endpoint that allows a high privileged remote attacker to read files from the system’s file structure...

4.9CVSS6.6AI score0.00402EPSS
SaveExploits0References1
NVD
NVD
added 2025/06/18 10:15 a.m.8 views

CVE-2025-38053

In the Linux kernel, the following vulnerability has been resolved: idpf: fix null-ptr-deref in idpffeaturescheck idpffeaturescheck is used to validate the TX packet. skb header length is compared with the hardware supported value received from the device control plane. The value is stored in the...

5.5CVSS0.00164EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 10:15 a.m.9 views

CVE-2025-38038

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: Remove unnecessary driverlock in setboost setboost is a per-policy function call, hence a driver wide lock is unnecessary. Also this mutexacquire can collide with the mutexacquire from the mode-switch path in...

5.5CVSS0.00164EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 10:15 a.m.10 views

CVE-2025-38028

In the Linux kernel, the following vulnerability has been resolved: NFS/localio: Fix a race in nfslocalopenfh Once the clp-cluuid.lock has been dropped, another CPU could come in and free the struct nfsdfile that was just added. To prevent that from happening, take the RCU read lock before droppi...

7.8CVSS0.00104EPSS
SaveExploits0References2
NVD
NVD
added 2025/06/18 10:15 a.m.10 views

CVE-2025-38027

In the Linux kernel, the following vulnerability has been resolved: regulator: max20086: fix invalid memory access max20086parseregulatorsdt calls ofregulatormatch using an array of struct ofregulatormatch allocated on the stack for the matches argument. ofregulatormatch calls...

7.1CVSS0.00174EPSS
SaveExploits0References6
NVD
NVD
added 2025/06/18 10:15 a.m.7 views

CVE-2025-38014

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Refactor remove call with idxdcleanup helper The idxdcleanup helper cleans up perfmon, interrupts, internals and so on. Refactor remove call with the idxdcleanup helper to avoid code duplication. Note, this also...

5.5CVSS0.00165EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.6 views

CVE-2025-38065

In the Linux kernel, the following vulnerability has been resolved: orangefs: Do not truncate file size 'len' is used to store the result of isizeread, so making 'len' a sizet results in truncation to 4GiB on 32-bit systems...

7.8CVSS6.4AI score0.00177EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.5 views

CVE-2025-38039

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Avoid WARNON when configuring MQPRIO with HTB offload enabled When attempting to enable MQPRIO while HTB offload is already configured, the driver currently returns -EINVAL and triggers a WARNON, leading to an...

5.5CVSS6.1AI score0.00165EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.8 views

CVE-2025-38081

In the Linux kernel, the following vulnerability has been resolved: spi-rockchip: Fix register out of bounds access Do not write native chip select stuff for GPIO chip selects. GPIOs can be numbered much higher than native CS. Also, it makes no sense...

7.1CVSS6.3AI score0.00156EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.4 views

CVE-2025-38047

In the Linux kernel, the following vulnerability has been resolved: x86/fred: Fix system hang during S4 resume with FRED enabled Upon a wakeup from S4, the restore kernel starts and initializes the FRED MSRs as needed from its perspective. It then loads a hibernation image, including the image...

5.5CVSS6.1AI score0.00164EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.3 views

CVE-2025-38053

In the Linux kernel, the following vulnerability has been resolved: idpf: fix null-ptr-deref in idpffeaturescheck idpffeaturescheck is used to validate the TX packet. skb header length is compared with the hardware supported value received from the device control plane. The value is stored in the...

5.5CVSS6AI score0.00164EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.5 views

CVE-2025-38064

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

7.8CVSS5.9AI score0.00137EPSS
SaveExploits0References11
Rows per page
Query Builder