Lucene search
+L

75 matches found

OSV
OSV
added 2025/11/20 4:25 p.m.5 views

CVE-2025-13437 Arbitrary node_modules Directory Deletion in Google zx

When zx is invoked with --prefer-local=, the CLI creates a symlink named ./nodemodules pointing to /nodemodules. Due to a logic error in src/cli.ts linkNodeModules / cleanup, the function returns the target path instead of the alias symlink path. The later cleanup routine removes what it received...

8.3CVSS6AI score0.00085EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.4 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989686)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989686 advisory. In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix errorenous cleanup order There is a logic error when removing rt5645 device as...

7.8CVSS5.7AI score0.00263EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/29 12:23 a.m.6 views

SUSE CVE-2025-62230

A flaw was discovered in the X.Org X server's X Keyboard Xkb extension when handling client resource cleanup. The software frees certain data structures without properly detaching related resources, leading to a use-after-free condition. This can cause memory corruption or a crash when affected...

8.1CVSS6.6AI score0.00263EPSS
SaveExploits0References24
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2018-18903

Malware in sbrugna...

7.8CVSS8.5AI score0.07855EPSS
SaveExploits0References6
OSV
OSV
added 2025/08/16 11:22 a.m.15 views

CVE-2025-38544 rxrpc: Fix bug due to prealloc collision

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix bug due to prealloc collision When userspace is using AFRXRPC to provide a server, it has to preallocate incoming calls and assign to them call IDs that will be used to thread related recvmsg and sendmsg together. The...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/08/15 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-49895

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix decoder allocation crash When an intermediate port's decoders have been...

5.5CVSS5.3AI score0.00148EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-37877

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iommu: Clear iommu-dma ops on cleanup If iommudeviceregister encounters an error, it can end up tearing down already-configured groups and default domains,...

5.5CVSS6.6AI score0.00226EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/03/27 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability that stems from improper cleanup after nvmem kernel devsetname...

5.5CVSS4.5AI score0.00226EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/02/27 3:12 a.m.5 views

SUSE CVE-2022-49076

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix use-after-free bug for mm struct Under certain conditions, such as MPIAbort, the hfi1 cleanup code may represent the last reference held on the task mm. hfi1mmurbunregister then drops the last reference and the mm ...

5.5CVSS7.8AI score0.00254EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/02/27 2:7 a.m.17 views

CVE-2024-57976 btrfs: do proper folio cleanup when cow_file_range() failed

In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when cowfilerange failed BUG When testing with COW fixup marked as BUGON this is involved with the new pinuserpages change, which should not result new out-of-band dirty pages, I hit a crash trigger...

0.00209EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/12/28 3:49 a.m.5 views

SUSE CVE-2024-56543

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Skip Rx TID cleanup for self peer During peer create, dp setup for the peer is done where Rx TID is updated for all the TIDs. Peer object for self peer will not go through dp setup. When core halts, dp cleanup is do...

5.5CVSS7.8AI score0.00215EPSS
SaveExploits0References13
Amazon
Amazon
added 2024/12/12 12:0 a.m.8 views

Important: python-waitress

Issue Overview: Waitress is a Web Server Gateway Interface server for Python 2 and 3. A remote client may send a request that is exactly recvbytes defaults to 8192 long, followed by a secondary request using HTTP pipelining. When request lookahead is disabled default we won't read any more...

9.1CVSS6.7AI score0.01386EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/12/05 2:26 a.m.4 views

waitress: Waitress has a denial of service leading to high CPU usage/resource exhaustion

A flaw was found in the Waitress WSGI server for Python. When a remote client closes the connection before waitress has had the opportunity to call getpeername, waitress will incorrectly clean up the connection, leading to the main thread attempting to write to a socket that no longer exists, and...

7.5CVSS5.7AI score0.01386EPSS
SaveExploits0References8
SUSE Linux
SUSE Linux
added 2024/11/28 3:13 p.m.4 views

Security update for python-waitress

This update for python-waitress fixes the following issues: CVE-2024-49769: Fixed a denial of service caused by incorrect connection clean up bsc1232554 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch"...

8.7CVSS8.4AI score0.01386EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/10/30 4:3 a.m.8 views

SUSE CVE-2024-49769

Waitress is a Web Server Gateway Interface server for Python 2 and 3. When a remote client closes the connection before waitress has had the opportunity to call getpeername waitress won't correctly clean up the connection leading to the main thread attempting to write to a socket that no longer...

7.5CVSS6.8AI score0.01386EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/07/02 9:2 a.m.4 views

kernel: mISDN: fix possible use-after-free in HFC_cleanup()

A vulnerability was found in the Linux kernel's mISDN driver. This issue arises during the cleanup process, where a timer handler might still be running after the driver has been removed, which can lead to a use-after-free issue, potentially causing a system crash...

7.7CVSS6.7AI score0.00267EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/05/22 11:45 a.m.5 views

golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads

A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs​. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.goL113. The objects leaked are pkey​ and ctx​. That functi...

7.5CVSS7.2AI score0.01533EPSS
SaveExploits0References9
OSV
OSV
added 2024/03/04 7:15 p.m.1 views

DEBIAN-CVE-2021-47104

In the Linux kernel, the following vulnerability has been resolved: IB/qib: Fix memory leak in qibusersdmaqueuepkts The wrong goto label was used for the error case and missed cleanup of the pkt allocation. Addresses-Coverity-ID: 1493352 "Resource leak"...

5.5CVSS5.5AI score0.0024EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2023/12/29 12:0 a.m.12 views

Kantega SAML SSO OIDC Kerberos Security Vulnerability

Kantega SAML SSO OIDC Kerberos is an authentication plug-in from Kantega. A security vulnerability exists in Kantega SAML SSO OIDC Kerberos versions 4.4.2 through 4.14.8, 5.0.0 through 5.11.4, and 6.0.0 through 6.19.0, which stems from incorrect URL parameter cleanup that allows for HTML injectio...

6.1CVSS7.3AI score0.00495EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2023/10/12 2:35 p.m.7 views

SUSE CVE-2023-42795

Incomplete Cleanup vulnerability in Apache Tomcat.When recycling various internal objects in Apache Tomcat from 11.0.0-M1 through 11.0.0-M11, from 10.1.0-M1 through 10.1.13, from 9.0.0-M1 through 9.0.80 and from 8.5.0 through 8.5.93, an error could cause Tomcat to skip some parts of the recycling...

7.5CVSS7.5AI score0.0216EPSS
SaveExploits1References7
Rows per page
Query Builder