Verified Status Toggle: Add Granularity #11548
Merged
DryRunSecurity / IDOR Analyzer
succeeded
Jan 15, 2025 in 8s
DryRun Security
Details
IDOR Analyzer Findings: 1 detected
⚠️ Potential IDOR Vulnerability dojo/reports/views.py (click for details)
Type | Potential IDOR Vulnerability |
Description | The code is potentially vulnerable to Insecure Direct Object Reference because it uses a user-supplied parameter pid to retrieve database records (endpoints) without explicitly scoping the query to ensure that the user has permission to access those specific endpoints. While there are some filtering conditions applied, the final endpoint_ids retrieval does not include any user-specific authorization checks, which could allow an unauthorized user to access endpoint information they should not have access to. |
Filename | dojo/reports/views.py |
CodeLink | django-DefectDojo/dojo/reports/views.py Lines 271 to 277 in c2b87b9 |
Loading