Online Notice Board System v1.0 - File UL

Summary

NameOnline Notice Board System v1.0 - Insecure File Upload
Code nameArrau
ProductOnline Notice Board System
VendorKashipara Group
Affected versionsVersion 1.0
StatePublic
Release date2024-01-03

Vulnerability

KindInsecure File Upload
Rule027. Insecure File Upload
RemoteYes
CVSSv3 VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSSv3 Base Score8.8
Exploit availableYes
CVE ID(s)CVE-2023-50760

Description

Online Notice Board System v1.0 is vulnerable to an Insecure File Upload vulnerability on the 'f' parameter of user/update_profile_pic.php page, allowing an authenticated attacker to obtain Remote Code Execution on the server hosting the application.

Vulnerability

The 'f' parameter of the user/update_profile_pic.php page resource does not validate the contents, extension and type of the file uploaded as a book image, leading to an arbitrary file upload which can be abused to obtain Remote Code Execution. The vulnerable code is located at profile/i.php page:

extract($_POST);
if(isset($update))
{
$img=$_FILES['f']['name'];
...
move_uploaded_file($_FILES['f']['tmp_name'],"../images/$user/".$_FILES['f']['name']);

Our security policy

We have reserved the ID CVE-2023-50760 to refer to this issue from now on.

System Information

  • Version: Online Notice Board System v1.0
  • Operating System: Any

Mitigation

There is currently no patch available for this vulnerability.

Credits

The vulnerability was discovered by Andres Roldan from Fluid Attacks' Offensive Team.

References

Vendor page https://www.kashipara.com/

Timeline

Time-lapse-logo

2024-01-03

Vulnerability discovered.

Time-lapse-logo

2024-01-03

Vendor contacted.

Time-lapse-logo

2024-01-03

Public Disclosure.

Fluid Logo Footer

Hacking software for over 20 years

Fluid Attacks tests applications and other systems, covering all software development stages. Our team assists clients in quickly identifying and managing vulnerabilities to reduce the risk of incidents and deploy secure technology.

Copyright © 0 Fluid Attacks. We hack your software. All rights reserved.