Lucene search
K

9993 matches found

ATTACKERKB
ATTACKERKB
added 2026/04/22 7:45 p.m.2 views

CVE-2026-34065

nimiq-primitives contains primitives e.g., block, account, transaction to be used in Nimiq's Rust implementation. Prior to version 1.3.0, an untrusted p2p peer can cause a node to panic by announcing an election macro block whose validators set contains an invalid compressed BLS voting key. Hashi...

7.5CVSS5.7AI score0.00052EPSS
Exploits0References5Affected Software1
Cvelist
Cvelist
added 2026/04/22 7:45 p.m.23 views

CVE-2026-34065 nimiq-primitives: Node crash due to missing interlink validation in election macro block proposals

nimiq-primitives contains primitives e.g., block, account, transaction to be used in Nimiq's Rust implementation. Prior to version 1.3.0, an untrusted p2p peer can cause a node to panic by announcing an election macro block whose validators set contains an invalid compressed BLS voting key. Hashi...

7.5CVSS0.00052EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2026/04/22 7:43 p.m.1 views

CVE-2026-34064 nimiq-account: Vesting insufficient funds error can panic

nimiq-account contains account primitives to be used in Nimiq's Rust implementation. Prior to version 1.3.0, VestingContract::canchangebalance returns AccountError::InsufficientFunds when newbalance balance, the node crashes while trying to return an error. The mincap balance precondition is...

5.3CVSS5.7AI score0.00039EPSS
Exploits0References4
CVE
CVE
added 2026/04/22 7:43 p.m.11 views

CVE-2026-34064

The CVE-2026-34064 issue affects Nimiq-account’s VestingContract in the Rust implementation. Before v1.3.0, VestingContract::can_change_balance can produce AccountError::InsufficientFunds and builds the error with balance = self.balance - min_cap; if min_cap > balance, Coin::sub underflows and...

8.2CVSS5.7AI score0.00039EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2026/04/22 7:43 p.m.21 views

CVE-2026-34064 nimiq-account: Vesting insufficient funds error can panic

nimiq-account contains account primitives to be used in Nimiq's Rust implementation. Prior to version 1.3.0, VestingContract::canchangebalance returns AccountError::InsufficientFunds when newbalance balance, the node crashes while trying to return an error. The mincap balance precondition is...

5.3CVSS0.00039EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/22 7:43 p.m.2 views

CVE-2026-34064

nimiq-account contains account primitives to be used in Nimiq's Rust implementation. Prior to version 1.3.0, VestingContract::canchangebalance returns AccountError::InsufficientFunds when newbalance balance, the node crashes while trying to return an error. The mincap balance precondition is...

5.3CVSS5.7AI score0.00039EPSS
Exploits0References5Affected Software1
EUVD
EUVD
added 2026/04/22 7:40 p.m.1 views

EUVD-2026-25058

Nimiq's network-libp2p is a Nimiq network implementation based on libp2p. Prior to version 1.3.0, network-libp2p discovery uses a libp2p ConnectionHandler state machine. the handler assumes there is at most one inbound and one outbound discovery substream per connection. if a remote peer...

7.5CVSS5.8AI score0.00052EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2026/04/22 7:40 p.m.0 views

CVE-2026-34063 network-libp2p: Peer can crash the node by opening discovery protocol substream twice

Nimiq's network-libp2p is a Nimiq network implementation based on libp2p. Prior to version 1.3.0, network-libp2p discovery uses a libp2p ConnectionHandler state machine. the handler assumes there is at most one inbound and one outbound discovery substream per connection. if a remote peer...

7.5CVSS5.8AI score0.00052EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/04/22 7:40 p.m.24 views

CVE-2026-34063 network-libp2p: Peer can crash the node by opening discovery protocol substream twice

Nimiq's network-libp2p is a Nimiq network implementation based on libp2p. Prior to version 1.3.0, network-libp2p discovery uses a libp2p ConnectionHandler state machine. the handler assumes there is at most one inbound and one outbound discovery substream per connection. if a remote peer...

7.5CVSS0.00052EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/22 7:40 p.m.1 views

CVE-2026-34063

Nimiq's network-libp2p is a Nimiq network implementation based on libp2p. Prior to version 1.3.0, network-libp2p discovery uses a libp2p ConnectionHandler state machine. the handler assumes there is at most one inbound and one outbound discovery substream per connection. if a remote peer...

7.5CVSS5.8AI score0.00052EPSS
Exploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/22 7:23 p.m.3 views

nimiq-blockchain: Peer-triggerable panic during history sync

Impact HistoryStore::puthistorictxns uses an assert! to enforce invariants about HistoricTransaction.blocknumber must be within the macro block being pushed and within the same epoch. During history sync, a peer can influence the history: &HistoricTransaction input passed into...

5.3CVSS5.7AI score0.00126EPSS
Exploits0References6Affected Software1
EUVD
EUVD
added 2026/04/22 7:19 p.m.0 views

EUVD-2026-25062

nimiq-primitives: Node crash due to missing interlink validation in election macro block proposals...

7.5CVSS5.7AI score0.00052EPSS
Exploits0References4
OSV
OSV
added 2026/04/22 7:19 p.m.1 views

GHSA-7C4J-2M43-2MGH nimiq-primitives: Node crash due to missing interlink validation in election macro block proposals

Impact An untrusted p2p peer can cause a node to panic by announcing an election macro block whose validators set contains an invalid compressed BLS voting key. Hashing an election macro header hashes validators and reaches Validators::votingkeys, which calls validator.votingkey.uncompress.unwrap...

7.5CVSS5.8AI score0.00052EPSS
Exploits0References6
Github Security Blog
Github Security Blog
added 2026/04/22 7:18 p.m.5 views

nimiq-account: Vesting insufficient funds error can panic

Impact VestingContract::canchangebalance returns AccountError::InsufficientFunds when newbalance balance, the node crashes while trying to return an error. The mincap balance precondition is attacker-reachable because the vesting contract creation data 32-byte format allows encoding totalamount...

8.2CVSS5.8AI score0.00039EPSS
Exploits0References6Affected Software1
EUVD
EUVD
added 2026/04/22 7:18 p.m.0 views

EUVD-2026-25060

nimiq-account: Vesting insufficient funds error can panic...

5.3CVSS5.7AI score0.00039EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2026/04/22 6:31 p.m.3 views

uutils coreutils has an Uncaught Exception When Encountering Valid but Non-UTF-8 Paths

The sort utility in uutils coreutils is vulnerable to a process panic when using the --files0-from option with inputs containing non-UTF-8 filenames. The implementation enforces UTF-8 encoding and utilizes expect, causing an immediate crash when encountering valid but non-UTF-8 paths. This diverg...

5.5CVSS5.2AI score0.00015EPSS
Exploits1References3Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/22 5:45 p.m.3 views

CVE-2026-31451

A flaw was found in the Linux kernel's ext4 filesystem. When processing inline data, if the data size exceeded the expected page size, it could lead to a kernel panic. This issue could be triggered by a local user with access to a specially crafted or corrupted ext4 filesystem, resulting in a...

5.5CVSS5.8AI score0.00015EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2026/04/22 5:16 p.m.2 views

CVE-2026-35348

The sort utility in uutils coreutils is vulnerable to a process panic when using the --files0-from option with inputs containing non-UTF-8 filenames. The implementation enforces UTF-8 encoding and utilizes expect, causing an immediate crash when encountering valid but non-UTF-8 paths. This diverg...

5.5CVSS5.8AI score0.00015EPSS
Exploits1References2
OSV
OSV
added 2026/04/22 5:16 p.m.0 views

UBUNTU-CVE-2026-35348

The sort utility in uutils coreutils is vulnerable to a process panic when using the --files0-from option with inputs containing non-UTF-8 filenames. The implementation enforces UTF-8 encoding and utilizes expect, causing an immediate crash when encountering valid but non-UTF-8 paths. This diverg...

5.5CVSS5.8AI score0.00015EPSS
Exploits1References3
Debian CVE
Debian CVE
added 2026/04/22 4:7 p.m.2 views

CVE-2026-35348

The sort utility in uutils coreutils is vulnerable to a process panic when using the --files0-from option with inputs containing non-UTF-8 filenames. The implementation enforces UTF-8 encoding and utilizes expect, causing an immediate crash when encountering valid but non-UTF-8 paths. This diverg...

5.5CVSS5.3AI score0.00015EPSS
Exploits1
Rows per page
Query Builder