Lucene search
+L

15583 matches found

SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.15 views

SUSE CVE-2026-31463

In the Linux kernel, the following vulnerability has been resolved: iomap: fix invalid folio access when iblkbits differs from I/O granularity Commit aa35dd5cbc06 "iomap: fix invalid folio access after folioendread" partially addressed invalid folio access for folios without an ifs attached, but ...

9.8CVSS5.6AI score0.00379EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2026/04/23 12:00 a.m.6 views

The vulnerability of the blk_register_queue() function in the block/blk-sysfs.c module, which is part of the Linux kernel’s block-level support, allows a attacker to cause a service failure.

The vulnerability of the blkregisterqueue function in the block/blk-sysfs.c module, which is part of the Linux kernel’s block-level support, relates to the absence of memory release after the effective lifespan of the function has ended. Exploiting this vulnerability could allow an attacker to...

5.5CVSS6.6AI score0.00182EPSS
SaveExploits0References17Affected Software5
UbuntuCve
UbuntuCve
added 2026/04/23 12:00 a.m.13 views

CVE-2026-5761

virtio-blk: zone report buffer out-of-memory...

5.9AI score
SaveExploits0References1
CNNVD
CNNVD
added 2026/04/23 12:00 a.m.18 views

CODESYS EtherNetIP 代码问题漏洞

CODESYS EtherNetIP is an Ethernet-based industrial protocol developed by the German company CODESYS. There is a code vulnerability in CODESYS EtherNetIP, which stems from exhausting all available TCP connections. This vulnerability could allow unauthorized remote attackers to prevent legitimate...

8.7CVSS5.9AI score0.00412EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/23 12:00 a.m.14 views

PT-2026-34683

Name of the Vulnerable Software and Affected Versions TP-Link TL-WR841N version v13 Description The TDDPv2 debug protocol uses DES-CBC encryption with a cryptographic key derived from default web management credentials. This makes the key predictable when the device maintains its default...

8.8CVSS5.8AI score0.0013EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/23 12:00 a.m.11 views

UBUNTU-CVE-2026-5761

virtio-blk: zone report buffer out-of-memory...

5.5AI score
SaveExploits0References2
NVD
NVD
added 2026/04/22 8:16 p.m.17 views

CVE-2026-33471

nimiq-block contains block primitives to be used in Nimiq's Rust implementation. SkipBlockProof::verify computes its quorum check using BitSet.len, then iterates BitSet indices and casts each usize index to u16 slot as u16 for slot lookup. Prior to version 1.3.0, if an attacker can get a...

9.6CVSS0.00217EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/22 7:55 p.m.27 views

Marko: XSS via case-insensitive script/style closing tag bypass in runtime HTML escaping

Summary When dynamic text is interpolated into a or tag the Marko runtime failed to prevent tag breakout when the closing tag used non-lowercase casing. An attacker able to place input inside a or block could break out of the tag with , , etc. and inject arbitrary HTML/JavaScript, resulting in...

6.4CVSS5.8AI score0.00227EPSS
SaveExploits1References3Affected Software2
CVE
CVE
added 2026/04/22 7:45 p.m.42 views

CVE-2026-34065

CVE-2026-34065 affects nimiq-primitives in Nimiq’s Rust implementation. Before version 1.3.0, an untrusted p2p peer could cause a node to panic by announcing an election macro block whose validators set includes an invalid compressed BLS voting key. Hashing the election macro header hashes the va...

7.5CVSS5.7AI score0.00372EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/22 7:45 p.m.6 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.00372EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/22 7:43 p.m.7 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.00275EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/22 7:23 p.m.17 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.00242EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/04/22 7:19 p.m.10 views

EUVD-2026-25062

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

7.5CVSS5.7AI score0.00372EPSS
SaveExploits0References4
vulnersOsv
vulnersOsv
added 2026/04/22 7:13 p.m.3 views

nimiq-accounts (0.1.0), nimiq-block-production (0.1.0) +11 more potentially affected by CVE-2026-33471 via nimiq-block (0.1.0)

nimiq-block CARGO version 0.1.0 is affected by a known vulnerability. The following packages have a transitive dependency on nimiq-block and may be impacted: - nimiq-accounts 0.1.0 - nimiq-block-production 0.1.0 - nimiq-blockchain 0.1.0 - nimiq-client 0.1.0 - nimiq-consensus 0.1.0 - nimiq-databas...

9.6CVSS5.3AI score0.00217EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/04/22 7:13 p.m.19 views

nimiq-block has skip block quorum bypass via out-of-range BitSet indices & u16 truncation

Impact SkipBlockProof::verify computes its quorum check using BitSet.len, then iterates BitSet indices and casts each usize index to u16 slot as u16 for slot lookup. If an attacker can get a SkipBlockProof verified where MultiSignature.signers contains out-of-range indices spaced by 65536, these...

9.6CVSS5.8AI score0.00217EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/04/22 7:13 p.m.12 views

GHSA-6973-8887-87FF nimiq-block has skip block quorum bypass via out-of-range BitSet indices & u16 truncation

Impact SkipBlockProof::verify computes its quorum check using BitSet.len, then iterates BitSet indices and casts each usize index to u16 slot as u16 for slot lookup. If an attacker can get a SkipBlockProof verified where MultiSignature.signers contains out-of-range indices spaced by 65536, these...

9.6CVSS5.8AI score0.00217EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/04/22 7:13 p.m.6 views

CVE-2026-33471

nimiq-block contains block primitives to be used in Nimiq's Rust implementation. SkipBlockProof::verify computes its quorum check using BitSet.len, then iterates BitSet indices and casts each usize index to u16 slot as u16 for slot lookup. Prior to version 1.3.0, if an attacker can get a...

9.6CVSS5.7AI score0.00217EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/22 7:13 p.m.13 views

CVE-2026-33471 nimiq-block has skip block quorum bypass via out-of-range BitSet indices & u16 truncation

nimiq-block contains block primitives to be used in Nimiq's Rust implementation. SkipBlockProof::verify computes its quorum check using BitSet.len, then iterates BitSet indices and casts each usize index to u16 slot as u16 for slot lookup. Prior to version 1.3.0, if an attacker can get a...

9.6CVSS6AI score
SaveExploits0References5
CVE
CVE
added 2026/04/22 7:13 p.m.45 views

CVE-2026-33471

CVE-2026-33471 affects nim i q/core-rs-albatross (Rust Nimiq PoS) prior to v1.3.0. The vulnerability arises in SkipBlockProof::verify, which checks quorum using BitSet.len() and then casts each index (slot as u16) for lookup. Attackers can craft a SkipBlockProof where out-of-range indices spaced ...

9.6CVSS5.7AI score0.00217EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/22 7:13 p.m.9 views

CVE-2026-33471 nimiq-block has skip block quorum bypass via out-of-range BitSet indices & u16 truncation

nimiq-block contains block primitives to be used in Nimiq's Rust implementation. SkipBlockProof::verify computes its quorum check using BitSet.len, then iterates BitSet indices and casts each usize index to u16 slot as u16 for slot lookup. Prior to version 1.3.0, if an attacker can get a...

9.6CVSS5.7AI score0.00217EPSS
SaveExploits0References3
Rows per page
Query Builder