[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

FoF Pretty Mail 1.1.2 Local File Inclusion Vulnerability

Author
Chokri Hammedi
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-39500
Category
web applications
Date add
01-04-2024
Platform
php
Exploit Title: FoF Pretty Mail 1.1.2 Extension for Flarum Local File
Inclusion (LFI)
Exploit Author: Chokri Hammedi
Vendor Homepage: https://flarum.org/
Software Link: https://github.com/FriendsOfFlarum/pretty-mail
Version: 1.1.2
Tested on: Windows XP
CVE: N/A
Description:

The FoF Pretty Mail extension for Flarum is vulnerable to Local File
Inclusion (LFI) due to the unsafe handling of file paths in the email
template. An attacker with administrative access can exploit this
vulnerability to include sensitive files from the server's file system in
the email content, potentially leading to information disclosure.

Steps to Reproduce:

Log in as an administrator on the Flarum forum.

Navigate to the FoF Pretty Mail extension settings.

Edit the email default template and insert the following payload at the end
of the template:

{{ include('/etc/passwd') }}

Save the changes to the email template.

Trigger any action that sends an email, such as user registration or
password reset.

The recipient of the email will see the contents of the included file (in
this case, /etc/passwd) in the email content.

#  0day.today [2024-11-14]  #