All the vulnerabilites related to pwndoc - pwndoc
cve-2024-55652
Vulnerability from cvelistv5
Published
2024-12-11 22:41
Modified
2024-12-11 22:41
Severity ?
EPSS score ?
Summary
PwnDoc Server-Side Template Injection vulnerability - Sandbox Escape to RCE using custom filters
References
▼ | URL | Tags |
---|---|---|
https://github.com/pwndoc/pwndoc/security/advisories/GHSA-jw5r-6927-hwpc | x_refsource_CONFIRM | |
https://github.com/pwndoc/pwndoc/commit/1d4219c596f4f518798492e48386a20c6e9a2fe6 | x_refsource_MISC | |
https://github.com/pwndoc/pwndoc/blob/main/backend/src/lib/report-filters.js#L258-L260 | x_refsource_MISC |
Impacted products
{ "containers": { "cna": { "affected": [ { "product": "pwndoc", "vendor": "pwndoc", "versions": [ { "status": "affected", "version": "\u003c 1d4219c596f4f518798492e48386a20c6e9a2fe6" } ] } ], "descriptions": [ { "lang": "en", "value": "PenDoc is a penetration testing reporting application. Prior to commit 1d4219c596f4f518798492e48386a20c6e9a2fe6, an attacker can write a malicious docx template containing expressions that escape the JavaScript sandbox to execute arbitrary code on the system. An attacker who can control the contents of the template document is able to execute arbitrary code on the system. By default, only users with the `admin` role are able to create or update templates. Commit 1d4219c596f4f518798492e48386a20c6e9a2fe6 patches the issue." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-1336", "description": "CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-12-11T22:41:16.664Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/pwndoc/pwndoc/security/advisories/GHSA-jw5r-6927-hwpc", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/pwndoc/pwndoc/security/advisories/GHSA-jw5r-6927-hwpc" }, { "name": "https://github.com/pwndoc/pwndoc/commit/1d4219c596f4f518798492e48386a20c6e9a2fe6", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/pwndoc/pwndoc/commit/1d4219c596f4f518798492e48386a20c6e9a2fe6" }, { "name": "https://github.com/pwndoc/pwndoc/blob/main/backend/src/lib/report-filters.js#L258-L260", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/pwndoc/pwndoc/blob/main/backend/src/lib/report-filters.js#L258-L260" } ], "source": { "advisory": "GHSA-jw5r-6927-hwpc", "discovery": "UNKNOWN" }, "title": "PwnDoc Server-Side Template Injection vulnerability - Sandbox Escape to RCE using custom filters" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-55652", "datePublished": "2024-12-11T22:41:16.664Z", "dateReserved": "2024-12-10T14:47:08.666Z", "dateUpdated": "2024-12-11T22:41:16.664Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2024-55602
Vulnerability from cvelistv5
Published
2024-12-10 16:58
Modified
2024-12-10 17:22
Severity ?
EPSS score ?
Summary
PenDoc vulnerable to Arbitrary File Read on updating and downloading templates using Path Traversal
References
Impacted products
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2024-55602", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-12-10T17:21:53.592076Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-12-10T17:22:00.349Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "references": [ { "tags": [ "exploit" ], "url": "https://github.com/pwndoc/pwndoc/security/advisories/GHSA-2mqc-gg7h-76p6" }, { "tags": [ "exploit" ], "url": "https://gist.github.com/JorianWoltjer/8a42e25c6dfa7604020d2a226e193407" } ], "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "pwndoc", "vendor": "pwndoc", "versions": [ { "status": "affected", "version": "\u003c 1d4219c596f4f518798492e48386a20c6e9a2fe6" } ] } ], "descriptions": [ { "lang": "en", "value": "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." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.6, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-22", "description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-12-10T16:58:12.982Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/pwndoc/pwndoc/security/advisories/GHSA-2mqc-gg7h-76p6", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/pwndoc/pwndoc/security/advisories/GHSA-2mqc-gg7h-76p6" }, { "name": "https://github.com/pwndoc/pwndoc/commit/1d4219c596f4f518798492e48386a20c6e9a2fe6", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/pwndoc/pwndoc/commit/1d4219c596f4f518798492e48386a20c6e9a2fe6" }, { "name": "https://gist.github.com/JorianWoltjer/8a42e25c6dfa7604020d2a226e193407", "tags": [ "x_refsource_MISC" ], "url": "https://gist.github.com/JorianWoltjer/8a42e25c6dfa7604020d2a226e193407" }, { "name": "https://github.com/pwndoc/pwndoc/blob/2e7f5747d5688b1368e549c786ce7266fe5ab2b5/backend/src/routes/template.js#L103", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/pwndoc/pwndoc/blob/2e7f5747d5688b1368e549c786ce7266fe5ab2b5/backend/src/routes/template.js#L103" }, { "name": "https://github.com/pwndoc/pwndoc/blob/2e7f5747d5688b1368e549c786ce7266fe5ab2b5/backend/src/routes/template.js#L43-L47", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/pwndoc/pwndoc/blob/2e7f5747d5688b1368e549c786ce7266fe5ab2b5/backend/src/routes/template.js#L43-L47" } ], "source": { "advisory": "GHSA-2mqc-gg7h-76p6", "discovery": "UNKNOWN" }, "title": "PenDoc vulnerable to Arbitrary File Read on updating and downloading templates using Path Traversal" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-55602", "datePublished": "2024-12-10T16:58:12.982Z", "dateReserved": "2024-12-09T14:22:52.524Z", "dateUpdated": "2024-12-10T17:22:00.349Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2024-55653
Vulnerability from cvelistv5
Published
2024-12-10 22:56
Modified
2024-12-11 16:04
Severity ?
EPSS score ?
Summary
pwndoc's UnhandledPromiseRejection on audits causes Denial of Service (DoS)
References
▼ | URL | Tags |
---|---|---|
https://github.com/pwndoc/pwndoc/security/advisories/GHSA-ggqg-3f7v-c8rc | x_refsource_CONFIRM |
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2024-55653", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-12-11T16:04:12.137179Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-12-11T16:04:21.230Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "pwndoc", "vendor": "pwndoc", "versions": [ { "status": "affected", "version": "\u003c= 0.5.3" } ] } ], "descriptions": [ { "lang": "en", "value": "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\u0027t 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." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-20", "description": "CWE-20: Improper Input Validation", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-12-10T22:56:07.488Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/pwndoc/pwndoc/security/advisories/GHSA-ggqg-3f7v-c8rc", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/pwndoc/pwndoc/security/advisories/GHSA-ggqg-3f7v-c8rc" } ], "source": { "advisory": "GHSA-ggqg-3f7v-c8rc", "discovery": "UNKNOWN" }, "title": "pwndoc\u0027s UnhandledPromiseRejection on audits causes Denial of Service (DoS)" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-55653", "datePublished": "2024-12-10T22:56:07.488Z", "dateReserved": "2024-12-10T14:47:08.666Z", "dateUpdated": "2024-12-11T16:04:21.230Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }