Security readout for executives and security teams
Plain-English summary
Phoenixcoin software had a low-severity denial-of-service flaw in transaction memory pool handling. The cited impact is limited availability loss, with no confidentiality or integrity impact in the CVSS data. Organizations only need urgency if they run affected ghostlander Phoenixcoin components.
Executive priority
Treat as routine patch management unless Phoenixcoin availability is business-critical. The known impact is limited service disruption, but unpatched cryptocurrency infrastructure can still create operational risk if nodes support transactions, customer services, or monitoring.
Technical view
CVE-2017-20154 affects CTxMemPool::accept in src/main.cpp of ghostlander Phoenixcoin. Manipulation of this path can cause denial of service. Sources classify it as CWE-404 with CVSS 3.1 score 3.5: adjacent vector, low complexity, low privileges, no user interaction, and low availability impact.
Likely exposure
Exposure appears limited to environments running ghostlander Phoenixcoin before the fixed 0.6.6.1-pxc release. The source bundle does not provide a precise vulnerable version range or CPEs, so asset owners should verify deployed code or package versions directly.
Exploitation context
The source bundle does not show CISA KEV listing, active exploitation, or exploit availability. The CVSS vector indicates exploitation requires adjacent access and low privileges, making broad internet-scale risk less likely from the supplied evidence.
Researcher notes
Evidence is narrow: VulDB and CVE data identify the affected function, denial-of-service impact, CWE-404, and fixed release, but not detailed vulnerable version ranges. Avoid assuming impact on other coin clients or forks without code comparison.
Mitigation direction
- Upgrade Phoenixcoin to version 0.6.6.1-pxc or a later vendor-fixed release.
- Verify the patch commit 987dd68f71a7d8276cef3b6c3d578fd4845b5699 is present.
- Prioritize nodes providing business-critical wallet, exchange, or service availability.
- If upgrade timing is unclear, check current vendor guidance before applying compensating controls.
Validation and detection
- Inventory systems running ghostlander Phoenixcoin components.
- Confirm installed version is 0.6.6.1-pxc or later.
- Check source builds for patch commit 987dd68f71a7d8276cef3b6c3d578fd4845b5699.
- Review monitoring for unexplained Phoenixcoin node crashes or availability degradation.
- Document any exposed Phoenixcoin services and their network adjacency assumptions.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-404: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2017-20154 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Low
- CVSS
- 3.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L2.11.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
3.5LowVector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.217068CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.217068CVE reference · signature, permissions-required
- https://github.com/ghostlander/Phoenixcoin/commit/987dd68f71a7d8276cef3b6c3d578fd4845b5699CVE reference · patch
- https://github.com/ghostlander/Phoenixcoin/releases/tag/v0.6.6.1-pxcCVE reference · patch
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Resource Shutdown or Release
Improper Resource Shutdown or Release represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
