Lucene search
K

18 matches found

Tenable Nessus
Tenable Nessus
added 2025/08/27 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-27117

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - WebAssembly v1.0.29 was discovered to contain a heap overflow via the component component wabt::Node::operator. CVE-2023-27117 Note that Nessus relies on the...

7.8CVSS7.1AI score0.0014EPSS
Exploits1References3
NVD
NVD
added 2023/03/10 2:15 a.m.11 views

CVE-2023-27117

WebAssembly v1.0.29 was discovered to contain a heap overflow via the component component wabt::Node::operator...

7.8CVSS7.8AI score0.0014EPSS
Exploits1References1
PyPA
PyPA
added 2023/03/10 2:15 a.m.6 views

PYSEC-2023-317

WebAssembly v1.0.29 was discovered to contain a heap overflow via the component component wabt::Node::operator...

7.8CVSS7.1AI score0.0014EPSS
Exploits1References1Affected Software1
OSV
OSV
added 2023/03/10 2:15 a.m.8 views

CVE-2023-27117

WebAssembly v1.0.29 was discovered to contain a heap overflow via the component component wabt::Node::operator...

7.8CVSS8AI score
Exploits0References1
OSV
OSV
added 2023/03/10 2:15 a.m.1 views

PYSEC-2023-317

WebAssembly v1.0.29 was discovered to contain a heap overflow via the component component wabt::Node::operator...

7.8CVSS7.1AI score0.0014EPSS
Exploits1References1
OSV
OSV
added 2023/03/10 2:15 a.m.2 views

DEBIAN-CVE-2023-27117

WebAssembly v1.0.29 was discovered to contain a heap overflow via the component component wabt::Node::operator...

7.8CVSS7.4AI score0.0014EPSS
Exploits1References1
Prion
Prion
added 2023/03/10 2:15 a.m.10 views

Design/Logic Flaw

WebAssembly v1.0.29 was discovered to contain a heap overflow via the component component wabt::Node::operator...

4.4CVSS7.8AI score0.0014EPSS
Exploits1References1Affected Software1
OSV
OSV
added 2023/03/10 2:15 a.m.3 views

UBUNTU-CVE-2023-27117

WebAssembly v1.0.29 was discovered to contain a heap overflow via the component component wabt::Node::operator...

7.8CVSS5.8AI score0.0014EPSS
Exploits1References3
Cvelist
Cvelist
added 2023/03/10 12:0 a.m.10 views

CVE-2023-27117

WebAssembly v1.0.29 was discovered to contain a heap overflow via the component component wabt::Node::operator...

8AI score0.0014EPSS
Exploits1References1
Debian CVE
Debian CVE
added 2023/03/10 12:0 a.m.29 views

CVE-2023-27117

WebAssembly v1.0.29 was discovered to contain a heap overflow via the component component wabt::Node::operator...

7.8CVSS7.8AI score0.0014EPSS
Exploits1
UbuntuCve
UbuntuCve
added 2023/03/10 12:0 a.m.16 views

CVE-2023-27117

WebAssembly v1.0.29 was discovered to contain a heap overflow via the component component wabt::Node::operator...

7.8CVSS7.1AI score0.0014EPSS
Exploits1References2
CVE
CVE
added 2023/03/10 12:0 a.m.60 views

CVE-2023-27117

CVE-2023-27117 affects WebAssembly v1.0.29, with a heap overflow in wabt::Node::operator. The vulnerability is tied to WebAssembly’s wabt component; isolation and exploitation details in the provided documents are limited, but there is an explicit remediation note to update to a newer version tha...

7.8CVSS7.8AI score0.0014EPSS
Exploits1References1Affected Software1
Positive Technologies
Positive Technologies
added 2023/03/10 12:0 a.m.5 views

PT-2023-20963 · Unknown +1 · Webassembly +1

Name of the Vulnerable Software and Affected Versions: WebAssembly version 1.0.29 Description: A heap overflow issue was discovered in WebAssembly via the wabt::Node::operator component. Recommendations: For version 1.0.29, update to a newer version that contains a fix for this issue...

7.8CVSS7.6AI score0.0014EPSS
Exploits1References10
Code423n4
Code423n4
added 2023/02/14 12:0 a.m.9 views

Mitigation Confirmed for Mitigation of H-06 Issue mitigated

C4 issue H-06: MinipoolManager: node operator can avoid being slashed Comments In the original implementation, there were a few scenarios where malicious node operators can avoid being slashed. Mitigation PR 41 This PR includes mitigation for various issues H-03, H-06, M-13. Just focusing on the...

6.9AI score
Exploits0
Code423n4
Code423n4
added 2023/02/09 12:0 a.m.10 views

Upgraded Q -> 2 from #214 [1675930440482]

Judge has assessed an item in Issue 214 as 2 risk. The relevant finding follows: cenario 2 - Use node of node operator In this scenario the NodeOp registers for a duration longer then 14 days. The hacker will hijack the minipool after 14 days and earn rewards on behalf of the node operators node...

6.9AI score
Exploits0
Code423n4
Code423n4
added 2023/02/03 12:0 a.m.5 views

Upgraded Q -> 3 from #867 [1675460716325]

Judge has assessed an item in Issue 867 as 3 risk. The relevant finding follows: L-02, MinipoolManager, lines 670 - 684: The slash function slashes a node operator for the amount of whole duration. Since the cycles are in 14 days and the slashing is checked in the recordStakingEnd, if an operator...

6.8AI score
Exploits0
Code423n4
Code423n4
added 2023/01/03 12:0 a.m.6 views

Malicious user can use previously used nodeID to prevent user(s) from withdrawing minipool funds

Lines of code Vulnerability details In createMinipool, an event is emitted with details of a newly created minipool. This includes relevant information that a subsequent user can utilise to create another minipool.The only condition that prevents a minipool from being created again with the same...

6.4AI score
Exploits0
Code423n4
Code423n4
added 2023/01/03 12:0 a.m.12 views

Possible to block withdrawal of staked funds after recordStakingEnd or stakingError

Lines of code Vulnerability details Impact Node operators can lose their staked AVAX after stakingEnd or stakingError. Funds will be locked in the Staking contract, but impossible to withdraw. A bad actor does need to supply 1000 AVAX which he gets back and has not have real incentive to do it, b...

6.7AI score
Exploits0
Rows per page
Query Builder