go-f3 is a Golang implementation of Fast Finality for Filecoin (F3). In versions 0.8.6 and below, go-f3 panics when it validates a "poison" messages causing Filecoin nodes consuming F3 messages to become vulnerable. A "poison" message can can cause integer overflow in the signer index validation, which can cause the whole node to crash. These malicious messages aren't self-propagating since the bug is in the validator. An attacker needs to directly send the message to all targets. This issue is fixed in version 0.8.7.
                
            References
                    | Link | Resource | 
|---|---|
| https://github.com/filecoin-project/go-f3/security/advisories/GHSA-g99p-47x7-mq88 | Vendor Advisory | 
Configurations
                    History
                    18 Oct 2025, 01:15
| Type | Values Removed | Values Added | 
|---|---|---|
| CPE | cpe:2.3:a:filecoin:go-f3:*:*:*:*:*:*:*:* | |
| References | () https://github.com/filecoin-project/go-f3/security/advisories/GHSA-g99p-47x7-mq88 - Vendor Advisory | |
| First Time | Filecoin Filecoin go-f3 | 
29 Sep 2025, 23:15
| Type | Values Removed | Values Added | 
|---|---|---|
| New CVE | 
Information
                Published : 2025-09-29 23:15
Updated : 2025-10-18 01:15
NVD link : CVE-2025-59942
Mitre link : CVE-2025-59942
CVE.ORG link : CVE-2025-59942
JSON object : View
Products Affected
                filecoin
- go-f3
CWE
                
                    
                        
                        CWE-190
                        
            Integer Overflow or Wraparound
