Introduction
We express our gratitude to the NonKyc.io team for the collaborative engagement that enabled the execution of this Pentest.
NonKYC.io is an exchange committed to providing a secure and intuitive platform tailored for trading small and mid-cap digital assets.
Document | |
|---|---|
| Name | Pentest and Security Analysis Report for NonKyc.io |
| Audited By | Faizan Nehal |
| Approved By | Stephen Ajayi |
| Website | https://nonkyc.io→ |
| Changelog | 12/08/2025 - Preliminary Report |
| Changelog | 25/08/2025 - Final Report |
| Platform | Web Application & API |
| Methodology | https://hackenio.cc/pentest_methodology→ |
Document
- Name
- Pentest and Security Analysis Report for NonKyc.io
- Audited By
- Faizan Nehal
- Approved By
- Stephen Ajayi
- Website
- https://nonkyc.io→
- Changelog
- 12/08/2025 - Preliminary Report
- Changelog
- 25/08/2025 - Final Report
- Platform
- Web Application & API
- Methodology
- https://hackenio.cc/pentest_methodology→
Review Scope | |
|---|---|
| Web application | https://nonkyc.io→ |
| API | https://api.nonkyc.io→ |
Review Scope
- Web application
- https://nonkyc.io→
Audit Summary
The system users should acknowledge all the risks summed up in the risks section of the report. The web application and API endpoints were found to be secure and no major vulnerability identified in them.
System Overview
The Nonkyc.io exchange is a cryptocurrency trading platform that allows users to create accounts, manage balances, deposit and withdraw assets, and perform spot trading. The platform offers both a web-based client interface and a set of REST APIs for programmatic interaction.
Web Application
The web application is the primary user interface for interacting with the exchange.
Account Management: Registration, login, profile updates, and account security settings such as 2FA.
Wallet Operations: Viewing balances, transaction history, deposit addresses, and initiating withdrawals.
Trading Interface: Spot market view, placing buy/sell orders, viewing open orders and trade history.
Support System: Ticket creation, file attachment uploads, and communication with the support team.
Settings & Preferences: Language selection, notification preferences, API key management.
API
The API backend is a REST-based service that powers both the web client and any external API integrations. It is hosted under the nonkyc.io domain and accessed over HTTPS. API calls include:
Wallet APIs: Retrieving balances, deposits, withdrawals, and transaction history.
Trading APIs: Fetching market data, placing and canceling orders, retrieving trade history.
Findings
Code ― | Title | Status | Severity | |
|---|---|---|---|---|
| F-2025-1205 | Insecure Password Change Implementation | fixed | Medium | |
| F-2025-1212 | Vulnerable JavaScript Dependency | fixed | Low | |
| F-2025-1207 | Lack of Session Invalidation After Phone Number Binding | fixed | Low | |
| F-2025-1212 | Cross-Site Request Forgery (CSRF) to Change User Language Preference | accepted | Observation | |
| F-2025-1207 | Insecure Direct Object Reference (IDOR) in Support Ticket Attachments | fixed | Observation | |
| F-2025-1207 | Missing CSRF Protection on Multiple Export Functionalities | fixed | Observation |
Appendix 1. Severity Definitions
Severity | Description |
|---|---|
Critical | These issues present a major security vulnerability that poses a severe risk to the system. They require immediate attention and must be resolved to prevent a potential security breach or other significant harm. |
High | These issues present a significant risk to the system, but may not require immediate attention. They should be addressed in a timely manner to reduce the risk of the potential security breach. |
Medium | These issues present a moderate risk to the system and cannot have a great impact on its function. They should be addressed in a reasonable time frame, but may not require immediate attention. |
Low | These issues present no risk to the system and typically relate to the code quality problems or general recommendations. They do not require immediate attention and should be viewed as a minor recommendation. |
Severity
- Critical
Description
- These issues present a major security vulnerability that poses a severe risk to the system. They require immediate attention and must be resolved to prevent a potential security breach or other significant harm.
Severity
- High
Description
- These issues present a significant risk to the system, but may not require immediate attention. They should be addressed in a timely manner to reduce the risk of the potential security breach.
Severity
- Medium
Description
- These issues present a moderate risk to the system and cannot have a great impact on its function. They should be addressed in a reasonable time frame, but may not require immediate attention.
Severity
- Low
Description
- These issues present no risk to the system and typically relate to the code quality problems or general recommendations. They do not require immediate attention and should be viewed as a minor recommendation.
Appendix 2. Scope
The scope of the project includes the following:
Scope Details | |
|---|---|
| Web Application | https://nonkyc.io→ |
| API | https://api.nonkyc.io→ |
Scope Details
- Web Application
- https://nonkyc.io→