Description
Summary
An unsafe deserialization vulnerability allows any unauthenticated user to execute arbitrary code on the server.
PoC
- Go to
https://www.admidio.org/demo_en/adm_program/modules/messages/messages.php
- Click on Send Private Message
- In the
Message field, enter the following payload
Testing<br><h1>HTML</h1><br><h2>Injection</h2>
>

- Send the message
- Open the message again
>

Impact
- Data Theft: Stealing sensitive information like cookies, session tokens, and user credentials.
- Session Hijacking: Gaining unauthorized access to user accounts.
- Phishing: Tricking users into revealing sensitive information.
- Website Defacement: Altering the appearance or content of the website.
- Malware Distribution: Spreading malware to users' devices.
- Denial of Service (DoS): Overloading the server with malicious requests.
Basic information
- Type
- reviewed
- Severity
- low
- Advisory on GitHub
- Open advisory ↗
- Repository advisory
- Open repository advisory ↗
- Source code
- Browse source ↗
- Published (advisory)
- 2024-10-16 19:50:40 UTC
- Updated
- 2024-10-16 22:07:54 UTC
- GitHub reviewed
- 2024-10-16 19:50:40 UTC
- NVD published
- 2024-10-16 20:15:06 UTC
EPSS Score
| Score |
Percentile |
|
1.62%
|
81.51% |
CVSS Scores
| Base score |
Version |
Severity |
Vector |
|
3.5
|
3.1 |
—
|
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N
Click to expand
- Attack vector (AV:N)
- Could be attacked over the internet or any normal routed network—not just someone sitting at the machine.
- Attack complexity (AC:L)
- Once they can reach the bug, pulling it off is straightforward—no weird race conditions or rare setup.
- Privileges required (PR:L)
- A normal user session is enough; they don’t have to be admin.
- User interaction (UI:R)
- A real person has to do something—click, install, enable—otherwise it doesn’t land.
- Scope (S:U)
- Damage stays in the same “trust bubble” as the broken component—no big spill into unrelated systems.
- Confidentiality (C:N)
- Doesn’t really leak secrets in a meaningful way.
- Integrity (I:L)
- Attackers could change some data, but it’s limited—not everything goes.
- Availability (A:N)
- Service keeps running; no real outage angle.
|
CWEs
| CWE id |
Name |
|
CWE-79
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') |
|
CWE-502
|
Deserialization of Untrusted Data |
Affected packages (1)
Vulnerable version ranges and first patched releases as published by GitHub.
| Ecosystem |
Package |
Vulnerable range |
First patched |
Vulnerable functions |
| composer |
admidio/admidio |
< 4.3.12 |
4.3.12 |
—
|
cvelogic
Threat Intelligence