What Should a Tester Do After Discovering an Unauthenticated File Upload?
During an assessment, a penetration tester found a web component with no authentication requirements. The web component also allows file uploads and is hosted on one of the target public web servers. Which of the following actions should the penetration tester perform next?
Community Votes
75% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The exam is testing your understanding of proper incident notification for critical findings during a penetration test, with the common trap being to assume documentation alone is the correct immediate action.
When a penetration test reveals an unauthenticated file upload on a public server, the tester should notify the primary contact immediately rather than wait for the final report. Community votes and comments overwhelmingly agree that urgent notification is the required next step for critical findings.
Choosing A (continue and mark as critical) is the most common wrong answer because testers often focus on documentation; however, immediate notification to the primary contact is required for a critical unauthenticated file upload vulnerability.
Community Discussion (4 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
An unauthenticated file upload on a public web server is a critical finding because it can allow an attacker to host malicious content, execute code, or compromise the server. The penetration tester must immediately notify the primary contact so the organization can take urgent action to mitigate the risk — such as isolating the component or applying temporary controls. This aligns with the ethical and contractual obligation to report high-risk vulnerabilities as soon as they are discovered, not only in the final report.
Why the Other Options Are Wrong
Option A is not explicitly wrong as a long-term step, but it is insufficient as the 'next' action: the finding must be communicated immediately, not merely documented. Option B is incorrect because penetration testers are not authorized to remediate issues themselves; doing so can break functionality and fall outside scope. Option D is the most dangerous choice, as shutting down a public web server would cause an outage and is typically not within the tester's authority.
Community Comment Notes
Comments from the community overwhelmingly favor C, with one commenter explaining that immediate notification enables the organization to mitigate the severe security risk without delay (comment [1]). Another commenter directly contrasts options A and C, noting that while continuing the assessment and documenting is important, the primary contact must be informed right away (comment [2]). A minority view suggested that if the vulnerability is not actively being exploited, the tester should document it as critical and continue (comments [3], [4]); however, the accepted answer and best practice require immediate notification for critical findings.
Official Reference
Exam Strategy
When a question presents a critical vulnerability, choose the action that involves immediate reporting to the primary contact before any other step. Avoid options that perform remediation or system shutdown, because testers lack authority to modify or stop production systems.