Lucene search
+L

5562 matches found

ATTACKERKB
ATTACKERKB
added 2026/01/28 10:01 p.m.13 views

CVE-2026-24889

soroban-sdk is a Rust SDK for Soroban contracts. Arithmetic overflow can be triggered in the Bytes::slice, Vec::slice, and Prng::genrange for u64 methods in the soroban-sdk in versions up to and including 25.0.1, 23.5.1, and 25.0.2. Contracts that pass user-controlled or computed range bounds to...

5.3CVSS5.9AI score0.00353EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/01/28 10:01 p.m.26 views

CVE-2026-24889

CVE-2026-24889 — soroban-sdk overflow in slice/gen_range (u64) Affected components: the soroban-sdk Rust SDK (core functions Bytes::slice, Vec::slice, Prng::gen_range for u64). Root cause: arithmetic overflow when handling range bounds, particularly under overflow-checks = false (default for rele...

5.3CVSS5.9AI score0.00353EPSS
SaveExploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2026/01/28 12:00 a.m.11 views

PT-2026-5233

Name of the Vulnerable Software and Affected Versions soroban-sdk versions 22.0.9 through 25.0.1 soroban-sdk version 23.5.1 soroban-sdk version 25.0.2 Description The soroban-sdk contains an arithmetic overflow issue in the Bytes::slice, Vec::slice, and Prng::gen range for u64 methods. When...

5.3CVSS5.9AI score0.00353EPSS
SaveExploits0References16
Patchstack
Patchstack
added 2026/01/19 4:34 a.m.15 views

WordPress WP Forms Signature Contract Add-On plugin <= 1.8.2 - Broken Access Control to Notice Dismissal vulnerability

Broken Access Control to Notice Dismissal vulnerability discovered by Nabil Irawan in WordPress Plugin WP Forms Signature Contract Add-On versions = 1.8.2...

4.3CVSS5.3AI score0.00185EPSS
SaveExploits0Affected Software1
Wired Threat Level
Wired Threat Level
added 2026/01/13 4:45 p.m.10 views

Dozens of ICE Vehicles in Minnesota Lack ‘Necessary’ Lights and Sirens

A contract justification published in a federal register on Tuesday says that 31 ICE vehicles operating in the Twin Cities area “lack the necessary emergency lights and sirens” to be “compliant.”...

6.9AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/01/09 12:30 p.m.14 views

CVE-2023-40015

Vyper is a Pythonic Smart Contract Language. For the following probably non-exhaustive list of expressions, the compiler evaluates the arguments from right to left instead of left to right. unsafeadd, unsafesub, unsafemul, unsafediv, powmod256, |, &, ^ bitwise operators, bitwiseor deprecated,...

5.3CVSS6.5AI score0.00418EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 12:23 p.m.10 views

CVE-2018-14089

An issue was discovered in a smart contract implementation for VirgoZodiacToken, an Ethereum token. In this contract, 'bool sufficientAllowance = allowance =' which was intended. An attacker can transfer from any address to his address, and does not need to meet the 'allowance value' condition...

7.5CVSS7AI score0.00908EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 12:22 p.m.11 views

CVE-2018-14084

An issue was discovered in a smart contract implementation for MKCB, an Ethereum token. If the owner sets the value of sellPrice to a large number in setPrices then the "amount sellPrice" will cause an integer overflow in sell...

9.8CVSS7.2AI score0.01249EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 11:26 a.m.9 views

CVE-2021-33403

An integer overflow in the transfer function of a smart contract implementation for Lancer Token, an Ethereum ERC20 token, allows the owner to cause unexpected financial losses between two large accounts during a transaction...

7.5CVSS7.1AI score0.01196EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 9:11 a.m.15 views

CVE-2022-35915

OpenZeppelin Contracts is a library for secure smart contract development. The target contract of an EIP-165 supportsInterface query can cause unbounded gas consumption by returning a lot of data, while it is generally assumed that this operation has a bounded cost. The issue has been fixed in...

5.3CVSS6.7AI score0.0076EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 8:58 a.m.14 views

CVE-2023-31146

Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, during codegen, the length word of a dynarray is written before the data, which can result in out-of-bounds array access in the case where the dynarray is on both the lhs and rhs of an assignment...

9.1CVSS6.9AI score0.01241EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 8:42 a.m.19 views

CVE-2022-31170

OpenZeppelin Contracts is a library for smart contract development. Versions 4.0.0 until 4.7.1 are vulnerable to ERC165Checker reverting instead of returning false. ERC165Checker.supportsInterface is designed to always successfully return a boolean, and under no circumstance revert. However, an...

7.5CVSS6.6AI score0.00749EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 8:39 a.m.18 views

CVE-2022-35961

OpenZeppelin Contracts is a library for secure smart contract development. The functions ECDSA.recover and ECDSA.tryRecover are vulnerable to a kind of signature malleability due to accepting EIP-2098 compact signatures in addition to the traditional 65 byte signature format. This is only an issu...

7.9CVSS6.7AI score0.00419EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:15 p.m.22 views

UBUNTU-CVE-2022-50809

In the Linux kernel, the following vulnerability has been resolved: xhci: dbc: Fix memory leak in xhciallocdbc If DbC is already in use, then the allocated memory for the xhcidbc struct doesn't get freed before returning NULL, which leads to a memleak...

5.7AI score0.00218EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/30 12:08 p.m.28 views

CVE-2022-50809 xhci: dbc: Fix memory leak in xhci_alloc_dbc()

In the Linux kernel, the following vulnerability has been resolved: xhci: dbc: Fix memory leak in xhciallocdbc If DbC is already in use, then the allocated memory for the xhcidbc struct doesn't get freed before returning NULL, which leads to a memleak...

0.00218EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/30 12:08 p.m.20 views

CVE-2022-50809

In CVE-2022-50809, the Linux kernel vuln is a memory-leak in xhci_alloc_dbc() when DbC is already in use, where the xhci_dbc memory may not be freed before returning NULL. Concretely, the issue is triggered during DbC allocation and leads to a memleak as described in the public entries; multiple ...

6AI score0.00218EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.5 views

PT-2025-53927

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the xhci alloc dbc function when Dynamic Backtrace Collection DbC is already in use. Specifically, if DbC is in use, the memory allocated for the xhci dbc struct ...

7.8CVSS6.3AI score0.0094EPSS
SaveExploits2References894
Hacker One
Hacker One
added 2025/12/22 7:14 p.m.25 views

curl: HAProxy Connection Reuse leads to IP Spoofing and mTLS Context Smuggling

Executive Summary libcurl fails to respect the CURLOPTHAPROXYCLIENTIP configuration when reusing existing connections. Due to a missing check in the connection pooling logic, libcurl indiscriminately reuses a TCP/TLS connection established with a specific identity IP A for subsequent requests...

6.4AI score
SaveExploits0
Wired Threat Level
Wired Threat Level
added 2025/12/18 7:14 p.m.6 views

ICE Seeks Cyber Upgrade to Better Surveil and Investigate Its Employees

The agency plans to renew a sweeping cybersecurity contract that includes expanded employee monitoring as the government escalates leak investigations and casts internal dissent as a threat...

7AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/16 12:25 a.m.8 views

CVE-2025-66435

An SSTI Server-Side Template Injection vulnerability exists in the getcontracttemplate method of Frappe ERPNext through 15.89.0. The function renders attacker-controlled Jinja2 templates contractterms using frappe.rendertemplate with a user-supplied context doc. Although Frappe uses a custom...

4.3CVSS7.5AI score0.00329EPSS
SaveExploits1References1
Rows per page
Query Builder