From d65f3d0566d8f93e0195b55714dfc865b130abdc Mon Sep 17 00:00:00 2001
From: "advisory-database[bot]"
<45398580+advisory-database[bot]@users.noreply.github.com>
Date: Wed, 16 Oct 2024 19:52:02 +0000
Subject: [PATCH] Publish GHSA-7c4c-749j-pfp2
---
.../GHSA-7c4c-749j-pfp2.json | 61 +++++++++++++++++++
1 file changed, 61 insertions(+)
create mode 100644 advisories/github-reviewed/2024/10/GHSA-7c4c-749j-pfp2/GHSA-7c4c-749j-pfp2.json
diff --git a/advisories/github-reviewed/2024/10/GHSA-7c4c-749j-pfp2/GHSA-7c4c-749j-pfp2.json b/advisories/github-reviewed/2024/10/GHSA-7c4c-749j-pfp2/GHSA-7c4c-749j-pfp2.json
new file mode 100644
index 00000000000..ba40fecc059
--- /dev/null
+++ b/advisories/github-reviewed/2024/10/GHSA-7c4c-749j-pfp2/GHSA-7c4c-749j-pfp2.json
@@ -0,0 +1,61 @@
+{
+ "schema_version": "1.4.0",
+ "id": "GHSA-7c4c-749j-pfp2",
+ "modified": "2024-10-16T19:50:40Z",
+ "published": "2024-10-16T19:50:40Z",
+ "aliases": [
+ "CVE-2024-47836"
+ ],
+ "summary": "Admidio Vulnerable to HTML Injection In The Messages Section",
+ "details": "### Summary\nAn unsafe deserialization vulnerability allows any unauthenticated user to execute arbitrary code on the server.\n\n### PoC\n1. Go to\nhttps://www.admidio.org/demo_en/adm_program/modules/messages/messages.php\n2. Click on Send Private Message\n3. In the `Message` field, enter the following payload\n`Testing
HTML
Injection
`\n\n> \n\n\n4. Send the message\n5. Open the message again\n\n> \n\n\n\n### Impact\n1. Data Theft: Stealing sensitive information like cookies, session tokens, and user credentials.\n2. Session Hijacking: Gaining unauthorized access to user accounts.\n3. Phishing: Tricking users into revealing sensitive information.\n4. Website Defacement: Altering the appearance or content of the website.\n5. Malware Distribution: Spreading malware to users' devices.\n6. Denial of Service (DoS): Overloading the server with malicious requests.",
+ "severity": [
+ {
+ "type": "CVSS_V3",
+ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N"
+ }
+ ],
+ "affected": [
+ {
+ "package": {
+ "ecosystem": "Packagist",
+ "name": "admidio/admidio"
+ },
+ "ranges": [
+ {
+ "type": "ECOSYSTEM",
+ "events": [
+ {
+ "introduced": "0"
+ },
+ {
+ "fixed": "4.3.12"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "type": "WEB",
+ "url": "https://github.com/Admidio/admidio/security/advisories/GHSA-7c4c-749j-pfp2"
+ },
+ {
+ "type": "WEB",
+ "url": "https://github.com/Admidio/admidio/commit/176f60de6a38dde2b8e848b97647194c12cf5a6c"
+ },
+ {
+ "type": "PACKAGE",
+ "url": "https://github.com/Admidio/admidio"
+ }
+ ],
+ "database_specific": {
+ "cwe_ids": [
+ "CWE-79"
+ ],
+ "severity": "LOW",
+ "github_reviewed": true,
+ "github_reviewed_at": "2024-10-16T19:50:40Z",
+ "nvd_published_at": null
+ }
+}
\ No newline at end of file