CVE-2025-23044

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-23044
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-23044.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-23044
Aliases
  • GHSA-9v2v-jxvw-52rq
Published
2025-01-20T15:43:23Z
Modified
2025-10-14T14:34:09Z
Severity
  • 6.8 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N CVSS Calculator
Summary
Cross-Site Request Forgery (CSRF) allows creating admin account with POST request
Details

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.

References

Affected packages

Git /

Affected ranges

Database specific

{
    "unresolved_versions": [
        {
            "type": "",
            "events": [
                {
                    "introduced": "0"
                },
                {
                    "fixed": "14acb704891245bf1703ce6296d62112e85aa995"
                }
            ]
        }
    ]
}