Summary
100% of all REPORTED Findings have been addressed
- 3Acknowledged
- 4Risk Accepted
- 1Solved
- 8All Findings
- Critical0
- High0
- Medium2
- 2Risk A.
- Low2
- 2Risk A.
- Informational4
- 3Ack.
- 1Solved
Introduction#
Ripple engaged Halborn to conduct a security assessment on XRP Ledger (XRPL) feature amendments beginning on January 6th, 2025 and ending on January 30th, 2025, focusing on modifications to the codebase between the commit 4c2e6a3 and the commit cd9b5c9. The review specifically targets changes introduced during these commits, assuming the validity of the pre-existing logic and excluding verification of its security, e.g., input validation of previously existing parameters.
The Credentials feature introduced new transaction validation mechanisms and structures that allow credential-based authorization within the Ripple network. This feature enables accounts to issue, manage, and verify credentials for transaction approval, adding an additional layer of security and control.
Assessment Summary#
The team at Halborn assigned a full-time security engineer to assess the security of the node. The security engineer is a blockchain and smart-contract security expert in advanced penetration testing, smart-contract hacking, and deep knowledge of multiple blockchain protocols.
The purpose of this assessment is to:
Ensure that the new features operate as intended.
Identify potential security issues with the new features.
In summary, Halborn identified some improvements to reduce the likelihood and impact of risks, which were mostly acknowledged by the Ripple team. The main ones were the following:
Ensure that expired NFT offers and credentials are handled separately by using distinct error codes.Explicitly reject transactions signed with a disabled Master Key, even if it is also set as the Regular Key.Replace assertions with explicit error handling that operates in all build configurations.Include a check that confirms whether the recipient has configured Deposit Auth before invoking verifyDepositPreauth.
Test Approach and Methodology#
Halborn performed a combination of manual review of the code and automated security testing to balance efficiency, timeliness, practicality, and accuracy in regard to the scope of the node security assessment. While manual testing is recommended to uncover flaws in logic, process, and implementation; automated testing techniques help enhance coverage and can quickly identify items that do not follow security best practices. The following phases and associated tools were used throughout the term of the assessment:
Research into the architecture, purpose, and use of the platform.
Manual code review and walkthrough to identify any logic issue.
Graphing out functionality and contract logic/connectivity/functions.
Risk Methodology#
4.1 EXPLOITABILITY
Attack Origin (AO):
Attack Cost (AC):
Attack Complexity (AX):
Metrics:
| EXPLOITABILITY METRIC () | METRIC VALUE | NUMERICAL VALUE |
|---|---|---|
| Attack Origin (AO) | Arbitrary (AO:A) | 1 |
| Specific (AO:S) | 0.2 | |
| Attack Cost (AC) | Low (AC:L) | 1 |
| Medium (AC:M) | 0.67 | |
| High (AC:H) | 0.33 | |
| Attack Complexity (AX) | Low (AX:L) | 1 |
| Medium (AX:M) | 0.67 | |
| High (AX:H) | 0.33 |
4.2 IMPACT
Confidentiality (C):
Integrity (I):
Availability (A):
Deposit (D):
Yield (Y):
Metrics:
| IMPACT METRIC () | METRIC VALUE | NUMERICAL VALUE |
|---|---|---|
| Confidentiality (C) | None (C:N) | 0 |
| Low (C:L) | 0.25 | |
| Medium (C:M) | 0.5 | |
| High (C:H) | 0.75 | |
| Critical (C:C) | 1 | |
| Integrity (I) | None (I:N) | 0 |
| Low (I:L) | 0.25 | |
| Medium (I:M) | 0.5 | |
| High (I:H) | 0.75 | |
| Critical (I:C) | 1 | |
| Availability (A) | None (A:N) | 0 |
| Low (A:L) | 0.25 | |
| Medium (A:M) | 0.5 | |
| High (A:H) | 0.75 | |
| Critical (A:C) | 1 | |
| Deposit (D) | None (D:N) | 0 |
| Low (D:L) | 0.25 | |
| Medium (D:M) | 0.5 | |
| High (D:H) | 0.75 | |
| Critical (D:C) | 1 | |
| Yield (Y) | None (Y:N) | 0 |
| Low (Y:L) | 0.25 | |
| Medium (Y:M) | 0.5 | |
| High (Y:H) | 0.75 | |
| Critical (Y:C) | 1 |
4.3 SEVERITY COEFFICIENT
Reversibility (R):
Scope (S):
Metrics:
| SEVERITY COEFFICIENT () | COEFFICIENT VALUE | NUMERICAL VALUE |
|---|---|---|
| Reversibility () | None (R:N) | 1 |
| Partial (R:P) | 0.5 | |
| Full (R:F) | 0.25 | |
| Scope () | Changed (S:C) | 1.25 |
| Unchanged (S:U) | 1 |
| Critical | High | Medium | Low | Informational |
| 9 - 10 | 7 - 8.9 | 4.5 - 6.9 | 2 - 4.4 | 0 - 1.9 |
Scope#
Assessment Summary & Findings Overview#
# | Title | Severity | Score | Status |
|---|---|---|---|---|
| Incorrect handling of expired Credentials and NFT offers | Medium | 5.0 | Risk Accepted02/18/2025 | |
| Master Key persistence allows transactions despite being disabled | Medium | 5.0 | Risk Accepted01/28/2025 | |
| Assertions may lead to inconsistent behavior in production | Low | 3.4 | Risk Accepted02/18/2025 | |
| Inconsistent credential handling when Deposit Auth is not configured | Low | 2.1 | Risk Accepted02/18/2025 | |
| Incorrect error code for duplicate credential entries | Informational | 1.7 | Acknowledged03/16/2025 | |
| Misleading error handling for invalid ledger index values | Informational | 0.8 | Solved03/11/2025 | |
| Expiration validation in doApply rather than preclaim | Informational | 0.6 | Acknowledged02/18/2025 | |
| Inability to replace an expired credential due to duplicate checks | Informational | 0.3 | Acknowledged02/26/2025 |
Findings & Tech Details#
Description
Recommendation
Remediation Comment
Description
Recommendation
Remediation Comment
Description
Recommendation
Remediation Comment
Description
Recommendation
Remediation Comment
Description
Recommendation
Remediation Comment
Description
Recommendation
Remediation Comment
Description
Recommendation
Remediation Comment
Description
Recommendation
Remediation Comment
Disclaimer#
Halborn strongly recommends conducting a follow-up assessment of the project either within six months or immediately following any material changes to the codebase, whichever comes first. This approach is crucial for maintaining the project’s integrity and addressing potential vulnerabilities introduced by code modifications.
