| Título | SourceCodester SourceCodester KLiK Social Media Website v1.0.1 CRLF Injection |
|---|
| Descripción | During security testing of the profileUpdate.inc.php endpoint, an HTTP header injection vulnerability was discovered in the email parameter. The application takes user-supplied input from the email field (submitted via POST request) and unsafely concatenates it into the Location HTTP response header without proper sanitization, validation, or encoding.
By injecting CR (Carriage Return, %0d) and LF (Line Feed, %0a) characters into the email parameter, an attacker can manipulate the HTTP response structure. The vulnerability is triggered when the application performs a redirect via the header() function after a password mismatch condition (error=passwordcheck).
Example malicious POST request:
POST /includes/profileUpdate.inc.php HTTP/1.1
Host: target.com
Content-Type: application/x-www-form-urlencoded
Cookie: PHPSESSID=valid_session
update-profile=1&email=user%40example.com%0d%0aSet-Cookie:%20session=Hijacked%0d%0aX-IGNORE:&password=newpass&passwordRepeat=different&oldPassword=oldpass |
|---|
| Fuente | ⚠️ https://github.com/msaad1999/KLiK-SocialMediaWebsite |
|---|
| Usuario | g111 (UID 92409) |
|---|
| Sumisión | 2026-04-27 04:05 (hace 1 mes) |
|---|
| Moderación | 2026-05-24 08:52 (27 days later) |
|---|
| Estado | Aceptado |
|---|
| Entrada de VulDB | 365403 [KLiK SocialMediaWebsite 1.0 HTTP POST Request Parameter escalada de privilegios] |
|---|
| Puntos | 20 |
|---|