Lucene search
K

45 matches found

AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.4 views

Astra Linux - уязвимость в glibc

The deprecated compatibility function svcunixcreate in the sunrpc module of the GNU C Library aka glibc through 2.34 copies its path argument on the stack without validating its length, which may result in a buffer overflow, potentially resulting in a denial of service or if an application is not...

9.8CVSS8.1AI score0.00515EPSS
Exploits1References2
NVD
NVD
added 2026/04/24 8:16 p.m.1 views

CVE-2026-41503

BACnet Stack is a BACnet open source protocol stack C library for embedded systems. Prior to 1.4.3, an out-of-bounds read vulnerability in bacnet-stack's ReadPropertyMultiple service property decoder allows unauthenticated remote attackers to read past allocated buffer boundaries by sending an RP...

8.7CVSS0.0027EPSS
Exploits1References1
SUSE CVE
SUSE CVE
added 2026/01/14 12:25 a.m.3 views

SUSE CVE-2025-71096

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Check for the presence of LSNLATYPEDGID correctly The netlink response for RDMANLLSOPIPRESOLVE should always have a LSNLATYPEDGID attribute, it is invalid if it does not. Use the nl parsing logic properly and call...

6.5CVSS6.4AI score0.00033EPSS
Exploits0References21
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2018-13357

Malware in sbrugna...

9.8CVSS7.7AI score0.03497EPSS
Exploits0References17
Snyk
Snyk
added 2025/06/24 12:0 a.m.3 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free in the privatekeyfromfile function. An attacker can potentially access sensitive information or modify data, under certain circumstances such as the specified filename not existing. Note: The vulnerable function has been...

3.6CVSS6.8AI score0.002EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2025/05/23 5:5 a.m.5 views

CVE-2023-49587

SAP Solution Manager - version 720, allows an authorized attacker to execute certain deprecated function modules which can read or modify data of same or other component without user interaction over the network...

6.4CVSS7AI score0.00112EPSS
Exploits0References1
Snyk
Snyk
added 2024/10/25 2:43 a.m.1 views

Insecure Temporary File

Overview Affected versions of this package are vulnerable to Insecure Temporary File through the use of the deprecated mktemp function, there is a risk of race conditions. This occurs because the function generates a temporary file name without ensuring exclusive access, allowing an opportunity f...

4.5CVSS7AI score0.00067EPSS
Exploits1References2
NVD
NVD
added 2024/05/03 9:15 a.m.9 views

CVE-2024-23913

Use of Out-of-range Pointer Offset vulnerability in Merge DICOM Toolkit C/C++ on Windows. When deprecated MCXMLToMessage function is used to read a malformed DICOM XML file, it might result in memory access violation...

4CVSS4.2AI score0.00024EPSS
Exploits0References1
CNNVD
CNNVD
added 2024/05/03 12:0 a.m.1 views

Merative Merge DICOM Toolkit 安全漏洞

The Merative Merge DICOM Toolkit is a comprehensive API from Merative that complies with the latest DICOM standards. A security vulnerability exists in Merative Merge DICOM Toolkit C/C++ versions v5.6.0 through v.5.17.0, which stems from a memory access conflict that can be caused when reading an...

4CVSS7AI score0.00024EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2023/12/12 1:35 a.m.6 views

CVE-2023-49587 Command Injection vulnerability in SAP Solution Manager

SAP Solution Manager - version 720, allows an authorized attacker to execute certain deprecated function modules which can read or modify data of same or other component without user interaction over the network...

6.4CVSS7AI score0.00112EPSS
Exploits0References2
Veracode
Veracode
added 2023/05/19 5:3 a.m.16 views

Insecure Temporary File

transformers is vulnerable to Insecure Temporary Files. The vulnerability exists inside downloadurl due to the use of deprecated function tempfile.mktemp which creates temporary file names that are fundamentally insecure, as they do not ensure exclusive access to a file with the temporary name th...

4.7CVSS6.8AI score0.00025EPSS
Exploits1References5Affected Software1
SUSE CVE
SUSE CVE
added 2023/02/15 4:20 a.m.1 views

SUSE CVE-2018-20815

In QEMU 3.1.0, loaddevicetree in devicetree.c calls the deprecated loadimage function, which has a buffer overflow risk...

7CVSS9.8AI score0.03497EPSS
Exploits0References22
Code423n4
Code423n4
added 2023/01/25 12:0 a.m.6 views

Upgraded Q -> M from #258 [1674661917738]

Judge has assessed an item in Issue 258 as M risk. The relevant finding follows: L-03 Use of deprecated functions Impact The contract uses deprecated function latestAnswer. Such functions might suddenly stop working if no longer supported. Impact: Deprecated API stops working. Prices cannot be...

7AI score
Exploits0
Huntr
Huntr
added 2023/01/05 1:42 p.m.12 views

Insecure Temporary File

Description transformers package is using the deprecated function tempfile.mktemp which is not secure. Because a different process may create a file with this name in the time between the call to mktemp and the subsequent attempt to create the file by the first process. Functions that create...

1CVSS6.8AI score0.00025EPSS
Exploits1
Code423n4
Code423n4
added 2022/12/09 12:0 a.m.11 views

call() should be used instead of transfer() on an address payable

Lines of code Vulnerability details Impact call should be used instead of transfer on an address payable Proof of Concept The use of the deprecated transfer function for an address will inevitably make the transaction fail when: 1. The claimer smart contract does not implement a payable function...

6.9AI score
Exploits0
Code423n4
Code423n4
added 2022/11/10 12:0 a.m.10 views

call() should be used instead of transfer() on address payable

Lines of code Vulnerability details Proof of Concept The use of the deprecated transfer function for an address will inevitably make the transaction fail when: 1. The claimer smart contract does not implement a payable function. 2. The claimer smart contract does implement a payable fallback whic...

6.8AI score
Exploits0
Code423n4
Code423n4
added 2022/10/30 12:0 a.m.10 views

Deprecated ChainLink API

Lines of code Vulnerability details Impact According to Chainlink's documentation, the latestAnswer function is deprecated. This function might suddenly stop working if Chainlink stop supporting deprecated APIs. And the old API can return stale data. Proof of Concept function latestAnswer externa...

6.7AI score
Exploits0
Code423n4
Code423n4
added 2022/07/19 12:0 a.m.11 views

CALL() should be used instead of TRANSFER() on an address payable

Lines of code Vulnerability details Impact The use of the deprecated transfer function for an address will inevitably make the transaction fail when: 1 The claimer smart contract does not implement a payable function. 2 The claimer smart contract does implement a payable fallback which uses more...

6.9AI score
Exploits0
Code423n4
Code423n4
added 2022/07/19 12:0 a.m.8 views

Usage of deprecated transfer to send ETH

Lines of code%20%7B-,payablemsg.sender.transfer,-msg.valueL183 Vulnerability details Impact The use of the deprecated transfer function for an address will inevitably make the transaction fail when: The claimer smart contract does not implement a payable function. The claimer smart contract does...

7AI score
Exploits0
Code423n4
Code423n4
added 2022/07/19 12:0 a.m.13 views

Call() should be used instead of transfer() on an address payable

Lines of code Vulnerability details Impact The use of the deprecated transfer function for an address will inevitably make the transaction fail when : 1. The withdrawer smart contract does not implement a payable fallback function. 2. The withdrawer smart contract implements a payable fallback...

6.7AI score
Exploits0
Rows per page
Query Builder