pwndoc_project CVE Vulnerabilities & Metrics

Focus on pwndoc_project vulnerabilities and metrics.

Last updated: 27 Apr 2025, 22:25 UTC

About pwndoc_project Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with pwndoc_project. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total pwndoc_project CVEs: 8
Earliest CVE date: 19 Jul 2021, 20:15 UTC
Latest CVE date: 28 Feb 2025, 21:15 UTC

Latest CVE reference: CVE-2025-27413

Rolling Stats

30-day Count (Rolling): 0
365-day Count (Rolling): 4

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): -100.0%
Year Variation (Calendar): 0%

Month Growth Rate (30-day Rolling): -100.0%
Year Growth Rate (365-day Rolling): 0.0%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical pwndoc_project CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 1.12

Max CVSS: 9.0

Critical CVEs (≥9): 1

CVSS Range vs. Count

Range Count
0.0-3.9 7
4.0-6.9 0
7.0-8.9 0
9.0-10.0 1

CVSS Distribution Chart

Top 5 Highest CVSS pwndoc_project CVEs

These are the five CVEs with the highest CVSS scores for pwndoc_project, sorted by severity first and recency.

All CVEs for pwndoc_project

CVE-2025-27413 pwndoc_project vulnerability CVSS: 0 28 Feb 2025, 21:15 UTC

PwnDoc is a penetration test reporting application. Prior to version 1.2.0, the backup restore functionality allows an administrator to import raw data into the database, including Path Traversal (`../`) sequences. This is problematic for the template update functionality as it uses the path from the database to write arbitrary content to, potentially overwriting source code to achieve Remote Code Execution. Any user with the `backups:create`, `backups:update` and `templates:update` permissions (only administrators by default) can write arbitrary content to anywhere on the filesystem. By overwriting source code, it is possible to achieve Remote Code Execution. Version 1.2.0 fixes the issue.

CVE-2025-27410 pwndoc_project vulnerability CVSS: 0 28 Feb 2025, 21:15 UTC

PwnDoc is a penetration test reporting application. Prior to version 1.2.0, the backup restore functionality is vulnerable to path traversal in the TAR entry's name, allowing an attacker to overwrite any file on the system with their content. By overwriting an included `.js` file and restarting the container, this allows for Remote Code Execution as an administrator. The remote code execution occurs because any user with the `backups:create` and `backups:update` (only administrators by default) is able to overwrite any file on the system. Version 1.2.0 fixes the issue.

CVE-2024-55653 pwndoc_project vulnerability CVSS: 0 10 Dec 2024, 23:15 UTC

PwnDoc is a penetration test report generator. In versions up to and including 0.5.3, an authenticated user is able to crash the backend by raising a `UnhandledPromiseRejection` on audits which exits the backend. The user doesn't need to know the audit id, since a bad audit id will also raise the rejection. With the backend being unresponsive, the whole application becomes unusable for all users of the application. As of time of publication, no known patches are available.

CVE-2024-55602 pwndoc_project vulnerability CVSS: 0 10 Dec 2024, 17:15 UTC

PwnDoc is a penetration test report generator. Prior to commit 1d4219c596f4f518798492e48386a20c6e9a2fe6, an authenticated user who is able to update and download templates can inject path traversal (`../`) sequences into the file extension property to read arbitrary files on the system. Commit 1d4219c596f4f518798492e48386a20c6e9a2fe6 contains a patch for the issue.

CVE-2022-45771 pwndoc_project vulnerability CVSS: 0 05 Dec 2022, 20:15 UTC

An issue in the /api/audits component of Pwndoc v0.5.3 allows attackers to escalate privileges and execute arbitrary code via uploading a crafted audit file.

CVE-2022-44023 pwndoc_project vulnerability CVSS: 0 30 Oct 2022, 00:15 UTC

PwnDoc through 0.5.3 might allow remote attackers to identify disabled user account names by leveraging response messages for authentication attempts.

CVE-2022-44022 pwndoc_project vulnerability CVSS: 0 30 Oct 2022, 00:15 UTC

PwnDoc through 0.5.3 might allow remote attackers to identify valid user account names by leveraging response timings for authentication attempts.

CVE-2021-31590 pwndoc_project vulnerability CVSS: 9.0 19 Jul 2021, 20:15 UTC

PwnDoc all versions until 0.4.0 (2021-08-23) has incorrect JSON Webtoken handling, leading to incorrect access control. With a valid JSON Webtoken that is used for authentication and authorization, a user can keep his admin privileges even if he is downgraded to the "user" privilege. Even after a user's account is deleted, the user can still access the administration panel (and add or delete users) and has complete access to the system.