Lucene search
+L

8208 matches found

CVE
CVE
added 2025/05/09 6:41 a.m.102 views

CVE-2025-37837

CVE-2025-37837 addresses warnings in the Linux kernel: iommu/tegra241-cmdqv dmam_free_coherent() warnings during SMMU rollback and a memory-usage warning (128 pages) from free_contig_range, traced to devres-managed LVCMDQ resources freed by devm_action_release. The fix removes the unwind path in ...

5.5CVSS6.6AI score0.00261EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2025/05/09 4:55 a.m.6 views

SUSE CVE-2022-49809

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix skb leak in x25lapbreceiveframe x25lapbreceiveframe using skbcopy to get a private copy of skb, the new skb should be freed in the undersized/fragmented skb error handling path. Otherwise there is a memory leak...

5.5CVSS6.3AI score0.00189EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/05/09 4:54 a.m.9 views

SUSE CVE-2022-49905

In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix possible leaked pernet namespace in smcinit In smcinit, registerpernetsubsys&smcnetstatops is called without any error handling. If it fails, registering of &smcnetops won't be reverted. And if smcnlinit fails,...

5.5CVSS6.3AI score0.00197EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/05/09 3:23 a.m.17 views

SUSE CVE-2025-37805

In the Linux kernel, the following vulnerability has been resolved: sound/virtio: Fix cancelsync warnings on uninitialized workstructs Betty reported hitting the following warning: 8.709131 T221 WARNING: CPU: 2 PID: 221 at kernel/workqueue.c:4182 ... 8.713282 T221 Call trace: 8.713365 T221...

2.5CVSS7.6AI score0.00192EPSS
SaveExploits0References16
OSV
OSV
added 2025/05/08 5:29 p.m.12 views

CVE-2024-13009 Eclipse Jetty GZIP buffer release

In Eclipse Jetty versions 9.4.0 to 9.4.56 a buffer can be incorrectly released when confronted with a gzip error when inflating a request body. This can result in corrupted and/or inadvertent sharing of data between requests...

7.2CVSS7AI score
SaveExploits0References4
NVD
NVD
added 2025/05/08 7:15 a.m.33 views

CVE-2025-37805

In the Linux kernel, the following vulnerability has been resolved: sound/virtio: Fix cancelsync warnings on uninitialized workstructs Betty reported hitting the following warning: 8.709131 T221 WARNING: CPU: 2 PID: 221 at kernel/workqueue.c:4182 ... 8.713282 T221 Call trace: 8.713365 T221...

5.5CVSS0.00192EPSS
SaveExploits0References7
CVE
CVE
added 2025/05/08 6:26 a.m.138 views

CVE-2025-37805

CVE-2025-37805 (Linux kernel) : The issue arises in sound/virtio (virtio_snd) during probe/remove sequences, where uninitialized sub-structures could trigger cancel_work_sync on an uninitialized work_struct, leading to a warning trace in kernel/workqueue.c. The fix (as discussed in the connected ...

5.5CVSS5.3AI score0.00192EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/05/08 6:26 a.m.13 views

CVE-2025-37805 sound/virtio: Fix cancel_sync warnings on uninitialized work_structs

In the Linux kernel, the following vulnerability has been resolved: sound/virtio: Fix cancelsync warnings on uninitialized workstructs Betty reported hitting the following warning: 8.709131 T221 WARNING: CPU: 2 PID: 221 at kernel/workqueue.c:4182 ... 8.713282 T221 Call trace: 8.713365 T221...

5.5CVSS6.1AI score
SaveExploits0References10
CVE
CVE
added 2025/05/08 6:26 a.m.142 views

CVE-2025-37801

Summary: CVE-2025-37801 affects the Linux kernel driver for SPI on i.MX cores. The root cause is that after spi_imx_setupxfer() returns an error, spi_imx->rx and spi_imx->tx function pointers may be NULL, leading to a NULL pointer dereference during SPI transfers (spi_imx_pio_transfer , etc...

7.8CVSS5.3AI score0.002EPSS
SaveExploits0References6Affected Software1
RedhatCVE
RedhatCVE
added 2025/05/07 3:06 a.m.30 views

CVE-2025-20667

In Modem, there is a possible information disclosure due to incorrect error handling. This could lead to remote information disclosure, if a UE has connected to a rogue base station controlled by the attacker, with no additional execution privileges needed. User interaction is not needed for...

7.5CVSS6.8AI score0.00433EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/05/07 2:20 a.m.8 views

SUSE CVE-2022-49813

In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix error handling in enainit The enainit won't destroy workqueue created by createsinglethreadworkqueue when pciregisterdriver failed. Call destroyworkqueue when pciregisterdriver failed to prevent the resource leak...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/05/07 2:20 a.m.8 views

SUSE CVE-2022-49819

In the Linux kernel, the following vulnerability has been resolved: octeonep: fix potential memory leak in octepdevicesetup When occur unsupporteddev and mbox init errors, it did not free oct-conf and iounmap oct-mmioi.hwaddr. That would trigger memory leak problem. Add kfree for oct-conf and...

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/07 2:19 a.m.8 views

SUSE CVE-2022-49823

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

4.4CVSS6.2AI score0.00204EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/05/07 2:19 a.m.12 views

SUSE CVE-2022-49842

In the Linux kernel, the following vulnerability has been resolved: ASoC: core: Fix use-after-free in sndsocexit KASAN reports a use-after-free: BUG: KASAN: use-after-free in devicedel+0xb5b/0xc60 Read of size 8 at addr ffff888008655050 by task rmmod/387 CPU: 2 PID: 387 Comm: rmmod Hardware name:...

5.5CVSS6.4AI score0.0021EPSS
SaveExploits0References12
GithubExploit
GithubExploit
added 2025/05/06 4:44 p.m.384 views

Exploit for Missing Authentication for Critical Function in Commvault

CVE-2025-34028 - Commvault Command Center Remote Code Executio...

10CVSS10AI score0.97657EPSS
SaveExploits5
ATTACKERKB
ATTACKERKB
added 2025/05/06 9:15 a.m.4 views

CVE-2024-49841

Memory corruption during memory assignment to headless peripheral VM due to incorrect error code handling...

7.8CVSS5.8AI score0.001EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/05/06 8:32 a.m.15 views

CVE-2024-49841 Detection of Error Condition Without Action in Hypervisor

Memory corruption during memory assignment to headless peripheral VM due to incorrect error code handling...

7.8CVSS7.9AI score0.001EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/05/06 12:00 a.m.12 views

PT-2025-19862

Name of the Vulnerable Software and Affected Versions The product name cannot be determined. Description The issue involves memory corruption during memory assignment to a headless peripheral virtual machine due to incorrect error code handling. This can lead to potential security risks...

7.8CVSS6.7AI score0.001EPSS
SaveExploits0References4
Redos
Redos
added 2025/05/06 12:00 a.m.13 views

ROS-20250506-01

Vulnerability of net/ipv6 components of Linux operating system kernel is related to memory leak in function ip6negativeadvice in net/ipv6/route.c. Exploitation of the vulnerability could allow an attacker to cause a denial of service A vulnerability in the can component of the Linux operating...

9.8CVSS8.5AI score0.00699EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/05/06 12:00 a.m.10 views

Qualcomm Chipsets 安全漏洞

Qualcomm Chipsets are a family of chipsets from Qualcomm Incorporated USA. A security vulnerability exists in Qualcomm Chipsets that stems from incorrectly handling error code when allocating memory for a peripheral-less virtual machine, which could lead to memory corruption...

7.8CVSS6.7AI score0.001EPSS
SaveExploits0References1
Rows per page
Query Builder