CVE-2025-23044

HIGH EPSS 14.8%
Published Jan 20, 20251y ago · Modified Jun 17, 20262w ago
8.1 CVSS 3.1
High
Find Similar
Published Jan 20, 2025 1y ago
Last Modified Jun 17, 2026 2w ago

Description

PwnDoc is a penetration test report generator. There is no CSRF protection in pwndoc, allowing attackers to send requests on a logged-in user's behalf. This includes GET and POST requests due to the missing SameSite= attribute on cookies and the ability to refresh cookies. Commit 14acb704891245bf1703ce6296d62112e85aa995 patches the issue.

CVSS Details

Base Score
8.1
Exploitability
2.8
Impact
5.2
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction Required
Scope Unchanged
Confidentiality High
Integrity High
Availability None

Threat Intelligence

EPSS Exploit Probability
14.8% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-352 Cross-Site Request Forgery (CSRF) Authentication

Affected Products 1

VendorProductVersionRange
pwndoc_projectpwndoc* <0.9.0

References 2

  • github.com https://github.com/pwndoc/pwndoc/commit/14acb704891245bf1703ce6296d62112e85aa995
    Patch
  • github.com https://github.com/pwndoc/pwndoc/security/advisories/GHSA-9v2v-jxvw-52rq
    ExploitVendor Advisory

Remediation

  • github.com https://github.com/pwndoc/pwndoc/commit/14acb704891245bf1703ce6296d62112e85aa995
    Patch