2

Findings

Track and manage security vulnerabilities across all your pentests.

SeverityTitleTypeProjectStatusDetected
Critical

SQL Injection in User Authentication

An SQL injection vulnerability exists in the user authentication endpoint. User-supplied input is directly concatenated into SQL queries without proper sanitization, allowing attackers to bypass authentication or extract sensitive data from the database.

Injection
Unpatched
12:451/10/2024
High

Cross-Site Scripting (XSS) in Comments

A stored XSS vulnerability exists in the comments functionality. User-submitted comments are rendered without proper HTML encoding, allowing injection of malicious JavaScript that executes in other users' browsers.

XSS
Unpatched
14:201/10/2024
High

Insecure Direct Object Reference (IDOR)

The API endpoint for retrieving user documents does not verify that the requesting user has permission to access the requested document ID, allowing any authenticated user to access any document.

IDOR
Unpatched
16:301/10/2024
Medium

Hardcoded API Key in Source Code

A third-party API key is hardcoded in the source code. This key could be extracted by anyone with access to the codebase or client-side bundle.

Config
Unpatched
18:001/10/2024
Medium

Missing Rate Limiting on Login Endpoint

The login endpoint does not implement rate limiting, making it vulnerable to brute force attacks and credential stuffing.

Crypto
Patched
11:151/15/2024
Low

Verbose Error Messages Exposing Stack Traces

The application returns detailed error messages including stack traces in production, potentially revealing sensitive information about the application architecture.

Info Leak
Unpatched
11:001/11/2024
Show
Page 1 of 1
DEMO