CVE-2025-23044 MEDIUM

CVE-2025-23044: Cross-Site Request Forgery (CSRF) allows creating admin account with POST request

Vendor Pwndoc
Product pwndoc
Weakness CWE-352 · CSRF
Published January 20, 2025
Last update February 12, 2025

CVSS base score

6.8/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction Required
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

January 20, 2025 CVE published
February 12, 2025 Record updated