Lucene search
+L

2784 matches found

OSV
OSV
added 2025/03/14 2:15 a.m.5 views

ALPINE-CVE-2025-24855

numbers.c in libxslt before 1.1.43 has a use-after-free because, in nested XPath evaluations, an XPath context node can be modified but never restored. This is related to xsltNumberFormatGetValue, xsltEvalXPathPredicate, xsltEvalXPathStringNs, and xsltComputeSortResultInternal...

7.8CVSS7.4AI score0.00332EPSS
SaveExploits1References1
ICS
ICS
added 2025/03/13 6:0 a.m.16 views

Philips Intellispace Cardiovascular (ISCV)

RISK EVALUATION Successful exploitation of these vulnerabilities could allow an attacker to replay the session of the logged in ISCV user and gain access to patient records. 2. RECOMMENDED PRACTICES CISA recommends users take defensive measures to minimize the risk of exploitation of these...

8.1AI score
SaveExploits0References10
ICS
ICS
added 2025/03/04 7:0 a.m.31 views

Carrier Block Load

RISK EVALUATION Successful exploitation of this vulnerability could allow a malicious actor to execute arbitrary code with escalated privileges . 2. RECOMMENDED PRACTICES CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability, such as: Minimize...

7.8CVSS8AI score0.00367EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2025/02/28 12:0 a.m.8 views

MinIO 授权问题漏洞

MinIO is an open source object storage server from MinIO Corporation in the United States. The product supports building infrastructures for machine learning, analytics, and application data workloads. MinIO suffers from an authorization issue vulnerability that stems from an SSH key trust...

8.2CVSS7.3AI score0.00534EPSS
SaveExploits0References4
Amd
Amd
added 2025/02/28 12:0 a.m.19 views

PAGE PREFETCHER ATTACK

AMD ID: AMD-SB-7040 Potential Impact: N/A Severity: N/A Summary Researchers have disclosed to AMD a potential exploit, the page prefetcher attack PPA, a prefetcher-based side-channel attack. AMD has evaluated the paper and does not believe there are any new security implications...

7.3AI score
SaveExploits0
NVD
NVD
added 2025/02/27 1:15 p.m.20 views

CVE-2025-1692

The MongoDB Shell may be susceptible to control character injection where an attacker with control of the user’s clipboard could manipulate them to paste text into mongosh that evaluates arbitrary code. Control characters in the pasted text can be used to obfuscate malicious code. This issue...

8.8CVSS0.00234EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/02/27 12:37 p.m.19 views

CVE-2025-1692 MongoDB Shell may be susceptible to control character injection via pasting

The MongoDB Shell may be susceptible to control character injection where an attacker with control of the user’s clipboard could manipulate them to paste text into mongosh that evaluates arbitrary code. Control characters in the pasted text can be used to obfuscate malicious code. This issue...

6.3CVSS0.00234EPSS
SaveExploits0References1
MongoDB
MongoDB
added 2025/02/27 12:35 p.m.22 views

MongoDB Shell may be susceptible to control character injection via pasting

The MongoDB Shell may be susceptible to control character injection where an attacker with control of the user’s clipboard could manipulate them to paste text into mongosh that evaluates arbitrary code. Control characters in the pasted text can be used to obfuscate malicious code. This issue...

8.8CVSS7.2AI score0.00234EPSS
SaveExploits0References1Affected Software1
ICS
ICS
added 2025/02/27 7:0 a.m.74 views

Dario Health USB-C Blood Glucose Monitoring System Starter Kit Android Application

RISK EVALUATION Successful exploitation of these vulnerabilities could allow an attacker to expose information, inject code, manipulate data, or achieve cross-site scripting XSS, resulting in full session compromise. 2. RECOMMENDED PRACTICES CISA recommends users take defensive measures to...

7AI score
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2025/02/26 9:20 p.m.11 views

CVE-2025-27137

Dependency-Track is a component analysis platform that allows organizations to identify and reduce risk in the software supply chain. Dependency-Track allows users with the SYSTEMCONFIGURATION permission to customize notification templates. Templates are evaluated using the Pebble template engine...

4.4CVSS4.6AI score0.00182EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/02/26 8:7 p.m.14 views

CVE-2021-47649

In the Linux kernel, the following vulnerability has been resolved: udmabuf: validate ubuf-pagecount Syzbot has reported GPF in sgallocappendtablefrompages. The problem was in ubuf-pages == ZEROPTR. ubuf-pagecount is calculated from arguments passed from user-space. If user creates udmabuf with...

5.5CVSS6.3AI score0.00242EPSS
SaveExploits0References4
ICS
ICS
added 2025/02/25 7:0 a.m.10 views

Rockwell Automation PowerFlex 755

RISK EVALUATION Successful exploitation of this vulnerability could result in exposure of sensitive data. 2. RECOMMENDED PRACTICES CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability, such as: Minimize network exposure for all control system...

8.7CVSS6.9AI score0.0027EPSS
SaveExploits0References10
OpenVAS
OpenVAS
added 2025/02/25 12:0 a.m.10 views

openSUSE Security Advisory (SUSE-SU-2024:1530-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

6.5CVSS7.7AI score0.01385EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2025/02/23 10:26 p.m.31 views

CVE-2025-27104

vyper is a Pythonic Smart Contract Language for the EVM. Multiple evaluation of a single expression is possible in the iterator target of a for loop. While the iterator expression cannot produce multiple writes, it can consume side effects produced in the loop body e.g. read a storage variable...

7.5CVSS7.4AI score0.0043EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2025/02/21 10:43 p.m.22 views

Vyper has a double eval in For List Iter

Multiple evaluation of a single expression is possible in the iterator target of a for loop. While the iterator expression cannot produce multiple writes, it can consume side effects produced in the loop body e.g. read a storage variable updated in the loop body and thus lead to unexpected progra...

7.5CVSS7AI score0.0043EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/02/21 10:43 p.m.30 views

AugAssign evaluation order causing OOB write within the object in Vyper

Vyper handles AugAssign statements by first caching the target location to avoid double evaluation. However, in the case when target is an access to a DynArray and the rhs modifies the array, the cached target will evaluate first, and the bounds check will not be re-evaluated during the write...

9.1CVSS7AI score0.0055EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2025/02/21 10:15 p.m.7 views

PYSEC-2025-30

vyper is a Pythonic Smart Contract Language for the EVM. Multiple evaluation of a single expression is possible in the iterator target of a for loop. While the iterator expression cannot produce multiple writes, it can consume side effects produced in the loop body e.g. read a storage variable...

7.5CVSS7AI score0.0043EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/02/21 9:32 p.m.16 views

CVE-2025-27104 double eval in For List Iter in Vyper

vyper is a Pythonic Smart Contract Language for the EVM. Multiple evaluation of a single expression is possible in the iterator target of a for loop. While the iterator expression cannot produce multiple writes, it can consume side effects produced in the loop body e.g. read a storage variable...

2.3CVSS7.4AI score0.0043EPSS
SaveExploits1References2
CVE
CVE
added 2025/02/21 9:32 p.m.84 views

CVE-2025-27104

Vulnerability CVE-2025-27104 affects vyper (Pythonic Smart Contract Language for the EVM): a for-loop iterator target can cause multiple evaluations of the iterator expression, allowing side effects from the loop body to be consumed and interleaved with reads in the loop, leading to unexpected pr...

7.5CVSS6.3AI score0.0043EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2025/02/21 9:27 p.m.31 views

CVE-2025-27105 AugAssign evaluation order causing OOB write within the object in Vyper

vyper is a Pythonic Smart Contract Language for the EVM. Vyper handles AugAssign statements by first caching the target location to avoid double evaluation. However, in the case when target is an access to a DynArray and the rhs modifies the array, the cached target will evaluate first, and the...

2.3CVSS0.0055EPSS
SaveExploits1References1
Rows per page
Query Builder