Lucene search
+L

10522 matches found

BDU FSTEC
BDU FSTEC
added 2025/10/07 12:00 a.m.5 views

The vulnerability of the tls_rx_msg_size() function in the Linux kernel’s TLS component allows a attacker to cause a service failure.

The vulnerability of the tlsrxmsgsize function in the Linux kernel’s TLS component is related to the unlimited distribution of resources. Exploiting this vulnerability could allow an attacker to cause a service failure...

7CVSS7.2AI score0.08942EPSS
SaveExploits1References13Affected Software4
CNNVD
CNNVD
added 2025/10/07 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a failure to check hifmspi and mspi resource availability, which could lead to a null pointer dereference...

5.8AI score0.00141EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2025/10/07 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the failure to release V4L2 fwnode resources upon a check failure in the hi846parsedt function, which could...

6.1AI score0.00184EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/10/07 12:00 a.m.22 views

PT-2025-41102

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the bcm-qspi driver. If neither a "hif mspi" nor "mspi" resource is present, the driver exits probe prematurely but still indicates success. This...

7.8CVSS6.1AI score0.08942EPSS
SaveExploits4References991
OSV
OSV
added 2025/10/06 6:31 p.m.6 views

GHSA-M42M-M8CR-8M58 LangChain Text Splitters is vulnerable to XML External Entity (XXE) attacks due to unsafe XSLT parsing

The HTMLSectionSplitter class in langchain-text-splitters is vulnerable to XML External Entity XXE attacks due to unsafe XSLT parsing. This vulnerability arises because the class allows the use of arbitrary XSLT stylesheets, which are parsed using lxml.etree.parse and lxml.etree.XSLT without any...

7.5CVSS7.2AI score0.00604EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/10/05 2:56 a.m.8 views

SUSE CVE-2023-53567

In the Linux kernel, the following vulnerability has been resolved: spi: qup: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a...

5.5CVSS6.5AI score0.00136EPSS
SaveExploits0References7
NVD
NVD
added 2025/10/04 4:15 p.m.8 views

CVE-2023-53596

In the Linux kernel, the following vulnerability has been resolved: drivers: base: Free devm resources when unregistering a device In the current code, devresreleaseall only gets called if the device has a bus and has been probed. This leads to issues when using bus-less or driver-less devices...

7.8CVSS0.00143EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/04 4:15 p.m.8 views

AZL-75072 CVE-2022-50500 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix memory leak in nsimdrvprobe when nsimdevresourcesregister failed If some items in nsimdevresourcesregister fail, memory leak will occur. The following is the memory leak information. unreferenced object...

5.5CVSS5.6AI score0.00128EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.9 views

UBUNTU-CVE-2022-50500

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix memory leak in nsimdrvprobe when nsimdevresourcesregister failed If some items in nsimdevresourcesregister fail, memory leak will occur. The following is the memory leak information. unreferenced object...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/04 4:15 p.m.10 views

UBUNTU-CVE-2023-53567

In the Linux kernel, the following vulnerability has been resolved: spi: qup: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a...

5.5CVSS5.8AI score0.00136EPSS
SaveExploits0References11
OSV
OSV
added 2025/10/04 4:15 p.m.10 views

UBUNTU-CVE-2023-53596

In the Linux kernel, the following vulnerability has been resolved: drivers: base: Free devm resources when unregistering a device In the current code, devresreleaseall only gets called if the device has a bus and has been probed. This leads to issues when using bus-less or driver-less devices...

7.8CVSS5.7AI score0.00143EPSS
SaveExploits0References18
CVE
CVE
added 2025/10/04 3:44 p.m.27 views

CVE-2023-53596

In CVE-2023-53596, the Linux kernel patch fixes a resource leak by ensuring devm resources are released on device_del() even for bus-less/driver-less devices. The current code only calls devres_release_all() when the device has a bus and has been probed, which could leave device-managed resources...

7.8CVSS6.2AI score0.00143EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/10/04 3:44 p.m.17 views

CVE-2023-53596 drivers: base: Free devm resources when unregistering a device

In the Linux kernel, the following vulnerability has been resolved: drivers: base: Free devm resources when unregistering a device In the current code, devresreleaseall only gets called if the device has a bus and has been probed. This leads to issues when using bus-less or driver-less devices...

0.00143EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/04 3:44 p.m.5 views

CVE-2023-53596 drivers: base: Free devm resources when unregistering a device

In the Linux kernel, the following vulnerability has been resolved: drivers: base: Free devm resources when unregistering a device In the current code, devresreleaseall only gets called if the device has a bus and has been probed. This leads to issues when using bus-less or driver-less devices...

6.5AI score
SaveExploits0References9
CVE
CVE
added 2025/10/04 3:43 p.m.34 views

CVE-2022-50500

CVE-2022-50500 – Linux kernel (netdevsim): The vulnerability is a memory leak in nsim_drv_probe() when nsim_dev_resources_register() fails, as reported in the initial document. Unreferenced object and backtrace indicate leak of 128-byte allocation in that failure path. The issue is fixed in the L...

5.5CVSS6.1AI score0.00128EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/10/04 3:43 p.m.6 views

CVE-2022-50500 netdevsim: fix memory leak in nsim_drv_probe() when nsim_dev_resources_register() failed

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix memory leak in nsimdrvprobe when nsimdevresourcesregister failed If some items in nsimdevresourcesregister fail, memory leak will occur. The following is the memory leak information. unreferenced object...

6.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/04 3:43 p.m.11 views

CVE-2022-50500 netdevsim: fix memory leak in nsim_drv_probe() when nsim_dev_resources_register() failed

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix memory leak in nsimdrvprobe when nsimdevresourcesregister failed If some items in nsimdevresourcesregister fail, memory leak will occur. The following is the memory leak information. unreferenced object...

0.00128EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/04 3:17 p.m.31 views

CVE-2023-53567

CVE-2023-53567 – Linux kernel : The issue affects the kernel SPI QUP driver. The root cause is returning early from a platform driver’s remove callback, which prevents releasing DMA resources in the error path, causing a permanent resource leak. The fix ensures proper cleanup by not skipping hard...

5.5CVSS6.1AI score0.00136EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/10/04 3:17 p.m.15 views

CVE-2023-53567 spi: qup: Don't skip cleanup in remove's error path

In the Linux kernel, the following vulnerability has been resolved: spi: qup: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a...

0.00136EPSS
SaveExploits0References8
Rockylinux
Rockylinux
added 2025/10/04 12:11 a.m.14 views

tomcat security update

An update is available for tomcat. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list Apache Tomcat is a servlet container for the Java Servlet and JavaServer Pages...

7.5CVSS7AI score0.67821EPSS
SaveExploits1
Rows per page
Query Builder